API v1 Resources

Type Resource

Property Type Explanation
description String A simple description of the media type. This usally matches the sub-type. E.g. "javascript" for "text/javasript".
extensions Array All of the extension resources for this type given as an array of extension objects without the types array included.
media_type String The internet media type that this type object represents given in the standard {primary-type}/{sub-type} format.
uri String The direct URI to this specific type resource on the TypicalMIME API. The specific URI for any resource is subject to change and should be treated as an opaque value that should only be used programmatically.

Extension Resource

Property Type Explanation
name String The actual extension string used in filesystems. E.g. 'xml' for .xml files.
types Array All of the type resources that use this file extension given as an array without the extensions array included.
uri String The direct URI to this specific extension resource on the TypicalMIME API. The specific URI for any resource is subject to change and should be treated as an opaque value that should only be used programmatically.