{
	"id": "lainchan",
	"domain": "lainchan.org",
	"engine": "lainchan",
	"attachmentUrl": "/{boardId}/src/{name}{ext}",
	"attachmentThumbnailUrl": "/{boardId}/thumb/{name}{ext}",
	"boardUrl": "/{boardId}",
  "threadUrl": "/{boardId}/res/{threadId}.html",
  "commentUrl": "/{boardId}/res/{threadId}.html#{commentId}",
  "rulesUrl": "/rules.html",
	"api": {
		"getThread": {
			"method": "GET",
			"url": "/{boardId}/res/{threadId}.json",
			"urlParameters": [{
				"name": "boardId"
			}, {
				"name": "threadId"
			}]
		},
		"getThreads": {
			"method": "GET",
			"url": "/{boardId}/catalog.json",
			"urlParameters": [{
				"name": "boardId"
			}]
		},
		"getThreadsWithLatestCommentsPage": {
			"method": "GET",
			"url": "/{boardId}/{pageIndex}.json",
			"urlParameters": [{
				"name": "boardId"
			}, {
				"name": "pageIndex"
			}]
		}
	},
	"boards": [
		{
			"id": "λ",
			"title": "Programming"
		},
		{
			"id": "Δ",
			"title": "Do It Yourself"
		},
		{
			"id": "sec",
			"title": "Security"
		},
		{
			"id": "Ω",
			"title": "Technology"
		},
		{
			"id": "inter",
			"title": "Games and Interactive Media"
		},
		{
			"id": "lit",
			"title": "Literature"
		},
		{
			"id": "music",
			"title": "Musical and Audible Media"
		},
		{
			"id": "vis",
			"title": "Visual Media"
		},
		{
			"id": "hum",
			"title": "Humanity"
		},
		{
			"id": "drug",
			"title": "Drugs 3.0"
		},
		{
			"id": "zzz",
			"title": "Consciousness and Dreams"
		},
		{
			"id": "layer",
			"title": "layer"
		},
		{
			"id": "q",
			"title": "Questions and Complaints"
		},
		{
			"id": "r",
			"title": "Random"
		},
		{
			"id": "lain",
			"title": "Lain"
		}
	]
}