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=195
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=196", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=194", "results": [ { "matrix_id": "UN0064.1", "name": "PK24580.1", "collection": "UNVALIDATED", "base_id": "UN0064", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0064.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0064.1/" }, { "matrix_id": "UN0067.1", "name": "PK25034.1", "collection": "UNVALIDATED", "base_id": "UN0067", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0067.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0067.1/" }, { "matrix_id": "UN0068.1", "name": "PK25870.1", "collection": "UNVALIDATED", "base_id": "UN0068", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0068.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0068.1/" }, { "matrix_id": "UN0070.1", "name": "PK26523.1", "collection": "UNVALIDATED", "base_id": "UN0070", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0070.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0070.1/" }, { "matrix_id": "UN0072.1", "name": "PK27085.1", "collection": "UNVALIDATED", "base_id": "UN0072", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0072.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0072.1/" }, { "matrix_id": "UN0073.1", "name": "PK27109.1", "collection": "UNVALIDATED", "base_id": "UN0073", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0073.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0073.1/" }, { "matrix_id": "UN0074.1", "name": "PK27149.1", "collection": "UNVALIDATED", "base_id": "UN0074", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0074.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0074.1/" }, { "matrix_id": "UN0075.1", "name": "PK27213.1", "collection": "UNVALIDATED", "base_id": "UN0075", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0075.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0075.1/" }, { "matrix_id": "UN0076.1", "name": "PK27683.1", "collection": "UNVALIDATED", "base_id": "UN0076", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0076.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0076.1/" }, { "matrix_id": "UN0077.1", "name": "PK27693.1", "collection": "UNVALIDATED", "base_id": "UN0077", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0077.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0077.1/" } ] }