CINXE.COM
Finto API
<!DOCTYPE html> <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Finto API</title> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> <link href="api.css" rel="stylesheet"> <link rel="icon" href="//finto.fi/favicon.ico" type="image/x-icon" /> </head> <body> <img src="finto-white.png" alt="Finto"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h1>Finto API</h1> <p>This is the API service of <a href="//finto.fi/">Finto</a>. We provide an open REST-style API to access Finto vocabulary data.</p> </div> </div> <div class="row"> <div class="col-lg-12"> <h2>API documentation</h2> <p>Finto uses <a href="https://github.com/NatLibFi/Skosmos">Skosmos</a> software and the REST API is implemented by Skosmos. See the interactive <a href="//api.finto.fi/doc">Swagger documentation</a>. You can also use use the <a href="http://api.finto.fi/rest/v1/swagger.json">swagger.json</a> with <a href="http://swagger.io/tools/">Swagger compliant tools</a>.</p> </div> </div> <div class="row"> <div class="col-lg-12"> <h2>Example queries</h2> <p>These queries return JSON-LD data:</p> <ul> <li><a href="//api.finto.fi/rest/v1/search?vocab=ysa&query=kiss*&lang=fi">/rest/v1/search?vocab=ysa&query=kiss*&lang=fi</a></li> </ul> <p>These queries return RDF/XML or Turtle data:</p> <ul> <li><a href="//api.finto.fi/rest/v1/yso/data">/rest/v1/yso/data</a></li> </ul> </div> </div> <div class="row"> <div class="col-lg-12"> <h2>Usage policy</h2> <p>Usage of the API is currently unrestricted. API keys are not used. Please be gentle with our server! In future, we may require registration and API keys for heavy use.</p> <p>Most vocabulary data is licensed using a CC 3.0 Attribution license. See the metadata of each individual vocabulary in Finto for details.</p> </div> </div> </div> </body></html>