Elfo Bianco.3786:

“equipment_pvp”: {
“amulet”: 0,
“rune”: 0,
“sigils”: [
null,
null,
null,
null
]
}

Working with the json above got from API:2/characters:id my App crashes because amulet and rune return a valid id=0 instead of null, but no id=0 exists in any API.
I know I can test a new condition with id!=0, but all empty items/slots should return a null value.

Lawton Campbell.8517:

Oops, good point. Tracking issue.