Kickstart new applications at light speed using our modular and free to use API mocking service that gives you all the essential endpoints you would require to scaffold, mock and test your applications.
MyFakeAPI is a free online REST API that you can use whenever you need some fake data. No registration, tokens or keys required.
Request
/api/cars/:idResponse
{"Car": {"id": 1, "car": "Mitsubishi", "car_model": "Montero", "car_color": "Yellow", "car_model_year": 2002, "car_vin": "SAJWJ0FF3F8321657", "price": "$2814.46", "availability": false}}
Request
/api/carsResponse
{"cars": [{"id": 1, "car": "Mitsubishi", "car_model": "Montero", "car_color": "Yellow", "car_model_year": 2002, "car_vin": "SAJWJ0FF3F8321657", "price": "$2814.46", "availability": false}]}