vibz.art/docs
API ReferenceKadambini

List Work Editions

List every edition for a Work, with slug + source metadata. Use this to discover pinnable editions for citation. The first-returned edition (by adapter rank) is the default when `?edition=...` is omitted on the verse endpoints — its `is_default` flag is true.

GET /kadambini/v1/cite/{work_slug}/editions

List every edition for a Work, with slug + source metadata.

Use this to discover pinnable editions for citation. The first-returned edition (by adapter rank) is the default when ?edition=... is omitted on the verse endpoints — its is_default flag is true.

Parameters

ParameterTypeRequiredDescription
work_slugstringYes

Response

FieldTypeDescription
workstringWork
work_slug`stringnull` (optional)
editionsEditionListItem[]Editions

On this page