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=422
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=423", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=421", "results": [ { "matrix_id": "MA1063.1", "name": "TCP19", "collection": "CORE", "base_id": "MA1063", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1063.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1063.1/" }, { "matrix_id": "MA1063.2", "name": "TCP19", "collection": "CORE", "base_id": "MA1063", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1063.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1063.2/" }, { "matrix_id": "MA1064.1", "name": "TCP2", "collection": "CORE", "base_id": "MA1064", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1064.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1064.1/" }, { "matrix_id": "MA1064.2", "name": "TCP2", "collection": "CORE", "base_id": "MA1064", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1064.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1064.2/" }, { "matrix_id": "MA1065.1", "name": "TCP20", "collection": "CORE", "base_id": "MA1065", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1065.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1065.1/" }, { "matrix_id": "MA1065.2", "name": "TCP20", "collection": "CORE", "base_id": "MA1065", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1065.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1065.2/" }, { "matrix_id": "MA1065.3", "name": "TCP20", "collection": "CORE", "base_id": "MA1065", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1065.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1065.3/" }, { "matrix_id": "MA1287.1", "name": "TCP21", "collection": "CORE", "base_id": "MA1287", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1287.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1287.1/" }, { "matrix_id": "MA1287.2", "name": "TCP21", "collection": "CORE", "base_id": "MA1287", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1287.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1287.2/" }, { "matrix_id": "MA1288.1", "name": "TCP22", "collection": "CORE", "base_id": "MA1288", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1288.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1288.1/" } ] }