Samsung SyncThru Printer Fuser page count

Is it possible to provide the total pages printed by the current fuser installed in the printer

this is available using the url IP_Address/sws/app/information/supplies/supplies.json

in the block

consume: {
		fuser_kit : 3380,
		btr_kit: 3380,
		roller_tray1: 3379,
		roller_tray2: 0,		
		roller_tray3: 0,		
		roller_tray4: 0,
		roller_tray5: 0,		
		roller_bypass: 1,
		transfer_belt: 0,

		forward_roller_tray1: 0,
		forward_roller_tray2: 0,
		forward_roller_tray3: 0,
		forward_roller_tray4: 0,
		forward_roller_tray5: 0,
		forward_roller_mp: 1,

		torque_limiter_tray1: 3379,
		retard_roller_tray2: 0,
		retard_roller_tray3: 0,
		retard_roller_tray4: 0,
		retard_roller_tray5: 0,
		retard_roller_mp: 1,

		cleaning_pad: 0,
		
		mp_rubber_pad_life : 0,
		adf_roller_life : 0,
		adf_rubber_pad_life : 0,
		ozone_filter_life_status : 0,
		finisher_stapler_cartridge_status : 0,
		waste_toner_containier_status : 0
	
	},

in this case the value is 3380

thanks