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=131
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=132", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=130", "results": [ { "matrix_id": "MA0764.4", "name": "ETV4", "collection": "CORE", "base_id": "MA0764", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0764.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0764.4/" }, { "matrix_id": "UN0984.1", "name": "ETV4::FOXD2", "collection": "UNVALIDATED", "base_id": "UN0984", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0984.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0984.1/" }, { "matrix_id": "UN0985.1", "name": "ETV4::FOXO1", "collection": "UNVALIDATED", "base_id": "UN0985", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0985.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0985.1/" }, { "matrix_id": "UN0986.1", "name": "ETV4::IRF8", "collection": "UNVALIDATED", "base_id": "UN0986", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0986.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0986.1/" }, { "matrix_id": "UN0987.1", "name": "ETV4::TBX21", "collection": "UNVALIDATED", "base_id": "UN0987", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0987.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0987.1/" }, { "matrix_id": "UN0988.1", "name": "ETV4::TBX4", "collection": "UNVALIDATED", "base_id": "UN0988", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0988.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0988.1/" }, { "matrix_id": "MA0765.1", "name": "ETV5", "collection": "CORE", "base_id": "MA0765", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0765.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0765.1/" }, { "matrix_id": "MA0765.2", "name": "ETV5", "collection": "CORE", "base_id": "MA0765", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0765.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0765.2/" }, { "matrix_id": "MA0765.3", "name": "ETV5", "collection": "CORE", "base_id": "MA0765", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0765.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0765.3/" }, { "matrix_id": "MA0765.4", "name": "ETV5", "collection": "CORE", "base_id": "MA0765", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0765.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0765.4/" } ] }