Get Registry
GET /api/divinity/authored-library/registry
GET
/api/divinity/authored-library/registry
Fetch the configured remote pack registry and return its packs.
A 404 from the registry URL means no community packs are published yet — return an empty manifest so the Browse tab shows an empty state. Other failures (DNS, schema mismatch) still surface as 502.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
AuthoredLibraryRegistryResponse
Response body for GET /registry.
object
registryUrl
required
Registryurl
string
registryVersion
required
Registryversion
integer
generatedAt
required
Generatedat
string
packs
required
Packs
Array<object>
AuthoredLibraryRemotePackEntryOne pack offered by a remote registry.
object
packId
required
Packid
string
name
required
Name
string
author
required
Author
string
version
required
Version
string
description
Description
string
downloadUrl
required
Downloadurl
string
sha256
required
Sha256
string
sizeBytes
required
Sizebytes
integer
homepageUrl
Homepageurl
string
tags
Tags
Array<string>
alreadyInstalled
Alreadyinstalled
boolean
updateAvailable
Updateavailable
boolean
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context