So querying the below URL, I am getting a lot of null values:
https://api.torn.com/torn/?selections=stats&key=apikeyhere&comment=Glasnost
{
"stats": {
"timestamp": 1728000000,
"users_total": null,
"users_male": null,
"users_female": null,
"users_enby": null,
"users_marriedcouples": null,
"users_daily": null,
"total_users_logins": null,
"total_users_playtime": null,
"job_army": null,
"job_grocer": null,
"job_medical": null,
"job_casino": null,
"job_education": null,
"job_law": null,
"job_company": null,
"job_none": null,
"crimes": null,
"jailed": null,
"money_onhand": null,
"money_citybank": null,
"items": null,
"events": null,
"wars_ranked": null,
"wars_territory": null,
"wars_raid": null,
"communication_events": null,
"communication_totalevents": null,
"communication_messages": null,
"communication_totalmessages": null,
"communication_chats": null,
"communication_forumposts": null,
"communication_articles": null,
"communication_articleviews": null,
"communication_articlereads": null,
"forums_posts": null,
"forums_threads": null,
"forums_likes": null,
"forums_dislikes": null,
"crimes_today": null,
"gym_trains": null,
"points_total": null,
"points_market": null,
"points_averagecost": null,
"points_bought": null,
"total_points_boughttotal": null,
"total_attacks_won": null,
"total_attacks_lost": null,
"total_attacks_stalemated": null,
"total_attacks_runaway": null,
"total_attacks_hits": null,
"total_attacks_misses": null,
"total_attacks_criticalhits": null,
"total_attacks_roundsfired": null,
"total_attacks_stealthed": null,
"total_attacks_moneymugged": null,
"total_attacks_respectgained": null,
"total_items_marketbought": null,
"total_items_bazaarbought": null,
"total_items_auctionswon": null,
"total_items_sent": null,
"total_trades": null,
"total_items_bazaarincome": null,
"total_items_cityfinds": null,
"total_items_dumpfinds": null,
"total_items_dumped": null,
"total_jail_jailed": null,
"total_jail_busted": null,
"total_jail_busts": null,
"total_jail_bailed": null,
"total_jail_bailcosts": null,
"total_hospital_trips": null,
"total_hospital_medicalitemsused": null,
"total_hospital_revived": null,
"total_mails_sent": null,
"total_mails_sent_friends": null,
"total_mails_sent_faction": null,
"total_mails_sent_company": null,
"total_mails_sent_spouse": null,
"total_classifiedads_placed": null,
"total_bounty_placed": null,
"total_bounty_rewards": null,
"total_travel_all": null,
"total_travel_argentina": null,
"total_travel_mexico": null,
"total_travel_dubai": null,
"total_travel_hawaii": null,
"total_travel_japan": null,
"total_travel_unitedkingdom": null,
"total_travel_southafrica": null,
"total_travel_switzerland": null,
"total_travel_china": null,
"total_travel_canada": null,
"total_travel_caymanislands": null,
"total_drugs_used": null,
"total_drugs_overdosed": null,
"total_drugs_cannabis": null,
"total_drugs_ecstacy": null,
"total_drugs_ketamine": null,
"total_drugs_lsd": null,
"total_drugs_opium": null,
"total_drugs_shrooms": null,
"total_drugs_speed": null,
"total_drugs_pcp": null,
"total_drugs_xanax": null,
"total_drugs_vicodin": null,
"total_merits_bought": null,
"total_refills_bought": null,
"total_company_trains": null,
"total_statenhancers_used": null
}
}