GET /v1/organizations
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
$ curl -X GET https://api.annict.com/v1/organizations?access_token=(access_token)&filter_ids=3{
"organizations": [
{
"id": 3,
"name": "P.A.WORKS",
"name_kana": "ぴーえーわーくす",
"name_en": "P.A.WORKS",
"url": "http://www.pa-works.jp/",
"url_en": "https://www.pa-works.jp/en/",
"wikipedia_url": "https://ja.wikipedia.org/wiki/%E3%83%94%E3%83%BC%E3%82%A8%E3%83%BC%E3%83%AF%E3%83%BC%E3%82%AF%E3%82%B9",
"wikipedia_url_en": "",
"twitter_username": "PAWORKS_info",
"twitter_username_en": "PAWORKS_eng",
"favorite_organizations_count": 81,
"staffs_count": 23
}
],
"total_count": 1,
"next_page": null,
"prev_page": null
}