Upload 7
Upload 7
No more tedious Develop with real
24/7 free access in
sample data response codes.
your development
creation, we've got GET, POST, PUT &
phases. Go nuts.
it covered. DELETE supported.
Give it a try
UPGRADE TO PRO
GET
GET
LIST USERS
SINGLE USER
Response
200
Request
/api/users?page=2
https://reqres.in/api/
Getting started
If you, for example, want to create If you've already got your own
a fake user: application entities, ie. "products",
you can send them in the endpoint
$.ajax({
url: "https://reqres.in/api/users",
URL, like so:
headers: { "x-api-key": "reqres-free-v1"
type: "POST", var xhr = new XMLHttpRequest();
data: { xhr.open("GET", "https://reqres.in/api/product
name: "paul rudd", xhr.onload = function(){
movies: ["I Love You Man", "Role Mode console.log(xhr.responseText);
}, };
success: function(response){ xhr.send();
console.log(response);
}
});
{ {
"name":"paul rudd", "data":{
"movies[]":[ "id":3,
"I Love You Man", "name":"true red",
"Role Models" "year":2002,
], "pantone_value":"19-1664"
"id":"243", }
"createdAt":"2014-10-18T12:09:05.255Z" }
}
Peace of mind
It might seem pretty weird to be sending your data to a 3rd party API, but I can assure
you, Reqres does not store any of your data at all. Once you send it to us, we just send it
straight back...and then it's gone!
Advertising
Need more than 100 requests per day? Want faster performance?