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=283
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=284",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=282",
    "results": [
        {
            "matrix_id": "MA0056.3",
            "name": "MZF1",
            "collection": "CORE",
            "base_id": "MA0056",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0056.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0056.3/"
        },
        {
            "matrix_id": "MA0118.1",
            "name": "Macho-1",
            "collection": "CORE",
            "base_id": "MA0118",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0118.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0118.1/"
        },
        {
            "matrix_id": "MA0118.2",
            "name": "Macho-1",
            "collection": "CORE",
            "base_id": "MA0118",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0118.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0118.2/"
        },
        {
            "matrix_id": "MA0535.1",
            "name": "Mad",
            "collection": "CORE",
            "base_id": "MA0535",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0535.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0535.1/"
        },
        {
            "matrix_id": "MA0117.1",
            "name": "Mafb",
            "collection": "CORE",
            "base_id": "MA0117",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0117.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0117.1/"
        },
        {
            "matrix_id": "MA0117.2",
            "name": "Mafb",
            "collection": "CORE",
            "base_id": "MA0117",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0117.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0117.2/"
        },
        {
            "matrix_id": "MA0117.3",
            "name": "Mafb",
            "collection": "CORE",
            "base_id": "MA0117",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0117.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0117.3/"
        },
        {
            "matrix_id": "MA0659.3",
            "name": "Mafg",
            "collection": "CORE",
            "base_id": "MA0659",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0659.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0659.3/"
        },
        {
            "matrix_id": "MA0659.4",
            "name": "Mafg",
            "collection": "CORE",
            "base_id": "MA0659",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0659.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0659.4/"
        },
        {
            "matrix_id": "MA1897.1",
            "name": "Max",
            "collection": "CORE",
            "base_id": "MA1897",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1897.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1897.1/"
        }
    ]
}