{% 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.

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
apo:0000155 🟡 able to look up name, but prefix is not listed on Identifiers.org
wikidata:Q42 🟡 able to generate Identifiers.org link, but name unavailable
DOID:00000 🔴 valid prefix, but invalid identifier
NNN:00000 🔴 invalid prefix
{% endblock %}