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=191
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=192", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=190", "results": [ { "matrix_id": "UN0013.1", "name": "PK05732.1", "collection": "UNVALIDATED", "base_id": "UN0013", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0013.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0013.1/" }, { "matrix_id": "UN0015.1", "name": "PK06517.1", "collection": "UNVALIDATED", "base_id": "UN0015", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0015.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0015.1/" }, { "matrix_id": "UN0016.1", "name": "PK07031.1", "collection": "UNVALIDATED", "base_id": "UN0016", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0016.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0016.1/" }, { "matrix_id": "UN0017.1", "name": "PK07402.1", "collection": "UNVALIDATED", "base_id": "UN0017", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0017.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0017.1/" }, { "matrix_id": "UN0018.1", "name": "PK07741.1", "collection": "UNVALIDATED", "base_id": "UN0018", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0018.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0018.1/" }, { "matrix_id": "UN0019.1", "name": "PK07858.1", "collection": "UNVALIDATED", "base_id": "UN0019", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0019.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0019.1/" }, { "matrix_id": "UN0020.1", "name": "PK07924.1", "collection": "UNVALIDATED", "base_id": "UN0020", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0020.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0020.1/" }, { "matrix_id": "UN0021.1", "name": "PK08602.1", "collection": "UNVALIDATED", "base_id": "UN0021", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0021.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0021.1/" }, { "matrix_id": "UN0022.1", "name": "PK09021.1", "collection": "UNVALIDATED", "base_id": "UN0022", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0022.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0022.1/" }, { "matrix_id": "UN0025.1", "name": "PK09702.1", "collection": "UNVALIDATED", "base_id": "UN0025", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0025.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0025.1/" } ] }