Ransomfeed offre connessione al dataset completo anche mediante
API pubbliche, che restituiscono oggetti JSON.
BaseURL:
https://api.ransomfeed.it
๐
Ransomfeed API โ Documentazione
Questa API fornisce dati in formato JSON sugli attacchi ransomware raccolti dalla piattaforma Ransomfeed.
๐
Endpoint base
GET
https://api.ransomfeed.it
๐ฏ Filtri disponibili
๐
Country
/country/{nome_paese}
Esempio: /country/Italy
๐ญ
Gang
/gang/{nome_gang}
Esempio: /gang/lockbit3
๐
Anno
/date/{anno}
Esempio: /date/2025
๐
Ricerca testuale
/search/{termine}
Cerca in: victim, description, city, region, work_sector
Esempio: /search/hospital
๐ฆ
Offset (LIMIT)
/offset/{numero}
Default: 100, massimo: 1000
Esempio: /offset/200
๐งฉ
Esempi di combinazione
/country/Italy/offset/200
/gang/blackbasta/date/2024
/date/2025/country/Germany/offset/300
/search/hospital/country/USA
/search/healthcare/gang/lockbit3
โน๏ธ
Note
I risultati sono ordinati per data decrescente.
I filtri possono essere combinati liberamente.
Lโoutput รจ in formato JSON UTF-8.