{% extends "base.html" %} {% block content %}
Bioresolver

This service resolves CURIEs to their labels, names, and builds provider URLs (like for Identifiers.org) when possible. {% if name_count %}It currently covers {{ name_count }} names, {{ alts_count }} alternate identifiers, and {{ definition_count }} definitions across {{ prefix_count }} resources{% endif %}. See also the summary and Swagger docs.

Examples

It has a single endpoint /resolve/<curie> that gives back JSON. Here are a few examples:

CURIE Description
DOID:14330 🟢 exact
doid:14330 🟢 capitalization variant
DO:14330 🟢 synonym identified in metaregistry
GO:0000501 🟢 secondary identifier mapped
GO:GO:0000501 🟢 banana problem mapped
apo:0000155 🟡 able to look up name, but prefix is not listed on Identifiers.org
wikidata:Q11085 🟡 able to generate Identifiers.org link, but name unavailable
DOID:00000 🔴 valid prefix, but invalid identifier
NNN:00000 🔴 invalid prefix
{% endblock %}