Skip to content

OpenData

Giovanni Pellerano edited this page Aug 19, 2013 · 1 revision

A Tor2web node offers OpenData statistics at the following uri: /antanistaticmap/stats/yesterday

e.g.: https://eqt5g4fuenphqinx.tor2web.org/antanistaticmap/stats/yesterday

Data Format

{
    "date": "2013-08-13",
    "hidden_services": [
        {
            "id": "jntlesnev5o7zysa",
            "access_count": 123
        },
        {
            "id": "mnekasnev5o4znok",
            "access_count": 31
        }
    ]
}

Privacy Considerations

This specific data format has been designed in order to not leak any realtime information regarding user acces.

Only 'yesterday' data is keept in memory (RAM) and never saved to disk.