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=124
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=125", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=123", "results": [ { "matrix_id": "MA0039.4", "name": "KLF4", "collection": "CORE", "base_id": "MA0039", "version": "4", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0039.4.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0039.4/" }, { "matrix_id": "MA0599.1", "name": "KLF5", "collection": "CORE", "base_id": "MA0599", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0599.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0599.1/" }, { "matrix_id": "MA1517.1", "name": "KLF6", "collection": "CORE", "base_id": "MA1517", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1517.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1517.1/" }, { "matrix_id": "MA1959.1", "name": "KLF7", "collection": "CORE", "base_id": "MA1959", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1959.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1959.1/" }, { "matrix_id": "MA1107.1", "name": "KLF9", "collection": "CORE", "base_id": "MA1107", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1107.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1107.1/" }, { "matrix_id": "MA1107.2", "name": "KLF9", "collection": "CORE", "base_id": "MA1107", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1107.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1107.2/" }, { "matrix_id": "MA1398.1", "name": "KUA1", "collection": "CORE", "base_id": "MA1398", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1398.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1398.1/" }, { "matrix_id": "MA1398.2", "name": "KUA1", "collection": "CORE", "base_id": "MA1398", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1398.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1398.2/" }, { "matrix_id": "UN0435.1", "name": "Kar4", "collection": "UNVALIDATED", "base_id": "UN0435", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0435.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0435.1/" }, { "matrix_id": "MA0493.1", "name": "Klf1", "collection": "CORE", "base_id": "MA0493", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0493.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0493.1/" } ] }