Track your team's API changes with Optic Get started
get
/api/v2/instance
Responses
200 Response
#
200 response
Content-type: application/json; charset=utf-8
configuration
object
required
contact
object
required
description
string
required
domain
string
required
languages
array
required
registrations
object
required
rules
array
required
source_url
string
required
thumbnail
object
required
title
string
required
usage
object
required
version
string
required
application/json; charset=utf-8
{
"configuration": {
"accounts": {
"max_featured_tags": 0
},
"media_attachments": {
"image_matrix_limit": 0,
"image_size_limit": 0,
"supported_mime_types": [
""
],
"video_frame_rate_limit": 0,
"video_matrix_limit": 0,
"video_size_limit": 0
},
"polls": {
"max_characters_per_option": 0,
"max_expiration": 0,
"max_options": 0,
"min_expiration": 0
},
"statuses": {
"characters_reserved_per_url": 0,
"max_characters": 0,
"max_media_attachments": 0
},
"translation": {
"enabled": true
},
"urls": {
"streaming": ""
}
},
"contact": {
"account": {
"acct": "",
"avatar": "",
"avatar_static": "",
"bot": true,
"created_at": "",
"discoverable": true,
"display_name": "",
"emojis": [
any
],
"fields": [
{
"name": "",
"value": "",
"verified_at": ""
}
],
"followers_count": 0,
"following_count": 0,
"group": true,
"header": "",
"header_static": "",
"id": "",
"last_status_at": "",
"locked": true,
"noindex": true,
"note": "",
"statuses_count": 0,
"url": "",
"username": ""
},
"email": ""
},
"description": "",
"domain": "",
"languages": [
""
],
"registrations": {
"approval_required": true,
"enabled": true,
"message": null
},
"rules": [
{
"id": "",
"text": ""
}
],
"source_url": "",
"thumbnail": {
"blurhash": "",
"url": "",
"versions": {
"@1x": "",
"@2x": ""
}
},
"title": "",
"usage": {
"users": {
"active_month": 0
}
},
"version": ""
}