Public
Documentation Settings

infection alert system

Provides a personal risk score and international and multi-level suspicious contact tracking without sending any personal data to the servers. Complies with GDPR privacy standard. See "https://infect-alert.org" and the documentation on "https://infect-alert.org/wp-content/uploads/2017/07/XIA_en.pdf".

xaption/xia

get Status

GET/xaption/xia/getStatus

https://xia.xaption.net/xaption/xia/getStatus?c=<string>&id=<string>

Usage by mobile device app. Provides personal risk score and single-level information of the suspicious contacts.

PARAMS
c

<string>

id

<string>

Example Request
curl
curl --location 'undefined?c=%3Cstring%3E&id=%3Cstring%3E'
200 OK
Example Response
text
<string>
Content-Type

application/json; charset=utf-8

POST/xaption/xia/getStatus

https://xia.xaption.net/xaption/xia/getStatus

Usage by mobile device app. Provides personal risk score and multi-level information of the suspicious contacts.

HEADERS
Content-Type

application/json

Bodyraw
{
    "id": "<string>",
    "contacts": [
        {
            "date": "<string>",
            "dur": "<integer>",
            "c": "<string>",
            "id": "<string>"
        },
        {
            "date": "<string>",
            "dur": "<integer>",
            "c": "<string>",
            "id": "<string>"
        }
    ]
}
Example Request
curl
curl --location 'undefined' \
--data '"{\n    \"id\": \"D4AE52BBD66C1EDA9DE7D970DFE7D78F\",\n    \"contacts\": [\n        {\n            \"c\": \"DE\",\n            \"id\": \"D4AE52BBD66C1EEA9DEC4210A413054F\",\n            \"date\": \"20200401\",\n            \"dur\": 4\n        },\n        {\n            \"c\": \"DE\",\n            \"id\": \"D4AE52BBD66C1EEA9DEC4757D2908559\",\n            \"date\": \"20200405\",\n            \"dur\": 10\n        }\n    ]\n}"'
200 OK
Example Response
text
<string>
Content-Type

application/json; charset=utf-8

GET/xaption/xia/getTan

https://xia.xaption.net/xaption/xia/getTan

Provides a TAN to give to an infected person to send health status with severity of 7 and above using addId. Basic authentication required. Use DOCTOR / Clinic for test server.

Example Request
curl
curl --location 'undefined'
200 OK
Example Response
text
<string>
Content-Type

text/plain; charset=utf-8