Version 0.7.49 (2025-12-06 17:43)
| Returns | Method | Path | Description | Request Parameters |
|---|---|---|---|---|
text/html | GET | / | Prints an overview of all API functions. | |
application/json | GET | /types | Retrieves the qualified names of all publicly available entitytypes in this API. | |
application/json | GET | /schema/{schema} | Retrieves information about the specified schema, which is publicly available. | inclSubschemas, inclEntitytypes, inclAttributes, inclSubattributes |
application/json | POST | /schema/{schema} | Retrieves information about the specified schema, according to user permissions. | user, pass, inclSubschemas, inclEntitytypes, inclAttributes, inclSubattributes |
application/json | GET | /type/{type} | Retrieves information about the specified entitytype, which is publicly available. | inclAttributes, inclSubattributes |
application/json | POST | /type/{type} | Retrieves information about the specified entitytype, according to user permissions. | user, pass, inclAttributes, inclSubattributes |
application/json | GET | /attr/{attr} | Retrieves information about the specified attribute, which is publicly available. | inclSubattributes |
application/json | POST | /attr/{attr} | Retrieves information about the specified attribute, according to user permissions. | user, pass, inclSubattributes |
application/json | GET | /uris/{type} | Retrieves the universal resource identifiers of all entities of the specified type. | alias |
application/json | GET | /entities/{type} | Retrieves all entities of the specified type. | proj, ids |
application/json | GET | /entity/{type}/{id} | Retrieves a specific entity for its type and numeric identifier. | proj |
application/json | GET | /entity | Retrieves a specific entity for its universal resource identifier. | uri, proj |
application/json | GET | /search-fulltext/{type} | Fulltext search for entities of the specified type. The output is ranked by match precision, which favors full matches as well as identifiers over aliases and aliases over attribute values. The ranking score value is attached to the entities' JSON objects. | expr, matchIdent, matchAlias, matchAttrs, caseSensitive, diacSensitive, termLength, offset, length, maxResults, proj |
application/octet-stream | GET | /medium/{id} | Retrieval endpoint for public media data. | imageRes |
application/json | POST | /import/{type} | Import of entities of the specified type. | user, pass, data |
text/turtle | GET | /dikusa_export | DIKUSA TMD Export. | |
application/json | GET | /corporate25/{level} | Special scenario 20251127 for rsk:corporate entities. |
Retrieves the qualified names of all publicly available entitytypes in this API.
GETapplication/jsonRetrieves information about the specified schema, which is publicly available.
GETString schema (required)rsk.vocab.Boolean inclSubschemas (optional, default: false)Boolean inclEntitytypes (optional, default: false)Boolean inclAttributes (optional, default: false)Boolean inclSubattributes (optional, default: false)application/jsonRetrieves information about the specified schema, according to user permissions.
POSTapplication/x-www-form-urlencoded.String schema (required)rsk.vocab.String user (required)String pass (required)Boolean inclSubschemas (optional, default: false)Boolean inclEntitytypes (optional, default: false)Boolean inclAttributes (optional, default: false)Boolean inclSubattributes (optional, default: false)application/jsonRetrieves information about the specified entitytype, which is publicly available.
GETString type (required)rsk:place.Boolean inclAttributes (optional, default: false)Boolean inclSubattributes (optional, default: false)application/jsonRetrieves information about the specified entitytype, according to user permissions.
POSTapplication/x-www-form-urlencoded.String type (required)rsk:place.String user (required)String pass (required)Boolean inclAttributes (optional, default: false)Boolean inclSubattributes (optional, default: false)application/jsonRetrieves information about the specified attribute, which is publicly available.
GETString attr (required)rsk:place:name.Boolean inclSubattributes (optional, default: false)application/jsonRetrieves information about the specified attribute, according to user permissions.
POSTapplication/x-www-form-urlencoded.String attr (required)rsk:place:name.String user (required)String pass (required)Boolean inclSubattributes (optional, default: false)application/jsonRetrieves the universal resource identifiers of all entities of the specified type. The resource identifiers are mapped to the entities' internal numeric IDs.
GETString type (required)rsk:place.Boolean alias (optional, default: false)application/jsonRetrieves all entities of the specified type.
GETString type (required)rsk:place.String proj (optional)-" to exclude an attribute.firstname, lastname, event, -event.info-images, -event, event.dateString ids (optional)3, 5, 7, 25-28, 84. If no IDs are specified, all entities are included.application/jsonRetrieves a specific entity for its type and numeric identifier.
GETString type (required)rsk:place.Integer id (required)String proj (optional)-" to exclude an attribute.firstname, lastname, event, -event.info-images, -event, event.dateapplication/jsonRetrieves a specific entity for its universal resource identifier.
GETString uri (required)String proj (optional)-" to exclude an attribute.firstname, lastname, event, -event.info-images, -event, event.dateapplication/jsonFulltext search for entities of the specified type.
The output is ranked by match precision, which favors full matches as well as identifiers over aliases and aliases over attribute values.
The ranking score value is attached to the entities' JSON objects.
GETString type (required)rsk:place.String expr (required)Boolean matchIdent (optional, default: true)Boolean matchAlias (optional, default: true)String matchAttrs (optional, default: true)true to match against all attributes (default).
false to not match against attributes altogether.
-" to exclude attribute.
Boolean caseSensitive (optional, default: false)Boolean diacSensitive (optional, default: false)Integer termLength (optional, default: 1)[1 ...].Integer offset (optional, default: 0)[0 ...].Integer length (optional, default: 20)0 = unlimited
[0 ...].Integer maxResults (optional, default: 20)length!!!String proj (optional)-" to exclude an attribute.firstname, lastname, event, -event.info-images, -event, event.dateapplication/jsonRetrieval endpoint for public media data.
The specified media ID is tracked back to its hosting attribute value and checked against its attribute's and entitytype's public flags.
GETInteger id (required)String imageRes (optional, default: MASTER)| MASTER | Master image: unscaled (default). |
| THUMB | Thumbnail image, downscaled to 120k (e.g.: 400x300 @4:3). |
| SC_500K | Downscaled image (e.g.: 800x600 @4:3). |
| SC_1M | Downscaled image (e.g.: 1280x720 @16:9). |
| SC_2M | Downscaled image (e.g.: 1920x1080 @16:9). |
application/octet-streamImport of entities of the specified type.
POSTapplication/x-www-form-urlencoded.String type (required)rsk:place.String user (required)String pass (required)JsonValue data (required)application/jsonSpecial scenario 20251127 for rsk:corporate entities.
GETInteger level (required)application/json