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/collections/UNVALIDATED/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 999,
    "next": "https://jaspar.elixir.no/api/v1/collections/UNVALIDATED/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "matrix_id": "UN0305.1",
            "name": "ADNP",
            "collection": "UNVALIDATED",
            "base_id": "UN0305",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0305.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0305.1/"
        },
        {
            "matrix_id": "UN0305.2",
            "name": "ADNP",
            "collection": "UNVALIDATED",
            "base_id": "UN0305",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0305.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0305.2/"
        },
        {
            "matrix_id": "UN0852.1",
            "name": "AGL80",
            "collection": "UNVALIDATED",
            "base_id": "UN0852",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0852.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0852.1/"
        },
        {
            "matrix_id": "UN0386.1",
            "name": "AGL95",
            "collection": "UNVALIDATED",
            "base_id": "UN0386",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0386.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0386.1/"
        },
        {
            "matrix_id": "UN0386.2",
            "name": "AGL95",
            "collection": "UNVALIDATED",
            "base_id": "UN0386",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0386.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0386.2/"
        },
        {
            "matrix_id": "UN0485.1",
            "name": "ALX4::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0485",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0485.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0485.1/"
        },
        {
            "matrix_id": "UN0277.1",
            "name": "ANIA_00835",
            "collection": "UNVALIDATED",
            "base_id": "UN0277",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0277.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0277.1/"
        },
        {
            "matrix_id": "UN0278.1",
            "name": "ANIA_01298",
            "collection": "UNVALIDATED",
            "base_id": "UN0278",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0278.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0278.1/"
        },
        {
            "matrix_id": "UN0278.2",
            "name": "ANIA_01298",
            "collection": "UNVALIDATED",
            "base_id": "UN0278",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0278.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0278.2/"
        },
        {
            "matrix_id": "UN0279.1",
            "name": "ANIA_01705",
            "collection": "UNVALIDATED",
            "base_id": "UN0279",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0279.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0279.1/"
        }
    ]
}