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=347
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=348",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=346",
    "results": [
        {
            "matrix_id": "MA2090.1",
            "name": "PK26523.1",
            "collection": "CORE",
            "base_id": "MA2090",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2090.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2090.1/"
        },
        {
            "matrix_id": "UN0072.1",
            "name": "PK27085.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0072",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0072.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0072.1/"
        },
        {
            "matrix_id": "MA2091.1",
            "name": "PK27109.1",
            "collection": "CORE",
            "base_id": "MA2091",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2091.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2091.1/"
        },
        {
            "matrix_id": "MA2092.1",
            "name": "PK27149.1",
            "collection": "CORE",
            "base_id": "MA2092",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2092.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2092.1/"
        },
        {
            "matrix_id": "UN0076.1",
            "name": "PK27683.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0076",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0076.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0076.1/"
        },
        {
            "matrix_id": "UN0076.2",
            "name": "PK27683.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0076",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0076.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0076.2/"
        },
        {
            "matrix_id": "MA2482.1",
            "name": "PK27693.1",
            "collection": "CORE",
            "base_id": "MA2482",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2482.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2482.1/"
        },
        {
            "matrix_id": "UN0078.1",
            "name": "PK28187.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0078",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0078.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0078.1/"
        },
        {
            "matrix_id": "MA2360.1",
            "name": "PK28565.1",
            "collection": "CORE",
            "base_id": "MA2360",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2360.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2360.1/"
        },
        {
            "matrix_id": "MA0782.1",
            "name": "PKNOX1",
            "collection": "CORE",
            "base_id": "MA0782",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0782.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0782.1/"
        }
    ]
}