Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A Rafflesia API key, sent as Authorization: Bearer <key>.

Headers

Rafflesia-API-Version
string

Optional dated contract pin. Omit to use the current 2026-08-08 homology contract; any other value returns api_version_unsupported.

Query Parameters

limit
integer<int64>
default:20
Required range: 1 <= x <= 100
before
string

Return the page immediately before this opaque cursor. Mutually exclusive with after.

after
string

Return the page immediately after this opaque cursor. Mutually exclusive with before.

Response

OK

data
object[]
required

The databases in this page. Always an array, including for an empty page.

list_metadata
object
required
object
enum<string>
required

Always list.

Available options:
list
provenance
object
required

Execution provenance for this page.

warnings
object[]
required

Non-fatal warnings observed while producing this page. Always an array.

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/HomologyDatabaseList.json"