Browsable API
Matrix Versions
This is JASPAR browsable API, which provides easy-to-use REST web interface to query/retrieve matrix profile data from JASPAR database. The API comes with a human browsable interface and also programmatic interface, which return the results in eight different formats, including
json
, jsonp
, jaspar
, transfac
, pfm
, meme
and yaml
, bed
and also api
for browsable interface.
API endpoint that returns matrix model versions based on base_id.
GET /api/v1/matrix/PF0108/versions/
HTTP 200 OK
Vary: Accept
Content-Type: text/html; charset=utf-8
Allow: GET, HEAD, OPTIONS
{
"count": 1,
"results": [
{
"name": "AACWWCAANK",
"url": "http://jaspar2018.genereg.net/api/v1/matrix/PF0108.1",
"matrix_id": "PF0108.1",
"collection": "PHYLOFACTS",
"version": 1,
"sequence_logo": "http://jaspar2018.genereg.net/static/logos/svg/PF0108.1.svg",
"base_id": "PF0108"
}
]
}