{
	"id": "arisuchan",
	"domain": "arisuchan.jp",
  "capcodes": {
    "*": "administrator",
    "mod": "moderator"
  },
	"engine": "vichan",
	"attachmentUrl": "/{boardId}/src/{name}{ext}",
	"attachmentThumbnailUrl": "/{boardId}/thumb/{name}{ext}",
  "boardUrl": "/{boardId}",
  "threadUrl": "/{boardId}/res/{threadId}.html",
  "commentUrl": "/{boardId}/res/{threadId}.html#{commentId}",
  "api": {
  	"getThread": {
      "method": "GET",
      "url": "/{boardId}/res/{threadId}.json",
      "urlParameters": [{
        "name": "boardId"
      }, {
        "name": "threadId"
      }]
    },
  	"getThreads": {
      "method": "GET",
      "url": "/{boardId}/catalog.json",
      "urlParameters": [{
        "name": "boardId"
      }]
    }
  },
  "boards": [
    {
      "id": "tech",
      "title": "Science and Technology"
    },
    {
      "id": "art",
      "title": "Art and Design"
    },
    {
      "id": "cult",
      "title": "Culture and Media"
    },
    {
      "id": "psy",
      "title": "Psychology and Psychonautics"
    },
    {
      "id": "λ",
      "title": "Programming"
    },
    {
      "id": "Δ",
      "title": "DIY and Projects"
    },
    {
      "id": "ru",
      "title": "Киберпанк-доска"
    },
    {
      "id": "r",
      "title": "Miscellaneous"
    },
    {
      "id": "q",
      "title": "Arisuchan Meta"
    }
  ]
}