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=263
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=264",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=262",
    "results": [
        {
            "matrix_id": "MA0662.1",
            "name": "MIXL1",
            "collection": "CORE",
            "base_id": "MA0662",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0662.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0662.1/"
        },
        {
            "matrix_id": "MA0662.2",
            "name": "MIXL1",
            "collection": "CORE",
            "base_id": "MA0662",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0662.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0662.2/"
        },
        {
            "matrix_id": "UN1092.1",
            "name": "MIXL1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1092",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1092.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1092.1/"
        },
        {
            "matrix_id": "MA2592.1",
            "name": "MKX",
            "collection": "CORE",
            "base_id": "MA2592",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2592.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2592.1/"
        },
        {
            "matrix_id": "MA0663.1",
            "name": "MLX",
            "collection": "CORE",
            "base_id": "MA0663",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0663.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0663.1/"
        },
        {
            "matrix_id": "UN1093.1",
            "name": "MLX::ELF2",
            "collection": "UNVALIDATED",
            "base_id": "UN1093",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1093.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1093.1/"
        },
        {
            "matrix_id": "UN0905.1",
            "name": "MLX::ETV1",
            "collection": "UNVALIDATED",
            "base_id": "UN0905",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0905.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0905.1/"
        },
        {
            "matrix_id": "UN1094.1",
            "name": "MLX::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN1094",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1094.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1094.1/"
        },
        {
            "matrix_id": "UN1095.1",
            "name": "MLX::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1095",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1095.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1095.1/"
        },
        {
            "matrix_id": "UN0906.1",
            "name": "MLX::FOXA1",
            "collection": "UNVALIDATED",
            "base_id": "UN0906",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0906.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0906.1/"
        }
    ]
}