API Endpoints

There are a few API endpoints that this app exposes.

/api/count

The count endpoint gives you a count of the datasets in the PFS triplestore - so it’s a count of the ones that the PFS has indexed itself.

/api/sparql

The sparql endpoint allows users to make read-only SPARQL queries directly to the PFS triplestore. Requests that attempt to modify the data in the triplestore will be rejected. The ‘query’ parameter is required. Try it out with something like https://search.polder.info/api/sparql?query=SELECT * { ?s ?p ?o } LIMIT 100