EntrypointsΒΆ

The v1 API can be found at https://browsercompat.herokuapp.com/api/v1/. It includes a browsable API to ease application development.

The API supports two representations:

application/vnd.api+json (default)
JSON mostly conforming to the JSON API RC1 specification.
text/html
the Django REST Framework browsable API.

The API supports user accounts with Persona authentication.

A developer-centered website is available at https://browserscompat.herokuapp.com/. This site includes a data browser and an importer for scraping data from MDN.