Download OpenAPI specification:
A javascript / typescript client for Lemmy
{- "active_plugins": [
- {
- "description": "string",
- "url": "string",
- "name": "string"
}
], - "image_upload_disabled": true,
- "blocked_urls": [
- {
- "updated_at": "string",
- "published_at": "string",
- "url": "string",
- "id": 0.1
}
], - "admin_oauth_providers": [
- {
- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}
], - "oauth_providers": [
- {
- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}
], - "tagline": {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}, - "discussion_languages": [
- 0.1
], - "all_languages": [
- {
- "name": "string",
- "code": "string",
- "id": 0.1
}
], - "version": "string",
- "admins": [
- {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
], - "site_view": {
- "instance": {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}, - "local_site_rate_limit": {
- "import_user_settings_interval_seconds": 0.1,
- "import_user_settings_max_requests": 0.1,
- "updated_at": "string",
- "published_at": "string",
- "search_interval_seconds": 0.1,
- "search_max_requests": 0.1,
- "comment_interval_seconds": 0.1,
- "comment_max_requests": 0.1,
- "image_interval_seconds": 0.1,
- "image_max_requests": 0.1,
- "register_interval_seconds": 0.1,
- "register_max_requests": 0.1,
- "post_interval_seconds": 0.1,
- "post_max_requests": 0.1,
- "message_interval_seconds": 0.1,
- "message_max_requests": 0.1,
- "local_site_id": 0.1
}, - "local_site": {
- "default_items_per_page": 0.1,
- "suggested_communities": 0.1,
- "disable_email_notifications": true,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "communities": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "users": 0.1,
- "disallow_nsfw_content": true,
- "default_post_time_range_seconds": 0.1,
- "comment_downvotes": "all",
- "comment_upvotes": "all",
- "post_downvotes": "all",
- "post_upvotes": "all",
- "oauth_registration": true,
- "default_comment_sort_type": "hot",
- "default_post_sort_type": "active",
- "default_post_listing_mode": "list",
- "federation_signed_fetch": true,
- "reports_email_admins": true,
- "registration_mode": "closed",
- "updated_at": "string",
- "published_at": "string",
- "captcha_difficulty": "string",
- "captcha_enabled": true,
- "federation_enabled": true,
- "slur_filter_regex": "string",
- "application_email_admins": true,
- "legal_information": "string",
- "default_post_listing_type": "all",
- "default_theme": "string",
- "private_instance": true,
- "application_question": "string",
- "require_email_verification": true,
- "community_creation_admin_only": true,
- "site_setup": true,
- "site_id": 0.1,
- "id": 0.1
}, - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}
}
}| suggested_communities | number <double> (MultiCommunityId) |
| disable_email_notifications | boolean |
| disallow_nsfw_content | boolean |
| comment_downvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| comment_upvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| post_downvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| post_upvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| content_warning | string |
| oauth_registration | boolean |
| registration_mode | string (RegistrationMode) Enum: "closed" "require_application" "open" The registration mode for your site. Determines what happens after a user signs up. |
| captcha_difficulty | string |
| captcha_enabled | boolean |
| federation_enabled | boolean |
| rate_limit_import_user_settings_interval_seconds | number <double> |
| rate_limit_import_user_settings_max_requests | number <double> |
| rate_limit_search_interval_seconds | number <double> |
| rate_limit_search_max_requests | number <double> |
| rate_limit_comment_interval_seconds | number <double> |
| rate_limit_comment_max_requests | number <double> |
| rate_limit_image_interval_seconds | number <double> |
| rate_limit_image_max_requests | number <double> |
| rate_limit_register_interval_seconds | number <double> |
| rate_limit_register_max_requests | number <double> |
| rate_limit_post_interval_seconds | number <double> |
| rate_limit_post_max_requests | number <double> |
| rate_limit_message_interval_seconds | number <double> |
| rate_limit_message_max_requests | number <double> |
| slur_filter_regex | string |
| discussion_languages | Array of numbers <double> (LanguageId) [ items <double > ] |
| application_email_admins | boolean |
| legal_information | string |
| default_comment_sort_type | string (CommentSortType) Enum: "hot" "top" "new" "old" "controversial" The comment sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| default_post_time_range_seconds | number <double> |
| default_post_sort_type | string (PostSortType) Enum: "active" "hot" "new" "old" "top" "most_comments" "new_comments" "controversial" "scaled" The post sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| default_post_listing_mode | string (PostListingMode) Enum: "list" "card" "small_card" A post-view mode that changes how multiple post listings look. |
| default_post_listing_type | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
| default_theme | string |
| private_instance | boolean |
| application_question | string |
| require_email_verification | boolean |
| community_creation_admin_only | boolean |
| description | string |
| sidebar | string |
| name required | string |
{- "suggested_communities": 0.1,
- "disable_email_notifications": true,
- "disallow_nsfw_content": true,
- "comment_downvotes": "all",
- "comment_upvotes": "all",
- "post_downvotes": "all",
- "post_upvotes": "all",
- "content_warning": "string",
- "oauth_registration": true,
- "registration_mode": "closed",
- "captcha_difficulty": "string",
- "captcha_enabled": true,
- "federation_enabled": true,
- "rate_limit_import_user_settings_interval_seconds": 0.1,
- "rate_limit_import_user_settings_max_requests": 0.1,
- "rate_limit_search_interval_seconds": 0.1,
- "rate_limit_search_max_requests": 0.1,
- "rate_limit_comment_interval_seconds": 0.1,
- "rate_limit_comment_max_requests": 0.1,
- "rate_limit_image_interval_seconds": 0.1,
- "rate_limit_image_max_requests": 0.1,
- "rate_limit_register_interval_seconds": 0.1,
- "rate_limit_register_max_requests": 0.1,
- "rate_limit_post_interval_seconds": 0.1,
- "rate_limit_post_max_requests": 0.1,
- "rate_limit_message_interval_seconds": 0.1,
- "rate_limit_message_max_requests": 0.1,
- "slur_filter_regex": "string",
- "discussion_languages": [
- 0.1
], - "application_email_admins": true,
- "legal_information": "string",
- "default_comment_sort_type": "hot",
- "default_post_time_range_seconds": 0.1,
- "default_post_sort_type": "active",
- "default_post_listing_mode": "list",
- "default_post_listing_type": "all",
- "default_theme": "string",
- "private_instance": true,
- "application_question": "string",
- "require_email_verification": true,
- "community_creation_admin_only": true,
- "description": "string",
- "sidebar": "string",
- "name": "string"
}{- "site_view": {
- "instance": {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}, - "local_site_rate_limit": {
- "import_user_settings_interval_seconds": 0.1,
- "import_user_settings_max_requests": 0.1,
- "updated_at": "string",
- "published_at": "string",
- "search_interval_seconds": 0.1,
- "search_max_requests": 0.1,
- "comment_interval_seconds": 0.1,
- "comment_max_requests": 0.1,
- "image_interval_seconds": 0.1,
- "image_max_requests": 0.1,
- "register_interval_seconds": 0.1,
- "register_max_requests": 0.1,
- "post_interval_seconds": 0.1,
- "post_max_requests": 0.1,
- "message_interval_seconds": 0.1,
- "message_max_requests": 0.1,
- "local_site_id": 0.1
}, - "local_site": {
- "default_items_per_page": 0.1,
- "suggested_communities": 0.1,
- "disable_email_notifications": true,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "communities": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "users": 0.1,
- "disallow_nsfw_content": true,
- "default_post_time_range_seconds": 0.1,
- "comment_downvotes": "all",
- "comment_upvotes": "all",
- "post_downvotes": "all",
- "post_upvotes": "all",
- "oauth_registration": true,
- "default_comment_sort_type": "hot",
- "default_post_sort_type": "active",
- "default_post_listing_mode": "list",
- "federation_signed_fetch": true,
- "reports_email_admins": true,
- "registration_mode": "closed",
- "updated_at": "string",
- "published_at": "string",
- "captcha_difficulty": "string",
- "captcha_enabled": true,
- "federation_enabled": true,
- "slur_filter_regex": "string",
- "application_email_admins": true,
- "legal_information": "string",
- "default_post_listing_type": "all",
- "default_theme": "string",
- "private_instance": true,
- "application_question": "string",
- "require_email_verification": true,
- "community_creation_admin_only": true,
- "site_setup": true,
- "site_id": 0.1,
- "id": 0.1
}, - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}
}
}| suggested_communities | number <double> (MultiCommunityId) |
| disable_email_notifications | boolean Dont send email notifications to users for new replies, mentions etc |
| disallow_nsfw_content | boolean Block NSFW content being created |
| comment_downvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| comment_upvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| post_downvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| post_upvotes | string (FederationMode) Enum: "all" "local" "disable" The federation mode for an item |
| oauth_registration | boolean Whether or not external auth methods can auto-register users. |
| content_warning | string If present, nsfw content is visible by default. Should be displayed by frontends/clients when the site is first opened by a user. |
| reports_email_admins | boolean Whether to email admins for new reports. |
| registration_mode | string (RegistrationMode) Enum: "closed" "require_application" "open" The registration mode for your site. Determines what happens after a user signs up. |
| blocked_urls | Array of strings A list of blocked URLs |
| captcha_difficulty | string The captcha difficulty. Can be easy, medium, or hard |
| captcha_enabled | boolean Whether to enable captchas for signups. |
| federation_enabled | boolean Whether to enable federation. |
| rate_limit_import_user_settings_interval_seconds | number <double> |
| rate_limit_import_user_settings_max_requests | number <double> The number of settings imports or exports allowed in a given time frame. |
| rate_limit_search_interval_seconds | number <double> |
| rate_limit_search_max_requests | number <double> The number of searches allowed in a given time frame. |
| rate_limit_comment_interval_seconds | number <double> |
| rate_limit_comment_max_requests | number <double> The number of comments allowed in a given time frame. |
| rate_limit_image_interval_seconds | number <double> |
| rate_limit_image_max_requests | number <double> The number of image uploads allowed in a given time frame. |
| rate_limit_register_interval_seconds | number <double> |
| rate_limit_register_max_requests | number <double> The number of registrations allowed in a given time frame. |
| rate_limit_post_interval_seconds | number <double> |
| rate_limit_post_max_requests | number <double> The number of posts allowed in a given time frame. |
| rate_limit_message_interval_seconds | number <double> |
| rate_limit_message_max_requests | number <double> The number of messages allowed in a given time frame. |
| slur_filter_regex | string A regex string of items to filter. |
| discussion_languages | Array of numbers <double> (LanguageId) [ items <double > ] A list of allowed discussion languages. |
| application_email_admins | boolean Whether to email admins when receiving a new application. |
| legal_information | string An optional page of legal information |
| default_comment_sort_type | string (CommentSortType) Enum: "hot" "top" "new" "old" "controversial" The comment sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| default_items_per_page | number <double> A default fetch limit for number of items returned. |
| default_post_time_range_seconds | number <double> A default time range limit to apply to post sorts, in seconds. 0 means none. |
| default_post_sort_type | string (PostSortType) Enum: "active" "hot" "new" "old" "top" "most_comments" "new_comments" "controversial" "scaled" The post sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| default_post_listing_mode | string (PostListingMode) Enum: "list" "card" "small_card" A post-view mode that changes how multiple post listings look. |
| default_post_listing_type | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
| default_theme | string The default theme. Usually "browser" |
| private_instance | boolean Whether your instance is public, or private. |
| application_question | string Your application question form. This is in markdown, and can be many questions. |
| require_email_verification | boolean Whether to require email verification. |
| community_creation_admin_only | boolean Limits community creation to admins only. |
| description | string A shorter, one line description of your site. |
| sidebar | string A sidebar for the site, in markdown. |
| name | string |
{- "suggested_communities": 0.1,
- "disable_email_notifications": true,
- "disallow_nsfw_content": true,
- "comment_downvotes": "all",
- "comment_upvotes": "all",
- "post_downvotes": "all",
- "post_upvotes": "all",
- "oauth_registration": true,
- "content_warning": "string",
- "reports_email_admins": true,
- "registration_mode": "closed",
- "blocked_urls": [
- "string"
], - "captcha_difficulty": "string",
- "captcha_enabled": true,
- "federation_enabled": true,
- "rate_limit_import_user_settings_interval_seconds": 0.1,
- "rate_limit_import_user_settings_max_requests": 0.1,
- "rate_limit_search_interval_seconds": 0.1,
- "rate_limit_search_max_requests": 0.1,
- "rate_limit_comment_interval_seconds": 0.1,
- "rate_limit_comment_max_requests": 0.1,
- "rate_limit_image_interval_seconds": 0.1,
- "rate_limit_image_max_requests": 0.1,
- "rate_limit_register_interval_seconds": 0.1,
- "rate_limit_register_max_requests": 0.1,
- "rate_limit_post_interval_seconds": 0.1,
- "rate_limit_post_max_requests": 0.1,
- "rate_limit_message_interval_seconds": 0.1,
- "rate_limit_message_max_requests": 0.1,
- "slur_filter_regex": "string",
- "discussion_languages": [
- 0.1
], - "application_email_admins": true,
- "legal_information": "string",
- "default_comment_sort_type": "hot",
- "default_items_per_page": 0.1,
- "default_post_time_range_seconds": 0.1,
- "default_post_sort_type": "active",
- "default_post_listing_mode": "list",
- "default_post_listing_type": "all",
- "default_theme": "string",
- "private_instance": true,
- "application_question": "string",
- "require_email_verification": true,
- "community_creation_admin_only": true,
- "description": "string",
- "sidebar": "string",
- "name": "string"
}{- "site_view": {
- "instance": {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}, - "local_site_rate_limit": {
- "import_user_settings_interval_seconds": 0.1,
- "import_user_settings_max_requests": 0.1,
- "updated_at": "string",
- "published_at": "string",
- "search_interval_seconds": 0.1,
- "search_max_requests": 0.1,
- "comment_interval_seconds": 0.1,
- "comment_max_requests": 0.1,
- "image_interval_seconds": 0.1,
- "image_max_requests": 0.1,
- "register_interval_seconds": 0.1,
- "register_max_requests": 0.1,
- "post_interval_seconds": 0.1,
- "post_max_requests": 0.1,
- "message_interval_seconds": 0.1,
- "message_max_requests": 0.1,
- "local_site_id": 0.1
}, - "local_site": {
- "default_items_per_page": 0.1,
- "suggested_communities": 0.1,
- "disable_email_notifications": true,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "communities": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "users": 0.1,
- "disallow_nsfw_content": true,
- "default_post_time_range_seconds": 0.1,
- "comment_downvotes": "all",
- "comment_upvotes": "all",
- "post_downvotes": "all",
- "post_upvotes": "all",
- "oauth_registration": true,
- "default_comment_sort_type": "hot",
- "default_post_sort_type": "active",
- "default_post_listing_mode": "list",
- "federation_signed_fetch": true,
- "reports_email_admins": true,
- "registration_mode": "closed",
- "updated_at": "string",
- "published_at": "string",
- "captcha_difficulty": "string",
- "captcha_enabled": true,
- "federation_enabled": true,
- "slur_filter_regex": "string",
- "application_email_admins": true,
- "legal_information": "string",
- "default_post_listing_type": "all",
- "default_theme": "string",
- "private_instance": true,
- "application_question": "string",
- "require_email_verification": true,
- "community_creation_admin_only": true,
- "site_setup": true,
- "site_id": 0.1,
- "id": 0.1
}, - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}
}
}{- "active_plugins": [
- {
- "description": "string",
- "url": "string",
- "name": "string"
}
], - "image_upload_disabled": true,
- "blocked_urls": [
- {
- "updated_at": "string",
- "published_at": "string",
- "url": "string",
- "id": 0.1
}
], - "admin_oauth_providers": [
- {
- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}
], - "oauth_providers": [
- {
- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}
], - "tagline": {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}, - "discussion_languages": [
- 0.1
], - "all_languages": [
- {
- "name": "string",
- "code": "string",
- "id": 0.1
}
], - "version": "string",
- "admins": [
- {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
], - "site_view": {
- "instance": {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}, - "local_site_rate_limit": {
- "import_user_settings_interval_seconds": 0.1,
- "import_user_settings_max_requests": 0.1,
- "updated_at": "string",
- "published_at": "string",
- "search_interval_seconds": 0.1,
- "search_max_requests": 0.1,
- "comment_interval_seconds": 0.1,
- "comment_max_requests": 0.1,
- "image_interval_seconds": 0.1,
- "image_max_requests": 0.1,
- "register_interval_seconds": 0.1,
- "register_max_requests": 0.1,
- "post_interval_seconds": 0.1,
- "post_max_requests": 0.1,
- "message_interval_seconds": 0.1,
- "message_max_requests": 0.1,
- "local_site_id": 0.1
}, - "local_site": {
- "default_items_per_page": 0.1,
- "suggested_communities": 0.1,
- "disable_email_notifications": true,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "communities": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "users": 0.1,
- "disallow_nsfw_content": true,
- "default_post_time_range_seconds": 0.1,
- "comment_downvotes": "all",
- "comment_upvotes": "all",
- "post_downvotes": "all",
- "post_upvotes": "all",
- "oauth_registration": true,
- "default_comment_sort_type": "hot",
- "default_post_sort_type": "active",
- "default_post_listing_mode": "list",
- "federation_signed_fetch": true,
- "reports_email_admins": true,
- "registration_mode": "closed",
- "updated_at": "string",
- "published_at": "string",
- "captcha_difficulty": "string",
- "captcha_enabled": true,
- "federation_enabled": true,
- "slur_filter_regex": "string",
- "application_email_admins": true,
- "legal_information": "string",
- "default_post_listing_type": "all",
- "default_theme": "string",
- "private_instance": true,
- "application_question": "string",
- "require_email_verification": true,
- "community_creation_admin_only": true,
- "site_setup": true,
- "site_id": 0.1,
- "id": 0.1
}, - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "images": [
- {
- "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "local_image": {
- "thumbnail_for_post_id": 0.1,
- "person_id": 0.1,
- "published_at": "string",
- "pictrs_alias": "string"
}
}
]
}| reason required | string |
| hidden required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "reason": "string",
- "hidden": true,
- "community_id": 0.1
}{- "success": true
}| resolved required | boolean |
| report_id required | number <double> (CommunityReportId) The community report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "community_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "community_report": {
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_community_banner": "string",
- "original_community_icon": "string",
- "original_community_sidebar": "string",
- "original_community_description": "string",
- "original_community_title": "string",
- "original_community_name": "string",
- "community_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| post_id required | number <double> (PostId) The post id. |
{- "prev_page": "string",
- "next_page": "string",
- "post_likes": [
- {
- "is_upvote": true,
- "creator_banned_from_community": true,
- "creator_banned": true,
- "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| comment_id required | number <double> (CommentId) The comment id. |
{- "prev_page": "string",
- "next_page": "string",
- "comment_likes": [
- {
- "is_upvote": true,
- "creator_banned_from_community": true,
- "creator_banned": true,
- "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| resolved required | boolean |
| report_id required | number <double> (PrivateMessageReportId) The private message report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "private_message_report_view": {
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message": {
- "removed": true,
- "local": true,
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "deleted": true,
- "content": "string",
- "recipient_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}, - "private_message_report": {
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_pm_text": "string",
- "private_message_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| expires_at | number <double> A time that the ban will expire, in unix epoch seconds. An i64 unix timestamp is used for a simpler API client implementation. |
| reason required | string |
| remove_or_restore_data | boolean Optionally remove or restore all their data. Useful for new troll accounts. If ban is true, then this means remove. If ban is false, it means restore. |
| ban required | boolean |
| person_id required | number <double> (PersonId) The person id. |
{- "expires_at": 0.1,
- "reason": "string",
- "remove_or_restore_data": true,
- "ban": true,
- "person_id": 0.1
}{- "person_view": {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| banned_only | boolean |
{- "prev_page": "string",
- "next_page": "string",
- "users": [
- {
- "ban_expires_at": "string",
- "banned": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "local_user": {
- "default_items_per_page": 0.1,
- "show_person_votes": true,
- "show_upvote_percentage": true,
- "show_downvotes": "show",
- "show_upvotes": true,
- "show_score": true,
- "default_post_time_range_seconds": 0.1,
- "hide_media": true,
- "auto_mark_fetched_posts_as_read": true,
- "default_comment_sort_type": "hot",
- "enable_private_messages": true,
- "last_donation_notification_at": "string",
- "collapse_bot_comments": true,
- "enable_animated_images": true,
- "totp_2fa_enabled": true,
- "post_listing_mode": "list",
- "admin": true,
- "infinite_scroll_enabled": true,
- "blur_nsfw": true,
- "open_links_in_new_tab": true,
- "accepted_application": true,
- "email_verified": true,
- "show_read_posts": true,
- "show_bot_accounts": true,
- "send_notifications_to_email": true,
- "show_avatars": true,
- "interface_language": "string",
- "default_listing_type": "all",
- "default_post_sort_type": "active",
- "theme": "string",
- "show_nsfw": true,
- "email": "string",
- "person_id": 0.1,
- "id": 0.1
}
}
]
}| added required | boolean |
| person_id required | number <double> (PersonId) The person id. |
{- "added": true,
- "person_id": 0.1
}{- "admins": [
- {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| unread_only | boolean Only shows the unread applications (IE those without an admin actor) |
{- "prev_page": "string",
- "next_page": "string",
- "registration_applications": [
- {
- "admin": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator_local_user": {
- "default_items_per_page": 0.1,
- "show_person_votes": true,
- "show_upvote_percentage": true,
- "show_downvotes": "show",
- "show_upvotes": true,
- "show_score": true,
- "default_post_time_range_seconds": 0.1,
- "hide_media": true,
- "auto_mark_fetched_posts_as_read": true,
- "default_comment_sort_type": "hot",
- "enable_private_messages": true,
- "last_donation_notification_at": "string",
- "collapse_bot_comments": true,
- "enable_animated_images": true,
- "totp_2fa_enabled": true,
- "post_listing_mode": "list",
- "admin": true,
- "infinite_scroll_enabled": true,
- "blur_nsfw": true,
- "open_links_in_new_tab": true,
- "accepted_application": true,
- "email_verified": true,
- "show_read_posts": true,
- "show_bot_accounts": true,
- "send_notifications_to_email": true,
- "show_avatars": true,
- "interface_language": "string",
- "default_listing_type": "all",
- "default_post_sort_type": "active",
- "theme": "string",
- "show_nsfw": true,
- "email": "string",
- "person_id": 0.1,
- "id": 0.1
}, - "registration_application": {
- "published_at": "string",
- "deny_reason": "string",
- "admin_id": 0.1,
- "answer": "string",
- "local_user_id": 0.1,
- "id": 0.1
}
}
]
}| deny_reason | string |
| approve required | boolean |
| id required | number <double> (RegistrationApplicationId) The registration application id. |
{- "deny_reason": "string",
- "approve": true,
- "id": 0.1
}{- "registration_application": {
- "admin": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator_local_user": {
- "default_items_per_page": 0.1,
- "show_person_votes": true,
- "show_upvote_percentage": true,
- "show_downvotes": "show",
- "show_upvotes": true,
- "show_score": true,
- "default_post_time_range_seconds": 0.1,
- "hide_media": true,
- "auto_mark_fetched_posts_as_read": true,
- "default_comment_sort_type": "hot",
- "enable_private_messages": true,
- "last_donation_notification_at": "string",
- "collapse_bot_comments": true,
- "enable_animated_images": true,
- "totp_2fa_enabled": true,
- "post_listing_mode": "list",
- "admin": true,
- "infinite_scroll_enabled": true,
- "blur_nsfw": true,
- "open_links_in_new_tab": true,
- "accepted_application": true,
- "email_verified": true,
- "show_read_posts": true,
- "show_bot_accounts": true,
- "send_notifications_to_email": true,
- "show_avatars": true,
- "interface_language": "string",
- "default_listing_type": "all",
- "default_post_sort_type": "active",
- "theme": "string",
- "show_nsfw": true,
- "email": "string",
- "person_id": 0.1,
- "id": 0.1
}, - "registration_application": {
- "published_at": "string",
- "deny_reason": "string",
- "admin_id": 0.1,
- "answer": "string",
- "local_user_id": 0.1,
- "id": 0.1
}
}
}| person_id required | number <double> (PersonId) The person id. |
{- "registration_application": {
- "admin": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator_local_user": {
- "default_items_per_page": 0.1,
- "show_person_votes": true,
- "show_upvote_percentage": true,
- "show_downvotes": "show",
- "show_upvotes": true,
- "show_score": true,
- "default_post_time_range_seconds": 0.1,
- "hide_media": true,
- "auto_mark_fetched_posts_as_read": true,
- "default_comment_sort_type": "hot",
- "enable_private_messages": true,
- "last_donation_notification_at": "string",
- "collapse_bot_comments": true,
- "enable_animated_images": true,
- "totp_2fa_enabled": true,
- "post_listing_mode": "list",
- "admin": true,
- "infinite_scroll_enabled": true,
- "blur_nsfw": true,
- "open_links_in_new_tab": true,
- "accepted_application": true,
- "email_verified": true,
- "show_read_posts": true,
- "show_bot_accounts": true,
- "send_notifications_to_email": true,
- "show_avatars": true,
- "interface_language": "string",
- "default_listing_type": "all",
- "default_post_sort_type": "active",
- "theme": "string",
- "show_nsfw": true,
- "email": "string",
- "person_id": 0.1,
- "id": 0.1
}, - "registration_application": {
- "published_at": "string",
- "deny_reason": "string",
- "admin_id": 0.1,
- "answer": "string",
- "local_user_id": 0.1,
- "id": 0.1
}
}
}| reason required | string |
| person_id required | number <double> (PersonId) The person id. |
{- "reason": "string",
- "person_id": 0.1
}{- "success": true
}| reason required | string |
| community_id required | number <double> (CommunityId) The community id. |
{- "reason": "string",
- "community_id": 0.1
}{- "success": true
}| reason required | string |
| post_id required | number <double> (PostId) The post id. |
{- "reason": "string",
- "post_id": 0.1
}{- "success": true
}| reason required | string |
| comment_id required | number <double> (CommentId) The comment id. |
{- "reason": "string",
- "comment_id": 0.1
}{- "success": true
}| content required | string |
{- "content": "string"
}{- "tagline": {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}
}| content required | string |
| id required | number <double> (TaglineId) The tagline id. |
{- "content": "string",
- "id": 0.1
}{- "tagline": {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "taglines": [
- {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}
]
}| my_reports_only | boolean If true, view all your created reports. Works for non-admins/mods also. |
| show_community_rule_violations | boolean Only for admins: also show reports with |
| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| community_id | number <double> (CommunityId) if no community is given, it returns reports for all communities moderated by the auth user |
| post_id | number <double> (PostId) Filter by the post id. Can return either comment or post reports. |
| type_ | string (ReportType) Enum: "all" "posts" "comments" "private_messages" "communities" Filter the type of report. |
| unresolved_only | boolean Only shows the unresolved reports |
{- "prev_page": "string",
- "next_page": "string",
- "reports": [
- {
- "type_": "post",
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "post_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "post_report": {
- "violates_instance_rules": true,
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_post_body": "string",
- "original_post_url": "string",
- "original_post_name": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
]
}| expires_at | number <double> A time that the block will expire, in unix epoch seconds. An i64 unix timestamp is used for a simpler API client implementation. |
| reason required | string |
| block required | boolean |
| instance required | string |
{- "expires_at": 0.1,
- "reason": "string",
- "block": true,
- "instance": "string"
}{- "success": true
}| reason required | string |
| allow required | boolean |
| instance required | string |
{- "reason": "string",
- "allow": true,
- "instance": "string"
}{- "success": true
}{- "discussion_languages": [
- 0.1
], - "keyword_blocks": [
- "string"
], - "person_blocks": [
- {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
], - "instance_persons_blocks": [
- {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}
], - "instance_communities_blocks": [
- {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}
], - "community_blocks": [
- {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
], - "moderates": [
- {
- "moderator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
], - "follows": [
- {
- "follower": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
], - "local_user_view": {
- "ban_expires_at": "string",
- "banned": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "local_user": {
- "default_items_per_page": 0.1,
- "show_person_votes": true,
- "show_upvote_percentage": true,
- "show_downvotes": "show",
- "show_upvotes": true,
- "show_score": true,
- "default_post_time_range_seconds": 0.1,
- "hide_media": true,
- "auto_mark_fetched_posts_as_read": true,
- "default_comment_sort_type": "hot",
- "enable_private_messages": true,
- "last_donation_notification_at": "string",
- "collapse_bot_comments": true,
- "enable_animated_images": true,
- "totp_2fa_enabled": true,
- "post_listing_mode": "list",
- "admin": true,
- "infinite_scroll_enabled": true,
- "blur_nsfw": true,
- "open_links_in_new_tab": true,
- "accepted_application": true,
- "email_verified": true,
- "show_read_posts": true,
- "show_bot_accounts": true,
- "send_notifications_to_email": true,
- "show_avatars": true,
- "interface_language": "string",
- "default_listing_type": "all",
- "default_post_sort_type": "active",
- "theme": "string",
- "show_nsfw": true,
- "email": "string",
- "person_id": 0.1,
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "images": [
- {
- "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "local_image": {
- "thumbnail_for_post_id": 0.1,
- "person_id": 0.1,
- "published_at": "string",
- "pictrs_alias": "string"
}
}
]
}| enabled required | boolean |
| totp_token required | string |
{- "enabled": true,
- "totp_token": "string"
}{- "enabled": true
}| block required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "block": true,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| stay_logged_in | boolean If this is true the login is valid forever, otherwise it expires after one week. |
| answer | string An answer is mandatory if require application is enabled on the server |
| honeypot | string A form field to trick signup bots. Should be None. |
| captcha_answer | string Your captcha answer. |
| captcha_uuid | string The UUID of the captcha item. |
string (SensitiveString) | |
| show_nsfw | boolean |
| password_verify required | string (SensitiveString) |
| password required | string (SensitiveString) |
| username required | string |
{- "stay_logged_in": true,
- "answer": "string",
- "honeypot": "string",
- "captcha_answer": "string",
- "captcha_uuid": "string",
- "email": "string",
- "show_nsfw": true,
- "password_verify": "string",
- "password": "string",
- "username": "string"
}{- "verify_email_sent": true,
- "registration_created": true,
- "jwt": "string"
}| stay_logged_in | boolean If this is true the login is valid forever, otherwise it expires after one week. |
| totp_2fa_token | string May be required, if totp is enabled for their account. |
| password required | string (SensitiveString) |
| username_or_email required | string (SensitiveString) |
{- "stay_logged_in": true,
- "totp_2fa_token": "string",
- "password": "string",
- "username_or_email": "string"
}{- "verify_email_sent": true,
- "registration_created": true,
- "jwt": "string"
}| block required | boolean |
| person_id required | number <double> (PersonId) The person id. |
{- "block": true,
- "person_id": 0.1
}{- "person_view": {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
}| delete_content required | boolean |
| password required | string (SensitiveString) |
{- "delete_content": true,
- "password": "string"
}{- "success": true
}| password_verify required | string (SensitiveString) |
| password required | string (SensitiveString) |
| token required | string (SensitiveString) |
{- "password_verify": "string",
- "password": "string",
- "token": "string"
}{- "success": true
}| read required | boolean |
| notification_id required | number <double> (NotificationId) |
{- "read": true,
- "notification_id": 0.1
}{- "success": true
}| show_person_votes | boolean Whether to show vote totals given to others. |
| hide_media | boolean Whether to hide posts containing images/videos. |
| auto_mark_fetched_posts_as_read | boolean Whether to automatically mark fetched posts as read. |
| show_upvote_percentage | boolean |
| show_downvotes | string (VoteShow) Enum: "show" "show_for_others" "hide" Lets you show votes for others only, show all votes, or hide all votes. |
| show_upvotes | boolean |
| show_score | boolean Some vote display mode settings |
| collapse_bot_comments | boolean Whether to auto-collapse bot comments. |
| enable_private_messages | boolean Whether a user can send / receive private messages |
| enable_animated_images | boolean Whether user avatars or inline images in the UI that are gifs should be allowed to play or should be paused |
| infinite_scroll_enabled | boolean Enable infinite scroll |
| open_links_in_new_tab | boolean Open links in a new tab |
| blocking_keywords | Array of strings |
| discussion_languages | Array of numbers <double> (LanguageId) [ items <double > ] A list of languages you are able to see discussion in. |
| show_read_posts | boolean Whether to show read posts. |
| show_bot_accounts | boolean Whether to show bot accounts. |
| bot_account | boolean Whether this account is a bot account. Users can hide these accounts easily if they wish. |
| send_notifications_to_email | boolean Sends notifications to your email. |
| show_avatars | boolean Whether to show or hide avatars. |
| matrix_user_id | string Your matrix user id. Ex: |
| bio | string Your bio / info, in markdown. |
string (SensitiveString) | |
| display_name | string Your display name, which can contain strange characters, and does not need to be unique. |
| interface_language | string The language of the lemmy interface |
| default_comment_sort_type | string (CommentSortType) Enum: "hot" "top" "new" "old" "controversial" The comment sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| default_items_per_page | number <double> A default fetch limit for number of items returned. |
| default_post_time_range_seconds | number <double> A default time range limit to apply to post sorts, in seconds. 0 means none. |
| default_post_sort_type | string (PostSortType) Enum: "active" "hot" "new" "old" "top" "most_comments" "new_comments" "controversial" "scaled" The post sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| post_listing_mode | string (PostListingMode) Enum: "list" "card" "small_card" A post-view mode that changes how multiple post listings look. |
| default_listing_type | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
| theme | string Your user's theme. |
| blur_nsfw | boolean Blur nsfw posts. |
| show_nsfw | boolean Show nsfw posts. |
{- "show_person_votes": true,
- "hide_media": true,
- "auto_mark_fetched_posts_as_read": true,
- "show_upvote_percentage": true,
- "show_downvotes": "show",
- "show_upvotes": true,
- "show_score": true,
- "collapse_bot_comments": true,
- "enable_private_messages": true,
- "enable_animated_images": true,
- "infinite_scroll_enabled": true,
- "open_links_in_new_tab": true,
- "blocking_keywords": [
- "string"
], - "discussion_languages": [
- 0.1
], - "show_read_posts": true,
- "show_bot_accounts": true,
- "bot_account": true,
- "send_notifications_to_email": true,
- "show_avatars": true,
- "matrix_user_id": "string",
- "bio": "string",
- "email": "string",
- "display_name": "string",
- "interface_language": "string",
- "default_comment_sort_type": "hot",
- "default_items_per_page": 0.1,
- "default_post_time_range_seconds": 0.1,
- "default_post_sort_type": "active",
- "post_listing_mode": "list",
- "default_listing_type": "all",
- "theme": "string",
- "blur_nsfw": true,
- "show_nsfw": true
}{- "success": true
}| stay_logged_in | boolean If this is true the login is valid forever, otherwise it expires after one week. |
| old_password required | string (SensitiveString) |
| new_password_verify required | string (SensitiveString) |
| new_password required | string (SensitiveString) |
{- "stay_logged_in": true,
- "old_password": "string",
- "new_password_verify": "string",
- "new_password": "string"
}{- "verify_email_sent": true,
- "registration_created": true,
- "jwt": "string"
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| unread_only | boolean |
| type_ | string (NotificationDataType) Enum: "all" "reply" "mention" "private_message" "subscribed" A list of possible types for the inbox. |
{- "prev_page": "string",
- "next_page": "string",
- "notifications": [
- {
- "data": {
- "type_": "comment",
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}, - "notification": {
- "mod_transfer_community_id": 0.1,
- "mod_lock_comment_id": 0.1,
- "mod_remove_post_id": 0.1,
- "admin_remove_community_id": 0.1,
- "mod_remove_comment_id": 0.1,
- "mod_lock_post_id": 0.1,
- "mod_ban_from_community_id": 0.1,
- "admin_ban_id": 0.1,
- "mod_add_to_community_id": 0.1,
- "admin_add_id": 0.1,
- "private_message_id": 0.1,
- "post_id": 0.1,
- "kind": "mention",
- "published_at": "string",
- "read": true,
- "comment_id": 0.1,
- "recipient_id": 0.1,
- "id": 0.1
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| type_ | string (PersonContentType) Enum: "all" "comments" "posts" A list of possible types for a person's content. |
{- "prev_page": "string",
- "next_page": "string",
- "saved": [
- {
- "type_": "post",
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "read": [
- {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "hidden": [
- {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| like_type | string (LikeType) Enum: "all" "liked_only" "disliked_only" The like_type for a persons liked content. |
| type_ | string (PersonContentType) Enum: "all" "comments" "posts" A list of possible types for a person's content. |
{- "prev_page": "string",
- "next_page": "string",
- "liked": [
- {
- "type_": "post",
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| block required | boolean |
| instance_id required | number <double> (InstanceId) The instance id. |
{- "block": true,
- "instance_id": 0.1
}{- "success": true
}| block required | boolean |
| instance_id required | number <double> (InstanceId) The instance id. |
{- "block": true,
- "instance_id": 0.1
}{- "success": true
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "images": [
- {
- "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "local_image": {
- "thumbnail_for_post_id": 0.1,
- "person_id": 0.1,
- "published_at": "string",
- "pictrs_alias": "string"
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "images": [
- {
- "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "local_image": {
- "thumbnail_for_post_id": 0.1,
- "person_id": 0.1,
- "published_at": "string",
- "pictrs_alias": "string"
}
}
]
}| id required | number <double> (CommunityId) The community id. |
| image required | string <binary> |
{- "filename": "string",
- "image_url": "string"
}| id required | number <double> (CommunityId) The community id. |
| image required | string <binary> |
{- "filename": "string",
- "image_url": "string"
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| comment_id | number <double> (CommentId) Filter by comment. |
| post_id | number <double> (PostId) Filter by post. Will include comments of that post. |
| other_person_id | number <double> (PersonId) Filter by the other / modded person. |
| listing_type | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" Filter by listing type. When not using All, it will remove the non-community modlog entries, such as site bans, instance blocks, adding an admin, etc. |
| type_ | string (ModlogActionType) Enum: "all" "mod_remove_post" "mod_lock_post" "mod_feature_post" "mod_remove_comment" "mod_lock_comment" "admin_remove_community" "mod_ban_from_community" "mod_add_to_community" "mod_transfer_community" "admin_add" "admin_ban" "mod_change_community_visibility" "admin_purge_person" "admin_purge_community" "admin_purge_post" "admin_purge_comment" "admin_block_instance" "admin_allow_instance" Filter by the modlog action type. |
| community_id | number <double> (CommunityId) Filter by the community. |
| mod_person_id | number <double> (PersonId) Filter by the moderator. |
{- "prev_page": "string",
- "next_page": "string",
- "modlog": [
- {
- "type_": "admin_allow_instance",
- "admin": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "instance": {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}, - "admin_allow_instance": {
- "published_at": "string",
- "reason": "string",
- "allowed": true,
- "admin_person_id": 0.1,
- "instance_id": 0.1,
- "id": 0.1
}
}
]
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| show_nsfw | boolean If true, then show the nsfw posts (even if your user setting is to hide them) |
| disliked_only | boolean |
| liked_only | boolean |
| post_url_only | boolean |
| title_only | boolean |
| listing_type | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
| time_range_seconds | number <double> Filter to within a given time range, in seconds. IE 60 would give results for the past minute. |
| sort | string (SearchSortType) Enum: "new" "top" "old" The search sort types. |
| type_ | string (SearchType) Enum: "all" "comments" "posts" "communities" "users" "multi_communities" The type of content returned from a search. |
| creator_id | number <double> (PersonId) The person id. |
| community_name | string |
| community_id | number <double> (CommunityId) The community id. |
| q required | string |
{- "prev_page": "string",
- "next_page": "string",
- "results": [
- {
- "type_": "post",
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| q required | string Can be the full url, or a shortened version like: !fediverse@lemmy.ml |
{- "prev_page": "string",
- "next_page": "string",
- "results": [
- {
- "type_": "post",
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| url required | string |
{- "metadata": {
- "video_height": 0.1,
- "video_width": 0.1,
- "embed_video_url": "string",
- "image_height": 0.1,
- "image_width": 0.1,
- "image": "string",
- "description": "string",
- "title": "string",
- "content_type": "string"
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| banned_only | boolean |
{- "prev_page": "string",
- "next_page": "string",
- "users": [
- {
- "ban_expires_at": "string",
- "banned": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "local_user": {
- "default_items_per_page": 0.1,
- "show_person_votes": true,
- "show_upvote_percentage": true,
- "show_downvotes": "show",
- "show_upvotes": true,
- "show_score": true,
- "default_post_time_range_seconds": 0.1,
- "hide_media": true,
- "auto_mark_fetched_posts_as_read": true,
- "default_comment_sort_type": "hot",
- "enable_private_messages": true,
- "last_donation_notification_at": "string",
- "collapse_bot_comments": true,
- "enable_animated_images": true,
- "totp_2fa_enabled": true,
- "post_listing_mode": "list",
- "admin": true,
- "infinite_scroll_enabled": true,
- "blur_nsfw": true,
- "open_links_in_new_tab": true,
- "accepted_application": true,
- "email_verified": true,
- "show_read_posts": true,
- "show_bot_accounts": true,
- "send_notifications_to_email": true,
- "show_avatars": true,
- "interface_language": "string",
- "default_listing_type": "all",
- "default_post_sort_type": "active",
- "theme": "string",
- "show_nsfw": true,
- "email": "string",
- "person_id": 0.1,
- "id": 0.1
}
}
]
}| enabled | boolean |
| use_pkce | boolean |
| account_linking_enabled | boolean |
| auto_verify_email | boolean |
| scopes required | string |
| client_secret required | string |
| client_id required | string |
| id_claim required | string |
| userinfo_endpoint required | string |
| token_endpoint required | string |
| authorization_endpoint required | string |
| issuer required | string |
| display_name required | string |
{- "enabled": true,
- "use_pkce": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_secret": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string"
}{- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}| enabled | boolean |
| use_pkce | boolean |
| account_linking_enabled | boolean |
| auto_verify_email | boolean |
| scopes | string |
| client_secret | string |
| id_claim | string |
| userinfo_endpoint | string |
| token_endpoint | string |
| authorization_endpoint | string |
| display_name | string |
| id required | number <double> (OAuthProviderId) The oauth provider id. |
{- "enabled": true,
- "use_pkce": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_secret": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "display_name": "string",
- "id": 0.1
}{- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}| id required | number <double> (OAuthProviderId) The oauth provider id. |
{- "id": 0.1
}{- "success": true
}| stay_logged_in | boolean If this is true the login is valid forever, otherwise it expires after one week. |
| pkce_code_verifier | string |
| answer | string An answer is mandatory if require application is enabled on the server |
| username | string Username is mandatory at registration time |
| show_nsfw | boolean |
| redirect_uri required | string |
| oauth_provider_id required | number <double> (OAuthProviderId) The oauth provider id. |
| code required | string |
{- "stay_logged_in": true,
- "pkce_code_verifier": "string",
- "answer": "string",
- "username": "string",
- "show_nsfw": true,
- "redirect_uri": "string",
- "oauth_provider_id": 0.1,
- "code": "string"
}{- "verify_email_sent": true,
- "registration_created": true,
- "jwt": "string"
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| kind required | string (GetFederatedInstancesKind) Enum: "all" "linked" "allowed" "blocked" |
| domain_filter | string |
{- "prev_page": "string",
- "next_page": "string",
- "federated_instances": [
- {
- "allowed": {
- "updated_at": "string",
- "published_at": "string"
}, - "blocked": {
- "expires_at": "string",
- "updated_at": "string",
- "published_at": "string"
}, - "queue_state": {
- "last_retry_at": "string",
- "fail_count": 0.1,
- "last_successful_published_time_at": "string",
- "last_successful_id": 0.1,
- "instance_id": 0.1
}, - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}, - "instance": {
- "version": "string",
- "software": "string",
- "updated_at": "string",
- "published_at": "string",
- "domain": "string",
- "id": 0.1
}
}
]
}| visibility | string (CommunityVisibility) Enum: "public" "unlisted" "local_only_public" "local_only_private" "private" Defines who can browse and interact with content in a community. |
| discussion_languages | Array of numbers <double> (LanguageId) [ items <double > ] |
| posting_restricted_to_mods | boolean Whether to restrict posting only to moderators. |
| nsfw | boolean Whether its an NSFW community. |
| banner | string A banner URL. |
| icon | string An icon URL. |
| description | string A shorter, one line description of your community. |
| sidebar | string A sidebar for the community in markdown. |
| title required | string A longer title. |
| name required | string The unique name. |
{- "visibility": "public",
- "discussion_languages": [
- 0.1
], - "posting_restricted_to_mods": true,
- "nsfw": true,
- "banner": "string",
- "icon": "string",
- "description": "string",
- "sidebar": "string",
- "title": "string",
- "name": "string"
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| name | string Example: star_trek , or star_trek@xyz.tld |
| id | number <double> (CommunityId) The community id. |
{- "discussion_languages": [
- 0.1
], - "moderators": [
- {
- "moderator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
], - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}, - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| visibility | string (CommunityVisibility) Enum: "public" "unlisted" "local_only_public" "local_only_private" "private" Defines who can browse and interact with content in a community. |
| discussion_languages | Array of numbers <double> (LanguageId) [ items <double > ] |
| posting_restricted_to_mods | boolean Whether to restrict posting only to moderators. |
| nsfw | boolean Whether its an NSFW community. |
| description | string A shorter, one line description of your community. |
| sidebar | string A sidebar for the community in markdown. |
| title | string A longer title. |
| community_id required | number <double> (CommunityId) The community id. |
{- "visibility": "public",
- "discussion_languages": [
- 0.1
], - "posting_restricted_to_mods": true,
- "nsfw": true,
- "description": "string",
- "sidebar": "string",
- "title": "string",
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| show_nsfw | boolean |
| time_range_seconds | number <double> Filter to within a given time range, in seconds. IE 60 would give results for the past minute. |
| sort | string (CommunitySortType) Enum: "active_six_months" "active_monthly" "active_weekly" "active_daily" "hot" "new" "old" "name_asc" "name_desc" "comments" "posts" "subscribers" "subscribers_local" The community sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| type_ | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
{- "prev_page": "string",
- "next_page": "string",
- "communities": [
- {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| follow required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "follow": true,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| all_communities | boolean |
| unread_only | boolean Only shows the unapproved applications |
{- "prev_page": "string",
- "next_page": "string",
- "items": [
- {
- "follow_state": "accepted",
- "is_new_instance": true,
- "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| approve required | boolean |
| follower_id required | number <double> (PersonId) The person id. |
| community_id required | number <double> (CommunityId) The community id. |
{- "approve": true,
- "follower_id": 0.1,
- "community_id": 0.1
}{- "success": true
}| block required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "block": true,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| deleted required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "deleted": true,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| reason required | string |
| hidden required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "reason": "string",
- "hidden": true,
- "community_id": 0.1
}{- "success": true
}| reason required | string |
| removed required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "reason": "string",
- "removed": true,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| person_id required | number <double> (PersonId) The person id. |
| community_id required | number <double> (CommunityId) The community id. |
{- "person_id": 0.1,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "moderators": [
- {
- "moderator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
], - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}, - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| expires_at | number <double> A time that the ban will expire, in unix epoch seconds. An i64 unix timestamp is used for a simpler API client implementation. |
| reason required | string |
| remove_or_restore_data | boolean Optionally remove or restore all their data. Useful for new troll accounts. If ban is true, then this means remove. If ban is false, it means restore. |
| ban required | boolean |
| person_id required | number <double> (PersonId) The person id. |
| community_id required | number <double> (CommunityId) The community id. |
{- "expires_at": 0.1,
- "reason": "string",
- "remove_or_restore_data": true,
- "ban": true,
- "person_id": 0.1,
- "community_id": 0.1
}{- "person_view": {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
}| added required | boolean |
| person_id required | number <double> (PersonId) The person id. |
| community_id required | number <double> (CommunityId) The community id. |
{- "added": true,
- "person_id": 0.1,
- "community_id": 0.1
}{- "moderators": [
- {
- "moderator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| show_nsfw | boolean |
| type_ | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| reason required | string |
| community_id required | number <double> (CommunityId) The community id. |
{- "reason": "string",
- "community_id": 0.1
}{- "community_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "community_report": {
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_community_banner": "string",
- "original_community_icon": "string",
- "original_community_sidebar": "string",
- "original_community_description": "string",
- "original_community_title": "string",
- "original_community_name": "string",
- "community_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| resolved required | boolean |
| report_id required | number <double> (CommunityReportId) The community report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "community_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "community_report": {
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_community_banner": "string",
- "original_community_icon": "string",
- "original_community_sidebar": "string",
- "original_community_description": "string",
- "original_community_title": "string",
- "original_community_name": "string",
- "community_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| description | string |
| display_name | string |
| name required | string |
| community_id required | number <double> (CommunityId) The community id. |
{- "description": "string",
- "display_name": "string",
- "name": "string",
- "community_id": 0.1
}{- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}| description | string |
| display_name | string |
| tag_id required | number <double> (TagId) The internal tag id. |
{- "description": "string",
- "display_name": "string",
- "tag_id": 0.1
}{- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}| tag_id required | number <double> (TagId) The internal tag id. |
{- "tag_id": 0.1
}{- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}| block required | boolean |
| instance_id required | number <double> (InstanceId) The instance id. |
{- "block": true,
- "instance_id": 0.1
}{- "success": true
}| id required | number <double> (CommunityId) The community id. |
| image required | string <binary> |
{- "filename": "string",
- "image_url": "string"
}| id required | number <double> (CommunityId) The community id. |
| image required | string <binary> |
{- "filename": "string",
- "image_url": "string"
}| mode required | string (CommunityNotificationsMode) Enum: "all_posts_and_comments" "all_posts" "replies_and_mentions" "mute" Available settings for community notifications |
| community_id required | number <double> (CommunityId) The community id. |
{- "mode": "all_posts_and_comments",
- "community_id": 0.1
}{- "success": true
}| reason required | string |
| removed required | boolean |
| community_id required | number <double> (CommunityId) The community id. |
{- "reason": "string",
- "removed": true,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| person_id required | number <double> (PersonId) The person id. |
| community_id required | number <double> (CommunityId) The community id. |
{- "person_id": 0.1,
- "community_id": 0.1
}{- "discussion_languages": [
- 0.1
], - "moderators": [
- {
- "moderator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
], - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}, - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| expires_at | number <double> A time that the ban will expire, in unix epoch seconds. An i64 unix timestamp is used for a simpler API client implementation. |
| reason required | string |
| remove_or_restore_data | boolean Optionally remove or restore all their data. Useful for new troll accounts. If ban is true, then this means remove. If ban is false, it means restore. |
| ban required | boolean |
| person_id required | number <double> (PersonId) The person id. |
| community_id required | number <double> (CommunityId) The community id. |
{- "expires_at": 0.1,
- "reason": "string",
- "remove_or_restore_data": true,
- "ban": true,
- "person_id": 0.1,
- "community_id": 0.1
}{- "person_view": {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
}| added required | boolean |
| person_id required | number <double> (PersonId) The person id. |
| community_id required | number <double> (CommunityId) The community id. |
{- "added": true,
- "person_id": 0.1,
- "community_id": 0.1
}{- "moderators": [
- {
- "moderator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| reason required | string |
| removed required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "reason": "string",
- "removed": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| feature_type required | string (PostFeatureType) Enum: "local" "community" The feature type for a post. |
| featured required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "feature_type": "local",
- "featured": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| resolved required | boolean |
| report_id required | number <double> (PostReportId) The post report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "post_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "post_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "post_report": {
- "violates_instance_rules": true,
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_post_body": "string",
- "original_post_url": "string",
- "original_post_name": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| reason required | string |
| removed required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "reason": "string",
- "removed": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| reason required | string |
| locked required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "reason": "string",
- "locked": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| distinguished required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "distinguished": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| resolved required | boolean |
| report_id required | number <double> (CommentReportId) The comment report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "comment_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "comment_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}, - "comment_report": {
- "violates_instance_rules": true,
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_comment_text": "string",
- "comment_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| scheduled_publish_time_at | number <double> Time when this post should be scheduled. Null means publish immediately. |
| tags | Array of numbers <double> (TagId) [ items <double > ] |
| custom_thumbnail | string Instead of fetching a thumbnail, use a custom one. |
| language_id | number <double> (LanguageId) The language id. |
| nsfw | boolean |
| honeypot | string A honeypot to catch bots. Should be None. |
| alt_text | string An optional alt_text, usable for image posts. |
| body | string An optional body for the post in markdown. |
| url | string |
| community_id required | number <double> (CommunityId) The community id. |
| name required | string |
{- "scheduled_publish_time_at": 0.1,
- "tags": [
- 0.1
], - "custom_thumbnail": "string",
- "language_id": 0.1,
- "nsfw": true,
- "honeypot": "string",
- "alt_text": "string",
- "body": "string",
- "url": "string",
- "community_id": 0.1,
- "name": "string"
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| comment_id | number <double> (CommentId) The comment id. |
| id | number <double> (PostId) The post id. |
{- "cross_posts": [
- {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}, - "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| tags | Array of numbers <double> (TagId) [ items <double > ] |
| scheduled_publish_time_at | number <double> Time when this post should be scheduled. Null means publish immediately. |
| custom_thumbnail | string Instead of fetching a thumbnail, use a custom one. |
| language_id | number <double> (LanguageId) The language id. |
| nsfw | boolean |
| alt_text | string An optional alt_text, usable for image posts. |
| body | string An optional body for the post in markdown. |
| url | string |
| name | string |
| post_id required | number <double> (PostId) The post id. |
{- "tags": [
- 0.1
], - "scheduled_publish_time_at": 0.1,
- "custom_thumbnail": "string",
- "language_id": 0.1,
- "nsfw": true,
- "alt_text": "string",
- "body": "string",
- "url": "string",
- "name": "string",
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| tags | Array of numbers <double> (TagId) [ items <double > ] |
| nsfw | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "tags": [
- 0.1
], - "nsfw": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| deleted required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "deleted": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| reason required | string |
| removed required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "reason": "string",
- "removed": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| read required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "read": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| read required | boolean |
| post_ids required | Array of numbers <double> (PostId) [ items <double > ] |
{- "read": true,
- "post_ids": [
- 0.1
]
}{- "success": true
}| hide required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "hide": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| reason required | string |
| locked required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "reason": "string",
- "locked": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| feature_type required | string (PostFeatureType) Enum: "local" "community" The feature type for a post. |
| featured required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "feature_type": "local",
- "featured": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| no_comments_only | boolean If true, then only show posts with no comments |
| mark_as_read | boolean Whether to automatically mark fetched posts as read. |
| hide_media | boolean If false, then show posts with media attached (even if your user setting is to hide them) |
| show_nsfw | boolean If true, then show the nsfw posts (even if your user setting is to hide them) |
| show_read | boolean If true, then show the read posts (even if your user setting is to hide them) |
| show_hidden | boolean |
| multi_community_id | number <double> (MultiCommunityId) |
| community_name | string |
| community_id | number <double> (CommunityId) The community id. |
| time_range_seconds | number <double> Filter to within a given time range, in seconds. IE 60 would give results for the past minute. Use Zero to override the local_site and local_user time_range. |
| sort | string (PostSortType) Enum: "active" "hot" "new" "old" "top" "most_comments" "new_comments" "controversial" "scaled" The post sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| type_ | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
{- "prev_page": "string",
- "next_page": "string",
- "posts": [
- {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| is_upvote | boolean True means Upvote, False means Downvote, and None means remove vote. |
| post_id required | number <double> (PostId) The post id. |
{- "is_upvote": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| post_id required | number <double> (PostId) The post id. |
{- "prev_page": "string",
- "next_page": "string",
- "post_likes": [
- {
- "is_upvote": true,
- "creator_banned_from_community": true,
- "creator_banned": true,
- "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| save required | boolean |
| post_id required | number <double> (PostId) The post id. |
{- "save": true,
- "post_id": 0.1
}{- "post_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
}| violates_instance_rules | boolean |
| reason required | string |
| post_id required | number <double> (PostId) The post id. |
{- "violates_instance_rules": true,
- "reason": "string",
- "post_id": 0.1
}{- "post_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "post_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "post_report": {
- "violates_instance_rules": true,
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_post_body": "string",
- "original_post_url": "string",
- "original_post_name": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| resolved required | boolean |
| report_id required | number <double> (PostReportId) The post report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "post_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "post_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "post_report": {
- "violates_instance_rules": true,
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_post_body": "string",
- "original_post_url": "string",
- "original_post_name": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| url required | string |
{- "metadata": {
- "video_height": 0.1,
- "video_width": 0.1,
- "embed_video_url": "string",
- "image_height": 0.1,
- "image_width": 0.1,
- "image": "string",
- "description": "string",
- "title": "string",
- "content_type": "string"
}
}| mode required | string (PostNotificationsMode) Enum: "all_comments" "replies_and_mentions" "mute" Available settings for post notifications |
| post_id required | number <double> (PostId) The post id. |
{- "mode": "all_comments",
- "post_id": 0.1
}{- "success": true
}| language_id | number <double> (LanguageId) The language id. |
| parent_id | number <double> (CommentId) The comment id. |
| post_id required | number <double> (PostId) The post id. |
| content required | string |
{- "language_id": 0.1,
- "parent_id": 0.1,
- "post_id": 0.1,
- "content": "string"
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| language_id | number <double> (LanguageId) The language id. |
| content | string |
| comment_id required | number <double> (CommentId) The comment id. |
{- "language_id": 0.1,
- "content": "string",
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| id required | number <double> (CommentId) The comment id. |
{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| deleted required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "deleted": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| reason required | string |
| removed required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "reason": "string",
- "removed": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| reason required | string |
| locked required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "reason": "string",
- "locked": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| is_upvote | boolean True means Upvote, False means Downvote, and None means remove vote. |
| comment_id required | number <double> (CommentId) The comment id. |
{- "is_upvote": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| comment_id required | number <double> (CommentId) The comment id. |
{- "prev_page": "string",
- "next_page": "string",
- "comment_likes": [
- {
- "is_upvote": true,
- "creator_banned_from_community": true,
- "creator_banned": true,
- "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| save required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "save": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| distinguished required | boolean |
| comment_id required | number <double> (CommentId) The comment id. |
{- "distinguished": true,
- "comment_id": 0.1
}{- "comment_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| parent_id | number <double> (CommentId) The comment id. |
| post_id | number <double> (PostId) The post id. |
| community_name | string |
| community_id | number <double> (CommunityId) The community id. |
| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| max_depth | number <double> |
| time_range_seconds | number <double> Filter to within a given time range, in seconds. IE 60 would give results for the past minute. |
| sort | string (CommentSortType) Enum: "hot" "top" "new" "old" "controversial" The comment sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| type_ | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
{- "prev_page": "string",
- "next_page": "string",
- "comments": [
- {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
]
}| parent_id | number <double> (CommentId) The comment id. |
| post_id | number <double> (PostId) The post id. |
| community_name | string |
| community_id | number <double> (CommunityId) The community id. |
| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| max_depth | number <double> |
| time_range_seconds | number <double> Filter to within a given time range, in seconds. IE 60 would give results for the past minute. |
| sort | string (CommentSortType) Enum: "hot" "top" "new" "old" "controversial" The comment sort types. See here for descriptions: https://join-lemmy.org/docs/en/users/03-votes-and-ranking.html |
| type_ | string (ListingType) Enum: "all" "local" "subscribed" "moderator_view" "suggested" A listing type for post and comment list fetches. |
{- "prev_page": "string",
- "next_page": "string",
- "comments": [
- {
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_banned": true,
- "can_mod": true,
- "creator_is_admin": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
]
}| violates_instance_rules | boolean |
| reason required | string |
| comment_id required | number <double> (CommentId) The comment id. |
{- "violates_instance_rules": true,
- "reason": "string",
- "comment_id": 0.1
}{- "comment_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "comment_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}, - "comment_report": {
- "violates_instance_rules": true,
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_comment_text": "string",
- "comment_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| resolved required | boolean |
| report_id required | number <double> (CommentReportId) The comment report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "comment_report_view": {
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_moderator": true,
- "creator_is_admin": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "comment_actions": {
- "vote_is_upvote": true,
- "saved_at": "string",
- "voted_at": "string"
}, - "comment_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}, - "comment": {
- "locked": true,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "child_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "language_id": 0.1,
- "distinguished": true,
- "path": "string",
- "local": true,
- "ap_id": "string",
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "content": "string",
- "post_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}, - "comment_report": {
- "violates_instance_rules": true,
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_comment_text": "string",
- "comment_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| recipient_id required | number <double> (PersonId) The person id. |
| content required | string |
{- "recipient_id": 0.1,
- "content": "string"
}{- "private_message_view": {
- "recipient": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message": {
- "removed": true,
- "local": true,
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "deleted": true,
- "content": "string",
- "recipient_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| content required | string |
| private_message_id required | number <double> (PrivateMessageId) The private message id. |
{- "content": "string",
- "private_message_id": 0.1
}{- "private_message_view": {
- "recipient": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message": {
- "removed": true,
- "local": true,
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "deleted": true,
- "content": "string",
- "recipient_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| deleted required | boolean |
| private_message_id required | number <double> (PrivateMessageId) The private message id. |
{- "deleted": true,
- "private_message_id": 0.1
}{- "private_message_view": {
- "recipient": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message": {
- "removed": true,
- "local": true,
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "deleted": true,
- "content": "string",
- "recipient_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| reason required | string |
| private_message_id required | number <double> (PrivateMessageId) The private message id. |
{- "reason": "string",
- "private_message_id": 0.1
}{- "private_message_report_view": {
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message": {
- "removed": true,
- "local": true,
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "deleted": true,
- "content": "string",
- "recipient_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}, - "private_message_report": {
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_pm_text": "string",
- "private_message_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| resolved required | boolean |
| report_id required | number <double> (PrivateMessageReportId) The private message report id. |
{- "resolved": true,
- "report_id": 0.1
}{- "private_message_report_view": {
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "creator_is_admin": true,
- "resolver": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message_creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "private_message": {
- "removed": true,
- "local": true,
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "deleted": true,
- "content": "string",
- "recipient_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}, - "private_message_report": {
- "updated_at": "string",
- "published_at": "string",
- "resolver_id": 0.1,
- "resolved": true,
- "reason": "string",
- "original_pm_text": "string",
- "private_message_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| username | string Example: dessalines , or dessalines@xyz.tld |
| person_id | number <double> (PersonId) The person id. |
{- "moderates": [
- {
- "moderator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
], - "site": {
- "content_warning": "string",
- "instance_id": 0.1,
- "public_key": "string",
- "inbox_url": "string",
- "last_refreshed_at": "string",
- "ap_id": "string",
- "description": "string",
- "banner": "string",
- "icon": "string",
- "updated_at": "string",
- "published_at": "string",
- "sidebar": "string",
- "name": "string",
- "id": 0.1
}, - "person_view": {
- "ban_expires_at": "string",
- "banned": true,
- "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "is_admin": true,
- "person": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
| username | string Example: dessalines , or dessalines@xyz.tld |
| person_id | number <double> (PersonId) The person id. |
| type_ | string (PersonContentType) Enum: "all" "comments" "posts" A list of possible types for a person's content. |
{- "prev_page": "string",
- "next_page": "string",
- "content": [
- {
- "type_": "post",
- "creator_community_ban_expires_at": "string",
- "creator_banned_from_community": true,
- "creator_is_moderator": true,
- "creator_ban_expires_at": "string",
- "creator_banned": true,
- "can_mod": true,
- "tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "creator_is_admin": true,
- "post_actions": {
- "notifications": "all_comments",
- "vote_is_upvote": true,
- "read_comments_amount": 0.1,
- "hidden_at": "string",
- "voted_at": "string",
- "saved_at": "string",
- "read_comments_at": "string",
- "read_at": "string"
}, - "person_actions": {
- "downvotes": 0.1,
- "upvotes": 0.1,
- "voted_at": "string",
- "note": "string",
- "noted_at": "string",
- "blocked_at": "string"
}, - "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "image_details": {
- "blurhash": "string",
- "content_type": "string",
- "height": 0.1,
- "width": 0.1,
- "link": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}, - "creator": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "post": {
- "embed_video_height": 0.1,
- "embed_video_width": 0.1,
- "federation_pending": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "downvotes": 0.1,
- "upvotes": 0.1,
- "score": 0.1,
- "comments": 0.1,
- "newest_comment_time_at": "string",
- "scheduled_publish_time_at": "string",
- "alt_text": "string",
- "url_content_type": "string",
- "featured_local": true,
- "featured_community": true,
- "language_id": 0.1,
- "embed_video_url": "string",
- "local": true,
- "ap_id": "string",
- "thumbnail_url": "string",
- "embed_description": "string",
- "embed_title": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "locked": true,
- "removed": true,
- "community_id": 0.1,
- "creator_id": 0.1,
- "body": "string",
- "url": "string",
- "name": "string",
- "id": 0.1
}
}
]
}| note required | string |
| person_id required | number <double> (PersonId) The person id. |
{- "note": "string",
- "person_id": 0.1
}{- "success": true
}| block required | boolean |
| instance_id required | number <double> (InstanceId) The instance id. |
{- "block": true,
- "instance_id": 0.1
}{- "success": true
}| keywords required | Array of strings |
| alt_text required | string |
| image_url required | string (DbUrl) |
| shortcode required | string |
| category required | string |
{- "keywords": [
- "string"
], - "alt_text": "string",
- "image_url": "string",
- "shortcode": "string",
- "category": "string"
}{- "custom_emoji": {
- "keywords": [
- {
- "keyword": "string",
- "custom_emoji_id": 0.1
}
], - "custom_emoji": {
- "updated_at": "string",
- "published_at": "string",
- "category": "string",
- "alt_text": "string",
- "image_url": "string",
- "shortcode": "string",
- "id": 0.1
}
}
}| keywords | Array of strings |
| alt_text | string |
| image_url | string (DbUrl) |
| shortcode | string |
| category | string |
| id required | number <double> (CustomEmojiId) The custom emoji id. |
{- "keywords": [
- "string"
], - "alt_text": "string",
- "image_url": "string",
- "shortcode": "string",
- "category": "string",
- "id": 0.1
}{- "custom_emoji": {
- "keywords": [
- {
- "keyword": "string",
- "custom_emoji_id": 0.1
}
], - "custom_emoji": {
- "updated_at": "string",
- "published_at": "string",
- "category": "string",
- "alt_text": "string",
- "image_url": "string",
- "shortcode": "string",
- "id": 0.1
}
}
}{- "custom_emojis": [
- {
- "keywords": [
- {
- "keyword": "string",
- "custom_emoji_id": 0.1
}
], - "custom_emoji": {
- "updated_at": "string",
- "published_at": "string",
- "category": "string",
- "alt_text": "string",
- "image_url": "string",
- "shortcode": "string",
- "id": 0.1
}
}
]
}| content required | string |
{- "content": "string"
}{- "tagline": {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}
}| content required | string |
| id required | number <double> (TaglineId) The tagline id. |
{- "content": "string",
- "id": 0.1
}{- "tagline": {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}
}| limit | number <double> |
| page_back | boolean |
| page_cursor | string (PaginationCursor) A pagination cursor |
{- "prev_page": "string",
- "next_page": "string",
- "taglines": [
- {
- "updated_at": "string",
- "published_at": "string",
- "content": "string",
- "id": 0.1
}
]
}| enabled | boolean |
| use_pkce | boolean |
| account_linking_enabled | boolean |
| auto_verify_email | boolean |
| scopes required | string |
| client_secret required | string |
| client_id required | string |
| id_claim required | string |
| userinfo_endpoint required | string |
| token_endpoint required | string |
| authorization_endpoint required | string |
| issuer required | string |
| display_name required | string |
{- "enabled": true,
- "use_pkce": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_secret": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string"
}{- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}| enabled | boolean |
| use_pkce | boolean |
| account_linking_enabled | boolean |
| auto_verify_email | boolean |
| scopes | string |
| client_secret | string |
| id_claim | string |
| userinfo_endpoint | string |
| token_endpoint | string |
| authorization_endpoint | string |
| display_name | string |
| id required | number <double> (OAuthProviderId) The oauth provider id. |
{- "enabled": true,
- "use_pkce": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_secret": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "display_name": "string",
- "id": 0.1
}{- "use_pkce": true,
- "updated_at": "string",
- "published_at": "string",
- "enabled": true,
- "account_linking_enabled": true,
- "auto_verify_email": true,
- "scopes": "string",
- "client_id": "string",
- "id_claim": "string",
- "userinfo_endpoint": "string",
- "token_endpoint": "string",
- "authorization_endpoint": "string",
- "issuer": "string",
- "display_name": "string",
- "id": 0.1
}| id required | number <double> (OAuthProviderId) The oauth provider id. |
{- "id": 0.1
}{- "success": true
}| stay_logged_in | boolean If this is true the login is valid forever, otherwise it expires after one week. |
| pkce_code_verifier | string |
| answer | string An answer is mandatory if require application is enabled on the server |
| username | string Username is mandatory at registration time |
| show_nsfw | boolean |
| redirect_uri required | string |
| oauth_provider_id required | number <double> (OAuthProviderId) The oauth provider id. |
| code required | string |
{- "stay_logged_in": true,
- "pkce_code_verifier": "string",
- "answer": "string",
- "username": "string",
- "show_nsfw": true,
- "redirect_uri": "string",
- "oauth_provider_id": 0.1,
- "code": "string"
}{- "verify_email_sent": true,
- "registration_created": true,
- "jwt": "string"
}| description | string |
| title | string |
| name required | string |
{- "description": "string",
- "title": "string",
- "name": "string"
}{- "multi_community_view": {
- "owner": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "follow_state": "accepted",
- "multi": {
- "updated_at": "string",
- "published_at": "string",
- "ap_id": "string",
- "deleted": true,
- "local": true,
- "description": "string",
- "title": "string",
- "name": "string",
- "instance_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| deleted | boolean |
| description | string |
| title | string |
| id required | number <double> (MultiCommunityId) |
{- "deleted": true,
- "description": "string",
- "title": "string",
- "id": 0.1
}{- "multi_community_view": {
- "owner": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "follow_state": "accepted",
- "multi": {
- "updated_at": "string",
- "published_at": "string",
- "ap_id": "string",
- "deleted": true,
- "local": true,
- "description": "string",
- "title": "string",
- "name": "string",
- "instance_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}{- "communities": [
- {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
], - "multi_community_view": {
- "owner": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "follow_state": "accepted",
- "multi": {
- "updated_at": "string",
- "published_at": "string",
- "ap_id": "string",
- "deleted": true,
- "local": true,
- "description": "string",
- "title": "string",
- "name": "string",
- "instance_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}| community_id required | number <double> (CommunityId) The community id. |
| id required | number <double> (MultiCommunityId) |
{- "community_id": 0.1,
- "id": 0.1
}{- "discussion_languages": [
- 0.1
], - "community_view": {
- "post_tags": [
- {
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "community_id": 0.1,
- "description": "string",
- "display_name": "string",
- "name": "string",
- "ap_id": "string",
- "id": 0.1
}
], - "can_mod": true,
- "community_actions": {
- "notifications": "all_posts_and_comments",
- "follow_state": "accepted",
- "ban_expires_at": "string",
- "received_ban_at": "string",
- "became_moderator_at": "string",
- "blocked_at": "string",
- "followed_at": "string"
}, - "community": {
- "local_removed": true,
- "unresolved_report_count": 0.1,
- "report_count": 0.1,
- "subscribers_local": 0.1,
- "users_active_half_year": 0.1,
- "users_active_month": 0.1,
- "users_active_week": 0.1,
- "users_active_day": 0.1,
- "comments": 0.1,
- "posts": 0.1,
- "subscribers": 0.1,
- "description": "string",
- "visibility": "public",
- "instance_id": 0.1,
- "posting_restricted_to_mods": true,
- "banner": "string",
- "icon": "string",
- "local": true,
- "ap_id": "string",
- "nsfw": true,
- "deleted": true,
- "updated_at": "string",
- "published_at": "string",
- "removed": true,
- "sidebar": "string",
- "title": "string",
- "name": "string",
- "id": 0.1
}
}
}| community_id required | number <double> (CommunityId) The community id. |
| id required | number <double> (MultiCommunityId) |
{- "community_id": 0.1,
- "id": 0.1
}{- "success": true
}| followed_only | boolean |
| creator_id | number <double> (PersonId) The person id. |
{- "multi_communities": [
- {
- "owner": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "follow_state": "accepted",
- "multi": {
- "updated_at": "string",
- "published_at": "string",
- "ap_id": "string",
- "deleted": true,
- "local": true,
- "description": "string",
- "title": "string",
- "name": "string",
- "instance_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
]
}| follow required | boolean |
| multi_community_id required | number <double> (MultiCommunityId) |
{- "follow": true,
- "multi_community_id": 0.1
}{- "multi_community_view": {
- "owner": {
- "comment_count": 0.1,
- "post_count": 0.1,
- "instance_id": 0.1,
- "bot_account": true,
- "matrix_user_id": "string",
- "deleted": true,
- "banner": "string",
- "local": true,
- "bio": "string",
- "ap_id": "string",
- "updated_at": "string",
- "published_at": "string",
- "avatar": "string",
- "display_name": "string",
- "name": "string",
- "id": 0.1
}, - "follow_state": "accepted",
- "multi": {
- "updated_at": "string",
- "published_at": "string",
- "ap_id": "string",
- "deleted": true,
- "local": true,
- "description": "string",
- "title": "string",
- "name": "string",
- "instance_id": 0.1,
- "creator_id": 0.1,
- "id": 0.1
}
}
}