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=171
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=172", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=170", "results": [ { "matrix_id": "UN0460.1", "name": "Osr1-2-b", "collection": "UNVALIDATED", "base_id": "UN0460", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0460.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0460.1/" }, { "matrix_id": "MA1907.1", "name": "Otp", "collection": "CORE", "base_id": "MA1907", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1907.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1907.1/" }, { "matrix_id": "MA1908.1", "name": "Otx", "collection": "CORE", "base_id": "MA1908", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1908.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1908.1/" }, { "matrix_id": "MA1030.1", "name": "P0510F09.23", "collection": "CORE", "base_id": "MA1030", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1030.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1030.1/" }, { "matrix_id": "MA1961.1", "name": "PATZ1", "collection": "CORE", "base_id": "MA1961", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1961.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1961.1/" }, { "matrix_id": "MA0779.1", "name": "PAX1", "collection": "CORE", "base_id": "MA0779", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0779.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0779.1/" }, { "matrix_id": "MA0067.2", "name": "PAX2", "collection": "CORE", "base_id": "MA0067", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0067.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0067.2/" }, { "matrix_id": "MA0780.1", "name": "PAX3", "collection": "CORE", "base_id": "MA0780", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0780.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0780.1/" }, { "matrix_id": "MA1546.1", "name": "PAX3", "collection": "CORE", "base_id": "MA1546", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1546.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1546.1/" }, { "matrix_id": "MA0068.2", "name": "PAX4", "collection": "CORE", "base_id": "MA0068", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0068.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0068.2/" } ] }