Number of confirmed positive mutant strains
Open data on the number of confirmed positive mutant strains in Ibaraki Prefecture by publication date, along with gender and age.
Information about files
Last Update | 2022/01/15 20:05 (UTC+09:00) |
Create Date | 2021/05/23 16:00 (UTC+09:00) |
File name | 080004_ibaraki_covid19_mutant_positive_number.json |
File size | 90.42 KiB |
Data format | JSON |
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 "COVID-19 Taskforce Website in Ibaraki" 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.
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 {
mutant_positive_number( [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
total # Total number of positive cases: Int!
strain_name # Mutant strain name: String!
by_age { # Number of positive cases by age group
under_twenties # Under 20s: Int!
thirties # 30代: Int!
fourties # 40代: Int!
fifties # 50代: Int!
sixties # 60代: Int!
seventies # 70代: Int!
eighties # 80代: Int!
nineties # 90代: Int!
over_hundred # Over 100 years old: Int!
unknown # Unknown: Int!
}
by_gender { # Number of positive cases by gender
male # Male: Int!
female # Female: Int!
unknown # Unknown: 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!
}
}
}