Number of consultations at the consultation counter
Open data on the number of consultations at the consultation counter for COVID-19 in Ibaraki Prefecture by day.
Information about files
Last Update | 2021/07/16 18:30 (UTC+09:00) |
Create Date | 2020/12/01 00:00 (UTC+09:00) |
File name | 080004_ibaraki_covid19_call_center.csv |
File size | 21.26 KiB |
Data format | CSV |
License | ![]() Indication of the source is required, but commercial use and modification is permitted. If you modify or process the work, please distribute it under the same "CC BY-SA 4.0" license as this data. Please include the URL of this page as the source. |
If you have any questions or requests, please send them to info@a01sa01to.com .
Points to note when using the system
- This data follows the format of "Open Data Item Definitions for COVID-19 Infection Control" and is available as open data on the status of infection in Ibaraki Prefecture.
- While every effort has been made to ensure the accuracy of the information in this data, I am not responsible for any actions taken by users using the information on this site.
- This data is based on the official information of the prefecture. It is not officially published by the prefecture.
- If you download a CSV file and display it in Excel, you may encounter garbled characters or different columns. In this case, please use another software.
Download
You can download it from the button below. You can also download it from the following URL using various libraries such as cURL.
The URL listed here prior to January 13, 2022 are no longer available as of March 1, 2022. Please use the following URL.
About Opendata API
In addition to direct download, you can also use the Opendata API provided by this site. Learn more about how to use the Opendata API.
The query used in the API is as follows. Replace [YOUR QUERY HERE] with the following, escaping newline characters as appropriate.
query {
covid19_ibaraki {
call_center( [PAGINATION INFO] ) {
dataset {
date # Date: String!
government_code # National Local Government Code: String!
prefecture # Name of prefecture: String!
city # Name of city, town or village: String
value # Number of consultations: Int!
}
pageinfo {
hasPreviousPage # Whether or not there is a previous page: Boolean!
hasNextPage # Whether there is a next page or not: Boolean!
startCursor # The first Cursor on the current page: String!
endCursor # The last Cursor on the current page: String!
}
last_update # Last Update: String!
}
}
}