New API is in preview! Subject to change. Send feedback to contact@mtd.dev

Interpreting Responses

After you send your API request, you'll receive a response in the form of a JSON object.

{
	"result": {...},
	"error": {...}
}

If there was an error in your request or processing your request, error details will be provided in the error object. Otherwise, the data you requested will be provided in the result object.

That's the basics! You can explore the API documentation using the sidebar.