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=423
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=424", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=422", "results": [ { "matrix_id": "MA1288.2", "name": "TCP22", "collection": "CORE", "base_id": "MA1288", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1288.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1288.2/" }, { "matrix_id": "MA1066.1", "name": "TCP23", "collection": "CORE", "base_id": "MA1066", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1066.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1066.1/" }, { "matrix_id": "MA1286.1", "name": "TCP24", "collection": "CORE", "base_id": "MA1286", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1286.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1286.1/" }, { "matrix_id": "MA1286.2", "name": "TCP24", "collection": "CORE", "base_id": "MA1286", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1286.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1286.2/" }, { "matrix_id": "MA1289.1", "name": "TCP3", "collection": "CORE", "base_id": "MA1289", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1289.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1289.1/" }, { "matrix_id": "MA1289.2", "name": "TCP3", "collection": "CORE", "base_id": "MA1289", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1289.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1289.2/" }, { "matrix_id": "MA1035.1", "name": "TCP4", "collection": "CORE", "base_id": "MA1035", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1035.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1035.1/" }, { "matrix_id": "MA1067.1", "name": "TCP5", "collection": "CORE", "base_id": "MA1067", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1067.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1067.1/" }, { "matrix_id": "MA1291.1", "name": "TCP7", "collection": "CORE", "base_id": "MA1291", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1291.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1291.1/" }, { "matrix_id": "MA1428.1", "name": "TCP8", "collection": "CORE", "base_id": "MA1428", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1428.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1428.1/" } ] }