Event CalendarAPI

Access URL

https://script.google.com/macros/s/AKfycbzjKhcdJbFRlidykpMP363unhX9gIHLFTplEXXomO_-vep7yHGb/exec

Maximum number of pieces acquired

100件

Method Parameter Acquisition details
GET /events Get Japanese calendar up to 3 months after the execution date.
GET /events/date Get a Japanese calendar that contains the date specified in the date value (YYYY-MM-DD).
GET /en/events Get an English calendar for the next 3 months from the date of execution.
GET /en/events/date Get the English calendar that contains the date specified in the date value (YYYY-MM-DD).

 

Response

Fields Description
title Event Title
location Event Location
description Event details URL
start Event start date and time
end Event end date and time

If there is no schedule, an empty array in JSON format will be returned.

Sample Response

[
  {
    "title": "[Now accepting applications]JETRO: Support for overseas business development in growth industries",
    "start": "2021/10/1 9:00",
    "end": "2021/12/20 17:00",
    "location": "Online (Online)",
    "description": "https://www.jetro.go.jp/jetro/japan/osaka/info/202108.html"
  },
  {
    "title": "[Call for Entry]JSAA: Call for Applications for the 5th Generation! Acceleration Program",
    "start": "2021/10/7 9:00",
    "end": "2021/11/30 23:00",
    "location": "Online (Online)",
    "description": "https://www.yumeplanning.jp/acceleraration/?fbclid=IwAR1hHtN7q_E5Fzp211Fiz4mXlNiy8sdaMlwco6uIa0A18cY68DZg0E3qZWs"
  },
  {
    "title": "[Call for Entry]JSAA: 5th Generation Acceleration Program Entry Form",
    "start": "2021/10/11 9:00",
    "end": "2021/11/30 23:00",
    "location": "Online (Online)",
    "description": "https://www.yumeplanning.jp/acceleraration/?fbclid=IwAR2EaLZClbJmixxqlxvX9hKZeXLKktb8yvK27KrnIV89vcxW1qVavfHAMfc"
  },
  {
    "title": "[Call for Entry] Osaka Prefecture University and Osaka City University New Tech Fair 2021 (Industry-University Collaboration Tech Meeting)",
    "start": "2021/11/5 9:00",
    "end": "2021/12/2 23:00",
    "location": "Online (Online)",
    "description": "https://www.osaka-cu.ac.jp/ja/event/2021/211207?fbclid=IwAR2LDlrBVvnRieDAkz9IQLtVVM5wKwd36ozvAyUazvhYl8nT8KoFChgmO80"
  }
]

GET events

Example of obtaining a Japanese calendar up to 3 months after the execution date

https://script.google.com/macros/s/AKfycbzjKhcdJbFRlidykpMP363unhX9gIHLFTplEXXomO_-vep7yHGb/exec?events

レスポンス200

Headers

Content-Type: application/json
GET events/date

Example of obtaining a Japanese calendar that includes November 11, 2021

https://script.google.com/macros/s/AKfycbzjKhcdJbFRlidykpMP363unhX9gIHLFTplEXXomO_-vep7yHGb/exec?events/date=2021-11-11

レスポンス200

Headers

Content-Type: application/json
GET en/events

Example of obtaining a English calendar up to 3 months after the execution date

https://script.google.com/macros/s/AKfycbzjKhcdJbFRlidykpMP363unhX9gIHLFTplEXXomO_-vep7yHGb/exec?en/events

レスポンス200

Headers

Content-Type: application/json
GET en/events/date

Example of obtaining an English calendar that includes November 11, 2021

https://script.google.com/macros/s/AKfycbzjKhcdJbFRlidykpMP363unhX9gIHLFTplEXXomO_-vep7yHGb/exec?en/events/date=2021-11-11

レスポンス200

Headers

Content-Type: application/json