{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block content %}

Ooh Na Na CURIE Resolver

This service resolves CURIEs to their labels and builds Identifiers.org URLs when possible. {% if backend.count_curies() %}It currently covers {{ backend.count_curies() }} identifiers and {{ backend.count_alts() }} alternate identifiers across {{ backend.count_prefixes() }} resources.{% endif %}

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:0001071 🟢 secondary identifier 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 %}