Server Listing
Provides access to public server listings, including metadata, filtering, and ranking.
Server Listing object
Attributes
object
Stringid
StringThe unique identifier of the server listing
status
EnumThe current status of the server listing
slug
StringA URL-friendly unique string identifier for the listing
image_url
StringURL to the image representing the server listing
profile
ObjectNullablename
StringThe name of the server listing
description
StringA detailed description of the server listing
readme
StringREADME content or notes related to the server listing
categories
ObjectCategories associated with the server listing
skills
Array of StringsList of skills relevant to the server listing
is_official
BooleanIndicates if the listing is officially recognized
is_community
BooleanIndicates if the listing is community contributed
is_hostable
BooleanIndicates if the listing can be hosted
is_metorial
BooleanTrue if this listing is managed directly by Metorial
is_verified
BooleanIndicates whether the listing has been verified for authenticity
server
Objectvendor
ObjectNullableInformation about the vendor, if any
repository
ObjectNullableRepository details, if any
installation
ObjectNullableInstallation details, if any
created_at
DateServer listing creation timestamp
updated_at
DateServer listing last update timestamp
{"object": "server_listing","status": "active","profile": {"object": "profile","slug": "openai","image_url": "https://cdn.metorial.com/images/profiles/12345/avatar.png","badges": [{"type": "system","name": "Top Contributor"},{"type": "system","name": "Top Contributor"}]},"categories": [{"object": "server_listing.category"},{"object": "server_listing.category"}],"server": {"object": "server#preview","type": "public"},"vendor": {},"repository": {},"installation": {}}
List server listings
Returns a paginated list of server listings, filterable by collection, category, profile, or instance.
Query Parameters
limit
NumberOptionalafter
StringOptionalbefore
StringOptionalcursor
StringOptionalorder
EnumOptionalsearch
StringOptionalcollection_id
UnionOptionalcategory_id
UnionOptionalprofile_id
UnionOptionalinstance_id
StringOptionalorder_by_rank
BooleanOptionalcurl -X GET "https://api.metorial.comserver-listings" \-H "Authorization: Bearer metorial_sk_..."
Get server listing
Returns metadata and readme content for a specific server listing.
URL Parameters
server_listing_id
StringThe unique identifier for the server_listing
Query Parameters
instance_id
StringOptionalcurl -X GET "https://api.metorial.comserver-listings/ser_Rm4Mnheq2bfEPhBhP7SY" \-H "Authorization: Bearer metorial_sk_..."