Last active
November 18, 2021 19:52
-
-
Save xenatisch/fd0c58fdfbe4ccd94384cb237aa11454 to your computer and use it in GitHub Desktop.
Payload examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "age": "0_to_5", | |
| "rate": 175.2, | |
| "value": 868 | |
| }, | |
| { | |
| "age": "65_to_84", | |
| "rate": 2802.1, | |
| "value": 32250 | |
| }, | |
| { | |
| "age": "85+", | |
| "rate": 8392.6, | |
| "value": 13876 | |
| }, | |
| { | |
| "age": "18_to_64", | |
| "rate": 687.2, | |
| "value": 29219 | |
| }, | |
| { | |
| "age": "6_to_17", | |
| "rate": 78.8, | |
| "value": 807 | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "age": "00_04", | |
| "cases": 0, | |
| "rollingSum": 11, | |
| "rollingRate": 80.7 | |
| }, | |
| { | |
| "age": "00_59", | |
| "cases": 64, | |
| "rollingSum": 428, | |
| "rollingRate": 191.0 | |
| }, | |
| { | |
| "age": "05_09", | |
| "cases": 5, | |
| "rollingSum": 25, | |
| "rollingRate": 160.3 | |
| }, | |
| { | |
| "age": "10_14", | |
| "cases": 4, | |
| "rollingSum": 31, | |
| "rollingRate": 223.4 | |
| }, | |
| { | |
| "age": "15_19", | |
| "cases": 5, | |
| "rollingSum": 32, | |
| "rollingRate": 239.1 | |
| }, | |
| { | |
| "age": "20_24", | |
| "cases": 10, | |
| "rollingSum": 46, | |
| "rollingRate": 237.6 | |
| }, | |
| { | |
| "age": "25_29", | |
| "cases": 13, | |
| "rollingSum": 54, | |
| "rollingRate": 203.8 | |
| }, | |
| { | |
| "age": "30_34", | |
| "cases": 6, | |
| "rollingSum": 48, | |
| "rollingRate": 185.9 | |
| }, | |
| { | |
| "age": "35_39", | |
| "cases": 4, | |
| "rollingSum": 50, | |
| "rollingRate": 199.9 | |
| }, | |
| { | |
| "age": "40_44", | |
| "cases": 6, | |
| "rollingSum": 47, | |
| "rollingRate": 223.1 | |
| }, | |
| { | |
| "age": "45_49", | |
| "cases": 5, | |
| "rollingSum": 29, | |
| "rollingRate": 159.6 | |
| }, | |
| { | |
| "age": "50_54", | |
| "cases": 4, | |
| "rollingSum": 33, | |
| "rollingRate": 191.8 | |
| }, | |
| { | |
| "age": "55_59", | |
| "cases": 2, | |
| "rollingSum": 22, | |
| "rollingRate": 151.4 | |
| }, | |
| { | |
| "age": "60+", | |
| "cases": 8, | |
| "rollingSum": 45, | |
| "rollingRate": 98.4 | |
| }, | |
| { | |
| "age": "60_64", | |
| "cases": 4, | |
| "rollingSum": 19, | |
| "rollingRate": 160.8 | |
| }, | |
| { | |
| "age": "65_69", | |
| "cases": 1, | |
| "rollingSum": 11, | |
| "rollingRate": 109.3 | |
| }, | |
| { | |
| "age": "70_74", | |
| "cases": 1, | |
| "rollingSum": 6, | |
| "rollingRate": 70.0 | |
| }, | |
| { | |
| "age": "75_79", | |
| "cases": 2, | |
| "rollingSum": 5, | |
| "rollingRate": 83.2 | |
| }, | |
| { | |
| "age": "80_84", | |
| "cases": 0, | |
| "rollingSum": 2, | |
| "rollingRate": 43.8 | |
| }, | |
| { | |
| "age": "85_89", | |
| "cases": 0, | |
| "rollingSum": 1, | |
| "rollingRate": 35.4 | |
| }, | |
| { | |
| "age": "90+", | |
| "cases": 0, | |
| "rollingSum": 1, | |
| "rollingRate": 53.7 | |
| }, | |
| { | |
| "age": "unassigned", | |
| "cases": 0, | |
| "rollingSum": 1, | |
| "rollingRate": null | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "age": "5_to_9", | |
| "rate": 12429.1, | |
| "value": 29142 | |
| }, | |
| { | |
| "age": "20_to_24", | |
| "rate": 21296.6, | |
| "value": 50603 | |
| }, | |
| { | |
| "age": "45_to_49", | |
| "rate": 17114.9, | |
| "value": 38852 | |
| }, | |
| { | |
| "age": "85_to_89", | |
| "rate": 12988.0, | |
| "value": 5699 | |
| }, | |
| { | |
| "age": "60_to_64", | |
| "rate": 12285.2, | |
| "value": 26017 | |
| }, | |
| { | |
| "age": "0_to_4", | |
| "rate": 6138.1, | |
| "value": 13289 | |
| }, | |
| { | |
| "age": "70_to_74", | |
| "rate": 8008.9, | |
| "value": 14654 | |
| }, | |
| { | |
| "age": "80_to_84", | |
| "rate": 9747.3, | |
| "value": 8171 | |
| }, | |
| { | |
| "age": "10_to_14", | |
| "rate": 23095.0, | |
| "value": 52981 | |
| }, | |
| { | |
| "age": "75_to_79", | |
| "rate": 8547.3, | |
| "value": 10598 | |
| }, | |
| { | |
| "age": "55_to_59", | |
| "rate": 14176.6, | |
| "value": 34963 | |
| }, | |
| { | |
| "age": "90+", | |
| "rate": 16421.1, | |
| "value": 3343 | |
| }, | |
| { | |
| "age": "50_to_54", | |
| "rate": 15805.6, | |
| "value": 39504 | |
| }, | |
| { | |
| "age": "65_to_69", | |
| "rate": 9562.4, | |
| "value": 17495 | |
| }, | |
| { | |
| "age": "30_to_34", | |
| "rate": 19794.2, | |
| "value": 48455 | |
| }, | |
| { | |
| "age": "25_to_29", | |
| "rate": 20113.1, | |
| "value": 50980 | |
| }, | |
| { | |
| "age": "15_to_19", | |
| "rate": 23293.5, | |
| "value": 48901 | |
| }, | |
| { | |
| "age": "40_to_44", | |
| "rate": 19308.6, | |
| "value": 40468 | |
| }, | |
| { | |
| "age": "35_to_39", | |
| "rate": 18993.9, | |
| "value": 43925 | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "change": 2.0, | |
| "direction": "UP", | |
| "rollingSum": 11.0, | |
| "rollingRate": 159.9, | |
| "changePercentage": 22.2 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "value": 7475.0 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "age": "12_15", | |
| "VaccineRegisterPopulationByVaccinationDate": 8883.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 28.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 1.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 2150.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 13.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 28.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 1.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 24.2, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 0.3, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 0.3 | |
| }, | |
| { | |
| "age": "16_17", | |
| "VaccineRegisterPopulationByVaccinationDate": 4524.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 436.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 3.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 1711.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 4.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 436.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 3.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 37.8, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 9.6, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 9.6 | |
| }, | |
| { | |
| "age": "18_24", | |
| "VaccineRegisterPopulationByVaccinationDate": 32453.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 13729.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 22.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 17590.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 17.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 13729.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 22.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 54.2, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 42.3, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 42.3 | |
| }, | |
| { | |
| "age": "25_29", | |
| "VaccineRegisterPopulationByVaccinationDate": 34618.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 17730.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 17.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 20084.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 9.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 17730.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 17.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 58.0, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 51.2, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 51.2 | |
| }, | |
| { | |
| "age": "30_34", | |
| "VaccineRegisterPopulationByVaccinationDate": 35046.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 17009.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 9.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 18985.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 8.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 17009.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 9.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 54.2, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 48.5, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 48.5 | |
| }, | |
| { | |
| "age": "35_39", | |
| "VaccineRegisterPopulationByVaccinationDate": 29440.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 13840.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 6.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 15313.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 0.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 13840.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 6.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 52.0, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 47.0, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 47.0 | |
| }, | |
| { | |
| "age": "40_44", | |
| "VaccineRegisterPopulationByVaccinationDate": 25071.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 12326.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 4.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 13472.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 2.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 12326.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 4.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 53.7, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 49.2, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 49.2 | |
| }, | |
| { | |
| "age": "45_49", | |
| "VaccineRegisterPopulationByVaccinationDate": 21802.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 12060.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 5.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 12958.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 2.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 12060.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 5.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 59.4, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 55.3, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 55.3 | |
| }, | |
| { | |
| "age": "50_54", | |
| "VaccineRegisterPopulationByVaccinationDate": 19703.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 11903.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 3.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 12773.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 2.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 11903.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 3.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 64.8, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 60.4, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 60.4 | |
| }, | |
| { | |
| "age": "55_59", | |
| "VaccineRegisterPopulationByVaccinationDate": 17003.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 10831.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 5.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 11611.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 2.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 10831.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 5.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 68.3, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 63.7, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 63.7 | |
| }, | |
| { | |
| "age": "60_64", | |
| "VaccineRegisterPopulationByVaccinationDate": 12710.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 8551.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 5.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 9119.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 1.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 8551.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 5.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 71.7, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 67.3, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 67.3 | |
| }, | |
| { | |
| "age": "65_69", | |
| "VaccineRegisterPopulationByVaccinationDate": 9325.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 6455.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 1.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 6807.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 2.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 6455.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 1.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 73.0, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 69.2, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 69.2 | |
| }, | |
| { | |
| "age": "70_74", | |
| "VaccineRegisterPopulationByVaccinationDate": 7718.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 5628.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 4.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 5899.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 0.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 5628.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 4.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 76.4, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 72.9, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 72.9 | |
| }, | |
| { | |
| "age": "75_79", | |
| "VaccineRegisterPopulationByVaccinationDate": 5641.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 4364.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 0.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 4554.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 2.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 4364.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 0.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 80.7, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 77.4, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 77.4 | |
| }, | |
| { | |
| "age": "80_84", | |
| "VaccineRegisterPopulationByVaccinationDate": 3592.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 2835.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 0.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 2964.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 1.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 2835.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 0.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 82.5, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 78.9, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 78.9 | |
| }, | |
| { | |
| "age": "85_89", | |
| "VaccineRegisterPopulationByVaccinationDate": 2280.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 1811.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 1.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 1868.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 0.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 1811.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 1.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 81.9, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 79.4, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 79.4 | |
| }, | |
| { | |
| "age": "90+", | |
| "VaccineRegisterPopulationByVaccinationDate": 1345.0, | |
| "cumPeopleVaccinatedCompleteByVaccinationDate": 1047.0, | |
| "newPeopleVaccinatedCompleteByVaccinationDate": 0.0, | |
| "cumPeopleVaccinatedFirstDoseByVaccinationDate": 1079.0, | |
| "newPeopleVaccinatedFirstDoseByVaccinationDate": 0.0, | |
| "cumPeopleVaccinatedSecondDoseByVaccinationDate": 1047.0, | |
| "newPeopleVaccinatedSecondDoseByVaccinationDate": 0.0, | |
| "cumVaccinationFirstDoseUptakeByVaccinationDatePercentage": 80.2, | |
| "cumVaccinationCompleteCoverageByVaccinationDatePercentage": 77.8, | |
| "cumVaccinationSecondDoseUptakeByVaccinationDatePercentage": 77.8 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment