Matrix List
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=143
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=144", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=142", "results": [ { "matrix_id": "MA0475.2", "name": "FLI1", "collection": "CORE", "base_id": "MA0475", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0475.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0475.2/" }, { "matrix_id": "MA0475.3", "name": "FLI1", "collection": "CORE", "base_id": "MA0475", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0475.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0475.3/" }, { "matrix_id": "UN0525.1", "name": "FLI1::BHLHA15", "collection": "UNVALIDATED", "base_id": "UN0525", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0525.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0525.1/" }, { "matrix_id": "UN0525.2", "name": "FLI1::BHLHA15", "collection": "UNVALIDATED", "base_id": "UN0525", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0525.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0525.2/" }, { "matrix_id": "UN0526.1", "name": "FLI1::CEBPB", "collection": "UNVALIDATED", "base_id": "UN0526", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0526.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0526.1/" }, { "matrix_id": "UN0527.1", "name": "FLI1::CEBPD", "collection": "UNVALIDATED", "base_id": "UN0527", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0527.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0527.1/" }, { "matrix_id": "UN0527.2", "name": "FLI1::CEBPD", "collection": "UNVALIDATED", "base_id": "UN0527", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0527.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0527.2/" }, { "matrix_id": "MA1949.1", "name": "FLI1::DRGX", "collection": "CORE", "base_id": "MA1949", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1949.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1949.1/" }, { "matrix_id": "MA1949.2", "name": "FLI1::DRGX", "collection": "CORE", "base_id": "MA1949", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1949.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1949.2/" }, { "matrix_id": "UN0528.1", "name": "FLI1::ETV7", "collection": "UNVALIDATED", "base_id": "UN0528", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0528.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0528.1/" } ] }