Overview

Buildhub aims to provide a public database of comprehensive information about Mozilla products releases and builds.

Concretely, it is a JSON API (Kinto) where you can query a collection of records.

Quickstart

Browse the database

Basic JSON API

Buildhub is just a collection of records on a Kinto server.

A set of filters and pagination options can be used to query the collection. See the dedicated section.

Elasticsearch API

An ElasticSearch endpoint is also available for more powerful queries:

More information in the Elasticsearch documentation