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=147
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=148", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=146", "results": [ { "matrix_id": "PH0095.1", "name": "Lhx5", "collection": "PBM_HOMEO", "base_id": "PH0095", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0095.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0095.1/" }, { "matrix_id": "PH0096.1", "name": "Lhx6_1", "collection": "PBM_HOMEO", "base_id": "PH0096", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0096.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0096.1/" }, { "matrix_id": "PH0097.1", "name": "Lhx6_2", "collection": "PBM_HOMEO", "base_id": "PH0097", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0097.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0097.1/" }, { "matrix_id": "PH0098.1", "name": "Lhx8", "collection": "PBM_HOMEO", "base_id": "PH0098", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0098.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0098.1/" }, { "matrix_id": "MA0705.1", "name": "Lhx8", "collection": "CORE", "base_id": "MA0705", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0705.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0705.1/" }, { "matrix_id": "PH0099.1", "name": "Lhx9", "collection": "PBM_HOMEO", "base_id": "PH0099", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0099.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0099.1/" }, { "matrix_id": "MA0194.1", "name": "Lim1", "collection": "CORE", "base_id": "MA0194", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0194.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0194.1/" }, { "matrix_id": "MA0195.1", "name": "Lim3", "collection": "CORE", "base_id": "MA0195", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0195.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0195.1/" }, { "matrix_id": "PH0100.1", "name": "Lmx1a", "collection": "PBM_HOMEO", "base_id": "PH0100", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0100.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0100.1/" }, { "matrix_id": "PH0101.1", "name": "Lmx1b", "collection": "PBM_HOMEO", "base_id": "PH0101", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0101.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0101.1/" } ] }