Files
worldmonitor/api
Elie Habib 45dc787224 Fix UCDP proxy: API returns snake_case fields, not PascalCase
UCDP API fields are conflict_id, location, side_a, intensity_level etc.
(snake_case) — proxy was reading ConflictId, Location, IntensityLevel
(PascalCase), causing all values to be empty/0.

Also paginate through all results instead of just first page.
2026-01-31 08:06:18 +04:00
..
2026-01-22 23:31:58 +04:00