About DummyData API
Developers often need realistic data to test and prototype applications. Reliable data ensures more accurate results during development, which is why DummyData was created.
Try it Out
Run this code to see DummyData API in action:
fetch('https://dummydata-2yft.onrender.com/api/users/1')
.then(response => response.json())
.then(json => console.log(json))
Why DummyData
DummyData is a versatile API designed to provide you with fake data in multiplelanguages French (FR), Portugues(BR), and English (EN). It allows you to generate realistic mock data tailored to the language of your project,ensuring that your testing environment is as close to your production environment as possible.
Available Resources
Endpoints Available
- GET /api/users
- GET /api/users/1
- GET /api/comments
- GET /api/comments/1
- GET /api/images
- GET /api/images/1
You can customize your requests using the following parameters:
Use the size parameter to specify the number of records you want to retrieve, ranging from 1 to 100.
Use the lang parameter to choose the language of the data:
- en - for English
- fr - for French
- pt - for Portuguese (Brazilian)
Example:
Key Features
-
Multilingual Support:
Choose from English, French, or Portuguese to get data that matches your project's language requirements.
-
Customizable Data Size:
Request data in any quantity to suit your testing needs.
-
ID-Based Retrieval:
Fetch specific data records by ID for detailed testing.