I'm looking for someone whom could assist me on getting data from the wiki and into the definitions.

I'm looking for the latest NPC and Item definitions there is, I'm looking for them in this format.

Worth a shot in the dark to see if anyone has anything laying around.

I would do it myself but I have completely no idea on how to do this otherwise i would do this myself.

Spoiler for NPC:
{
"id": 1,
"name": "Molanisk",
"combat-level": 51,
"stand": 6010,
"walk": 6011,
"attackable": true,
"aggressive": true,
"attack-style": "Melee",
"weakness": "Crush, Magic",
"attack-cooldown": 4,
"attack-level": 40,
"defence-level": 40,
"strength-level": 40,
"hitpoints-level": 52,
"ranged-level": 40,
"magic-level": 40,
"defence-stab": 45,
"defence-slash": 45,
"defence-crush": 35,
"defence-magic": 30,
"defence-ranged": 55
},


Spoiler for Items:
{
"id": 11802,
"name": "Armadyl godsword",
"two-handed": true,
"noted-id": 11803,
"low-alch": 500000,
"high-alch": 750000,
"base-value": 1250000,
"street-value": 31770372,
"weight": 11.0,
"stand-animation": 7053,
"walk-animation": 7052,
"run-animation": 7043,
"equipment-slot": "WEAPON",
"weapon-interface": "GODSWORD_SWORD",
"req-attack": 75,
"attack-slash": 132,
"attack-crush": 80,
"bonus-strength": 132,
"bonus-prayer": 8
},