Skip to content

Get 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.

url
Any of:
string

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>
AuthoredLibraryRemotePackEntry

One 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
installedVersion
Any of:
string
updateAvailable
Updateavailable
boolean

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object