CINXE.COM
N2T Home
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"/> <title>N2T Home</title> <link href="/static/style.css" rel="stylesheet"> </head> <body> <gh-corner user="CDLUC3" repo="N2T" position="right"></gh-corner> <header> <p><a href="/">N2T</a> service </p> </header> <main> <h1>N2T - Identifier Resolution Service</h1> <div> <p><code>N2T</code> is an identifier scheme resolver that given a provided identifier, matches it to an identifier scheme definition. Depending on the form of the request, a successful match will either redirect to the registered target or present information about the matched definition.</p> <p>Identifiers take the form:</p> <pre> scheme:prefix/value </pre> <p><em>Note:</em> A refactored N2T service was deployed on 2024-06-24. The legacy service will be operational and fully functional until any issues with the new service are resolved. The legacy service is available at: <a href="https://legacy-n2t.n2t.net"><code>https://legacy-n2t.n2t.net</code></a>.</p> <p>The service API description is available at <a href="/api">/api</a>.</p> <p>The registered schemes are listed on the <a href="/_schemes.html">schemes page</a>.</p> </div> </main> <footer>N2T, Production environment, version 0.9.3</footer> </body> </html>