Skip to main content
All APIs generated by EazeMyAPI return responses in JSON format. Each response follows a consistent structure so developers can easily process the data.

Standard Response Structure


Response Fields


Demo Project API Request

Demo Project Endpoint:
cURL Example:
https://api.eazemyapi.com/soche-india/v2/posts-by-category

Example Successful Response


Example Error Response

If an error occurs, the API returns:

Response Types

Depending on the request, EazeMyAPI APIs may return different structures in the data field.

Single Record

Multiple Records


Best Practices

When working with EazeMyAPI responses:
  • Always check the success field first
  • Use the message field to display user-friendly messages
  • Process data only when success = true