API NINJA HUB
Get dummy/fake JSON data to use as placeholder in development or in prototype testing.
[
{
"id": 1,
"name": "John Doe",
"username": "johndoe",
"email": "johndoe@example.com",
"address": {
"street": "123 Main Street",
"suite": "Apt 4",
"city": "New York",
"zipcode": "10001",
"geo": {
"lat": "40.7128",
"lng": "-74.0060"
}
},
"phone": "555-123-4567",
"website": "johndoe.com",
"company": {
"name": "ABC Company",
"catchPhrase": "Providing innovative solutions",
"bs": "Technology"
}
}
]