Skip to main content

Report connectivity to the database (introduced in v1.11.0)

Auth: None, Cross Origin Allowed
Success: 200 { status: "ok", message: "Database connection successful" }
Errors: 500 { error: "Failed to fetch documentation entries" }

Get a public profile (introduced in v1.14.0)

Auth: None
Success 200: JSON profile: username, stats, avatar, bio, badges
Errors: 400 { error: "Username is required" } missing id, 404 { error: "Profile not found" } not found, 500 { error: "Failed to fetch profile" }.

Get release note

Auth: None
Success 200: JSON release note.
Errors: 400 missing id, 404 not found, 500.

List documentation entries (will be removed in v2.0.0)

Auth: None
Success 200: JSON array of documentation_entries ordered by category.
Errors: 500 { error: "Failed to fetch documentation entries" }.

Get documentation entry (will be removed in v2.0.0)

Auth: None
Success 200: JSON entry.
Errors: 400 missing id, 404 not found, 500.