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=181
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=182", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=180", "results": [ { "matrix_id": "UN0054.1", "name": "PK20543.1", "collection": "UNVALIDATED", "base_id": "UN0054", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0054.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0054.1/" }, { "matrix_id": "UN0057.1", "name": "PK21166.1", "collection": "UNVALIDATED", "base_id": "UN0057", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0057.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0057.1/" }, { "matrix_id": "UN0059.1", "name": "PK23009.1", "collection": "UNVALIDATED", "base_id": "UN0059", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0059.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0059.1/" }, { "matrix_id": "UN0060.1", "name": "PK23763.1", "collection": "UNVALIDATED", "base_id": "UN0060", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0060.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0060.1/" }, { "matrix_id": "UN0061.1", "name": "PK23964.1", "collection": "UNVALIDATED", "base_id": "UN0061", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0061.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0061.1/" }, { "matrix_id": "UN0063.1", "name": "PK24205.1", "collection": "UNVALIDATED", "base_id": "UN0063", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0063.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0063.1/" }, { "matrix_id": "UN0064.1", "name": "PK24580.1", "collection": "UNVALIDATED", "base_id": "UN0064", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0064.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0064.1/" }, { "matrix_id": "UN0067.1", "name": "PK25034.1", "collection": "UNVALIDATED", "base_id": "UN0067", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0067.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0067.1/" }, { "matrix_id": "UN0068.1", "name": "PK25870.1", "collection": "UNVALIDATED", "base_id": "UN0068", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0068.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0068.1/" }, { "matrix_id": "UN0070.1", "name": "PK26523.1", "collection": "UNVALIDATED", "base_id": "UN0070", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0070.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0070.1/" } ] }