This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=191",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=189",
    "results": [
        {
            "matrix_id": "MA2016.2",
            "name": "GRF6",
            "collection": "CORE",
            "base_id": "MA2016",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2016.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2016.2/"
        },
        {
            "matrix_id": "MA1756.1",
            "name": "GRF9",
            "collection": "CORE",
            "base_id": "MA1756",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1756.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1756.1/"
        },
        {
            "matrix_id": "MA1756.2",
            "name": "GRF9",
            "collection": "CORE",
            "base_id": "MA1756",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1756.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1756.2/"
        },
        {
            "matrix_id": "MA0647.1",
            "name": "GRHL1",
            "collection": "CORE",
            "base_id": "MA0647",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0647.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0647.1/"
        },
        {
            "matrix_id": "MA0647.2",
            "name": "GRHL1",
            "collection": "CORE",
            "base_id": "MA0647",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0647.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0647.2/"
        },
        {
            "matrix_id": "MA1105.1",
            "name": "GRHL2",
            "collection": "CORE",
            "base_id": "MA1105",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1105.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1105.1/"
        },
        {
            "matrix_id": "MA1105.2",
            "name": "GRHL2",
            "collection": "CORE",
            "base_id": "MA1105",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1105.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1105.2/"
        },
        {
            "matrix_id": "MA1105.3",
            "name": "GRHL2",
            "collection": "CORE",
            "base_id": "MA1105",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1105.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1105.3/"
        },
        {
            "matrix_id": "MA2392.1",
            "name": "GRMZM2G135447",
            "collection": "CORE",
            "base_id": "MA2392",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2392.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2392.1/"
        },
        {
            "matrix_id": "MA0648.1",
            "name": "GSC",
            "collection": "CORE",
            "base_id": "MA0648",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0648.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0648.1/"
        }
    ]
}