API v1 Endpoints

Type Endpoint

GET https://www.typicalmime.com/api/v1/type
Response Content-Type:

application/json
Response Body:
Array of type resources.
Details:
Accepts standard query filters.


Extension Endpoint

GET https://www.typicalmime.com/api/v1/extension
Response Content-Type:

application/json
Response Body:
Array of extension resources.
Details:
Accepts standard query filters.


Media Types Endpoint

GET https://www.typicalmime.com/api/v1/media-types
Response Content-Type:

application/json
Response Body:
Array of media type strings in the standard {primary-type}/{sub-type} format.
Details:
This endpoint is a convenient view of the MIME type data provided by the type endpoint for applications that simply need a list of official internet media types, but the strings returned by this endpoint are not actual API resources themselves and cannot be accessed directly by URI.
The results returned by this endpoint are derived from the corresponding type resources, so they will remain up to date with current MIME type data.
Accepts standard query filters.