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=218
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=219", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=217", "results": [ { "matrix_id": "UN0426.1", "name": "TAGL1", "collection": "UNVALIDATED", "base_id": "UN0426", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0426.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0426.1/" }, { "matrix_id": "MA0091.1", "name": "TAL1::TCF3", "collection": "CORE", "base_id": "MA0091", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0091.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0091.1/" }, { "matrix_id": "MA1430.1", "name": "TB1", "collection": "CORE", "base_id": "MA1430", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1430.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1430.1/" }, { "matrix_id": "MA0403.1", "name": "TBF1", "collection": "CORE", "base_id": "MA0403", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0403.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0403.1/" }, { "matrix_id": "MA0403.2", "name": "TBF1", "collection": "CORE", "base_id": "MA0403", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0403.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0403.2/" }, { "matrix_id": "MA0108.1", "name": "TBP", "collection": "CORE", "base_id": "MA0108", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0108.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0108.1/" }, { "matrix_id": "MA0108.2", "name": "TBP", "collection": "CORE", "base_id": "MA0108", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0108.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0108.2/" }, { "matrix_id": "MA0802.1", "name": "TBR1", "collection": "CORE", "base_id": "MA0802", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0802.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0802.1/" }, { "matrix_id": "MA0404.1", "name": "TBS1", "collection": "CORE", "base_id": "MA0404", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0404.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0404.1/" }, { "matrix_id": "MA0805.1", "name": "TBX1", "collection": "CORE", "base_id": "MA0805", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0805.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0805.1/" } ] }