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=156
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=157", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=155", "results": [ { "matrix_id": "MA1953.1", "name": "FOXO1::ELF1", "collection": "CORE", "base_id": "MA1953", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1953.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1953.1/" }, { "matrix_id": "UN0535.1", "name": "FOXO1::ELF1", "collection": "UNVALIDATED", "base_id": "UN0535", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0535.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0535.1/" }, { "matrix_id": "MA1953.2", "name": "FOXO1::ELF1", "collection": "CORE", "base_id": "MA1953", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1953.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1953.2/" }, { "matrix_id": "UN0535.2", "name": "FOXO1::ELF1", "collection": "UNVALIDATED", "base_id": "UN0535", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0535.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0535.2/" }, { "matrix_id": "UN1021.1", "name": "FOXO1::ELF2", "collection": "UNVALIDATED", "base_id": "UN1021", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1021.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1021.1/" }, { "matrix_id": "MA1954.1", "name": "FOXO1::ELK1", "collection": "CORE", "base_id": "MA1954", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1954.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1954.1/" }, { "matrix_id": "UN0536.1", "name": "FOXO1::ELK1", "collection": "UNVALIDATED", "base_id": "UN0536", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0536.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0536.1/" }, { "matrix_id": "MA1954.2", "name": "FOXO1::ELK1", "collection": "CORE", "base_id": "MA1954", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1954.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1954.2/" }, { "matrix_id": "UN0536.2", "name": "FOXO1::ELK1", "collection": "UNVALIDATED", "base_id": "UN0536", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0536.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0536.2/" }, { "matrix_id": "MA1955.1", "name": "FOXO1::ELK3", "collection": "CORE", "base_id": "MA1955", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1955.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1955.1/" } ] }