Configuration

GET /api/statusnet/config.json

Get server configuration.

Example response:

{
  "attachments": {
    "file_quota": 209715200,
    "uploads": true
  },
  "group": {
    "desclimit": null
  },
  "integration": {
    "source": "social.heldscal.la"
  },
  "license": {
    "image": "/theme/licenses/cc_by_3.0_80x15.png",
    "owner": null,
    "title": "Creative Commons Attribution 3.0",
    "type": "cc",
    "url": "https://creativecommons.org/licenses/by/3.0/"
  },
  "nickname": {
    "featured": []
  },
  "notice": {
    "contentlimit": null
  },
  "profile": {
    "biolimit": null
  },
  "site": {
    "broughtby": "",
    "broughtbyurl": "",
    "closed": "0",
    "email": "social@rogerbraun.net",
    "fancy": true,
    "inviteonly": "1",
    "language": "en",
    "logo": "",
    "name": "social.heldscal.la",
    "path": false,
    "private": "0",
    "server": "social.heldscal.la",
    "ssl": "always",
    "sslserver": null,
    "textlimit": "5000",
    "theme": "neo-gnu",
    "timezone": "UTC"
  },
  "throttle": {
    "count": 20,
    "enabled": false,
    "timespan": 600
  },
  "url": {
    "maxnoticelength": -1,
    "maxurllength": 100
  },
  "xmpp": {
    "enabled": false,
    "port": false,
    "server": false,
    "user": false
  }
}