Database API
Query and modify the database.
Last updated
Query and modify the database.
Last updated
GET
http://lrr.tvc-16.science/api/database/stats
Get tags from the database, with a value symbolizing their prevalence.
Name | Type | Description |
---|---|---|
POST
http://lrr.tvc-16.science/api/database/clean
Cleans the Database, removing entries for files that are no longer on the filesystem.
POST
http://lrr.tvc-16.science/api/database/drop
Delete the entire database, including user preferences. This is a rather dangerous endpoint, invoking it might lock you out of the server as a client!
GET
http://lrr.tvc-16.science/api/database/backup
Scans the entire database and returns a backup in JSON form. This backup can be reimported manually through the Backup and Restore feature.
DELETE
http://lrr.tvc-16.science/api/database/isnew
Clears the "New!" flag on all archives.
minweight
int
Add this parameter if you want to only get tags whose weight is at least the given minimum. Default is 1 if not specified, to get all tags.