DevTools daily: Free Fake Json API
Free JSON API for testing, frontend development, prototyping and GraphQL
List of APIs
Users
1000 users with random names, countries and companies
https://testapi.devtoolsdaily.com/users
Example fake data:
https://testapi.devtoolsdaily.com/users/ | fetch all users |
https://testapi.devtoolsdaily.com/users?limit=10 | limit results to 10 |
https://testapi.devtoolsdaily.com/users?limit=10&countryCode=US | filter by country code and limit. You can filter by any field from the schema. |
https://testapi.devtoolsdaily.com/users/1 | get user by ID 1 |
Countries
All countries with name, iso2 and iso3 codes
https://testapi.devtoolsdaily.com/countries
Example fake data:
https://testapi.devtoolsdaily.com/countries/ | fetch all countries |
https://testapi.devtoolsdaily.com/countries?limit=10 | limit results to 10 |
https://testapi.devtoolsdaily.com/countries?iso3=USA | find by iso3 code. You can filter by any field from the schema. |
https://testapi.devtoolsdaily.com/countries/US | get country by ID (ISO2) |
Companies
Top 50 companies in the world with their countries, market cap (from couple years ago) and HQ country
https://testapi.devtoolsdaily.com/companies
Example fake data:
https://testapi.devtoolsdaily.com/companies/ | fetch all companies |
https://testapi.devtoolsdaily.com/companies?limit=10 | limit results to 10 |
https://testapi.devtoolsdaily.com/companies?countryCode=US | find companies by country. You can filter by any field from the schema. |
https://testapi.devtoolsdaily.com/companies/1 | get company by ID |
GraphQL
GraphQL endpoint on top of the data sources above
https://testapi.devtoolsdaily.com/graphQLExample query and result.
link to Graphql ui with Prepopulated query
link to Graphql ui with Prepopulated query