-- phpMyAdmin SQL Dump -- version 5.2.1deb3 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: May 19, 2025 at 10:51 AM -- Server version: 8.0.42-0ubuntu0.24.04.1 -- PHP Version: 8.3.6 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `cds` -- -- -------------------------------------------------------- -- -- Table structure for table `court` -- CREATE TABLE `court` ( `id` int NOT NULL, `court_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `court_postcode` varchar(12) COLLATE utf8mb4_unicode_ci NOT NULL, `court_name_cleaned` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `court` -- INSERT INTO `court` (`id`, `court_name`, `court_postcode`, `court_name_cleaned`) VALUES (1, 'Barnstaple', 'EX31 1DX', 'Barnstaple'), (2, 'Basildon', 'SS14 1EH', 'Basildon'), (3, 'Basingstoke', 'RG21 4AB', 'Basingstoke'), (4, 'Bath', 'BA1 5AF', 'Bath'), (5, 'Beverley', 'HU17 9EJ', 'Beverley'), (6, 'Bexley', 'DA6 7ND', 'Bexley'), (7, 'Birmingham', 'B4 6QA', 'Birmingham'), (8, 'Blackburn', 'BB2 1AF', 'Blackburn'), (9, 'Boston', 'PE21 6PE', 'Boston'), (10, 'Brighton', 'BN2 0LG', 'Brighton'), (11, 'Bristol', 'BS1 3NU', 'Bristol'), (12, 'Bromley', 'BR1 1RA', 'Bromley'), (13, 'Caernarfon', 'LL55 2DF', 'Caernarfon'), (14, 'Cambridge', 'CB2 3AX', 'Cambridge'), (15, 'Cannock', 'WS11 1AT', 'Cannock'), (16, 'Cardiff', 'CF24 0RZ', 'Cardiff'), (17, 'Carlisle', 'CA3 8QH', 'Carlisle'), (18, 'Chelmsford', 'CM1 1NT', 'Chelmsford'), (19, 'Cheltenham', 'GL50 3PF', 'Cheltenham'), (20, 'Chesterfield', 'S41 7TW', 'Chesterfield'), (21, 'Coventry', 'CV1 2SQ', 'Coventry'), (22, 'Crawley', 'RH10 1XF', 'Crawley'), (23, 'Croydon', 'CR9 3NG', 'Croydon'), (24, 'Doncaster', 'DN1 3HT', 'Doncaster'), (25, 'Dudley', 'DY1 1RY', 'Dudley'), (26, 'Folkestone', 'CT20 2DH', 'Folkestone'), (27, 'Grimsby', 'DN31 1PD', 'Grimsby'), (28, 'Guildford', 'GU1 4AS', 'Guildford'), (29, 'Hastings', 'TN34 1ND', 'Hastings'), (30, 'Haverfordwest', 'SA61 2AZ', 'Haverfordwest'), (31, 'Hereford', 'HR1 2HE', 'Hereford'), (32, 'Horsham', 'RH12 2ET', 'Horsham'), (33, 'Huntingdon', 'PE29 3DW', 'Huntingdon'), (34, 'Ipswich', 'IP1 2AP', 'Ipswich'), (35, 'Kidderminster', 'DY10 1QQ', 'Kidderminster'), (36, 'Lancaster', 'LA1 1XZ', 'Lancaster'), (37, 'Leeds', 'LS1 3JP', 'Leeds'), (38, 'Leicester', 'LE1 6BT', 'Leicester'), (39, 'Llandudno', 'LL30 1GA', 'Llandudno'), (40, 'Llanelli', 'SA15 3AW', 'Llanelli'), (41, 'Loughborough', 'LE11 1AZ', 'Loughborough'), (42, 'Maidstone', 'ME15 6LL', 'Maidstone'), (43, 'Mansfield', 'NG19 6EE', 'Mansfield'), (44, 'Margate', 'CT9 1RL', 'Margate'), (45, 'Northampton', 'NN1 3EB', 'Northampton'), (46, 'Nottingham', 'NG2 1EE', 'Nottingham'), (47, 'Peterborough', 'PE1 1ED', 'Peterborough'), (48, 'Plymouth', 'PL1 2DP', 'Plymouth'), (49, 'Portsmouth', 'PO1 2DQ', 'Portsmouth'), (50, 'Preston', 'PR1 2QT', 'Preston'), (51, 'Reading', 'RG1 7TQ', 'Reading'), (52, 'Salisbury', 'SP2 7EP', 'Salisbury'), (53, 'Sefton', 'L20 3XX', 'Sefton'), (54, 'Sevenoaks', 'TN13 2HU', 'Sevenoaks'), (55, 'Sheffield', 'S3 8LU', 'Sheffield'), (56, 'Southend', 'SS2 6EU', 'Southend'), (57, 'Staines', 'TW18 1XR', 'Staines'), (58, 'Stevenage', 'SG1 1XH', 'Stevenage'), (59, 'Stockport', 'SK1 3NF', 'Stockport'), (60, 'Swindon', 'SN1 2JB', 'Swindon'), (61, 'Teesside', 'TS1 2AS', 'Teesside'), (62, 'Telford', 'TF3 4HX', 'Telford'), (63, 'Truro', 'TR1 1HZ', 'Truro'), (64, 'Walsall', 'WS2 8HA', 'Walsall'), (65, 'Warrington', 'WA1 1UR', 'Warrington'), (66, 'Wellingborough', 'NN8 1HF', 'Wellingborough'), (67, 'Welshpool', 'SY21 7UX', 'Welshpool'), (68, 'Westminster', 'NW1 5BR', 'Westminster'), (69, 'Wimbledon', 'SW19 7JP', 'Wimbledon'), (70, 'Wolverhampton', 'WV1 1RA', 'Wolverhampton'), (71, 'Worthing', 'BN11 1JE', 'Worthing'), (72, 'Wrexham', 'LL12 7BP', 'Wrexham'), (73, 'Yeovil', 'BA20 1SW', 'Yeovil'), (74, 'York', 'YO1 1RE', 'York'), (75, 'Bodmin', 'PL31 2AL', 'Bodmin'), (76, 'Bolton', 'BL1 1SU', 'Bolton'), (77, 'Burnley', 'BB11 2BS', 'Burnley'), (78, 'Chester', 'CH1 2XA', 'Chester'), (79, 'Colchester', 'CO2 7EF', 'Colchester'), (80, 'Derby', 'DE1 3JR', 'Derby'), (81, 'Ealing', 'W13 0SD', 'Ealing'), (82, 'Highbury', 'N7 8JA', 'Highbury'), (83, 'Lincoln', 'LN5 7QA', 'Lincoln'), (84, 'Mold', 'CH7 1AQ', 'Mold'), (85, 'Poole', 'BH15 2NS', 'Poole'), (86, 'Stratford', 'E15 4SB', 'Stratford'), (87, 'Sunderland', 'SR1 3AP', 'Sunderland'), (88, 'Swansea', 'SA1 5DB', 'Swansea'), (89, 'Tameside', 'OL6 7TP', 'Tameside'), (90, 'Taunton', 'TA1 4AX', 'Taunton'), (91, 'Thames', 'E3 4DJ', 'Thames'), (92, 'Uxbridge', 'UB8 1PQ', 'Uxbridge'), (93, 'Weymouth', 'DT4 8BS', 'Weymouth'), (94, 'Willesden', 'NW10 2DZ', 'Willesden'), (95, 'Barkingside', 'IG6 1HW', 'Barkingside'), (96, 'Barnsley', 'S70 2DW', 'Barnsley'), (97, 'Cwmbran', 'NP44 3YA', 'Cwmbran'), (98, 'Harrogate', 'HG1 1EL', 'Harrogate'), (99, 'Peterlee', 'SR8 1QR', 'Peterlee'), (100, 'Romford', 'RM1 3BH', 'Romford'), (101, 'Scarborough', 'YO12 7AE', 'Scarborough'), (102, 'Aldershot', 'GU11 1NY', 'Aldershot'), (103, 'Redditch', 'B98 8DB', 'Redditch'), (104, 'Aberystwyth', 'SY23 1AS', 'Aberystwyth'), (105, 'Barrow-in-Furness', 'LA14 5QX', 'Barrow-in-Furness'), (106, 'Bradford & Keighley', 'BD1 1JL', 'Bradford & Keighley'), (107, 'City of London', 'EC4N 4XY', 'City of London'), (108, 'Exeter- North & East Devon', 'EX1 1UH', 'Exeter'), (109, 'High Wycombe', 'HP11 1LR', 'High Wycombe'), (110, 'Hull & Holderness', 'HU1 1RD', 'Hull & Holderness'), (111, 'Isle of Wight', 'PO30 5BB', 'Isle of Wight'), (112, 'Lavender Hill', 'SW11 1JU', 'Lavender Hill'), (113, 'Liverpool & Knowsley', 'L2 1XA', 'Liverpool & Knowsley'), (114, 'Llandrindod Wells', 'LD1 5DF', 'Llandrindod Wells'), (115, 'Mid and SE Northumberland', 'NE22 7LX', 'Mid and SE Northumberland'), (116, 'Milton Keynes', 'MK9 2AJ', 'Milton Keynes'), (117, 'N. Staffs Newcastle-U-Lyme', 'ST5 2DG', 'Newcastle under Lyme'), (118, 'Newcastle upon Tyne', 'NE1 3LA', 'Newcastle upon Tyne'), (119, 'Newton Abbot', 'TQ12 1LA', 'Newton Abbot'), (120, 'Newton Aycliffe', 'DL5 5RT', 'Newton Aycliffe'), (121, 'North Somerset', 'BS22 7BB', 'North Somerset'), (122, 'Oxford and S. Oxfordshire', 'OX1 1RZ', 'Oxford'), (123, 'South Tyneside', 'NE33 1RG', 'South Tyneside'), (124, 'South Worcestershire', 'WR1 3QZ', 'South Worcestershire'), (125, 'St Albans', 'AL1 3LB', 'St Albans'), (126, 'West Cumbria', 'CA14 4AS', 'West Cumbria'), (127, 'West Hampshire', 'SO17 1EY', 'West Hampshire'), (128, 'Wigan & Leigh', 'WN1 1DW', 'Wigan & Leigh'), (129, 'Luton & South Bedfordshire', 'LU1 5BL', 'Luton & South Bedfordshire'), (130, 'Gateshead', 'NE8 1DT', 'Gateshead'), (131, 'Berwick', 'TD15 1EA', 'Berwick'), (132, 'Manchester', 'M60 1PR', 'Manchester'), (133, 'Merthyr Tydfil', 'CF47 8BU', 'Merthyr Tydfil'), (134, 'North Tyneside', 'NE30 1AG', 'North Tyneside'), (135, 'Leamington Spa', 'CV32 4EL', 'Leamington Spa'), (136, 'Great Yarmouth', 'NR30 1PW', 'Great Yarmouth'); -- -------------------------------------------------------- -- -- Table structure for table `court_session` -- CREATE TABLE `court_session` ( `id` int NOT NULL, `court_id` int DEFAULT NULL, `hearing_date` datetime NOT NULL, `timezone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `case_reference` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `case_details` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL, `motoring_related` tinyint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `court_session` -- INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (1, 1, '2025-05-05 11:31:46', 'UTC', '50DE1071023', ' Defendant CPS-SW Plea Assault a person thereby occasioning them actual bodily harm Press/Publication restrictions apply to this case ', 0), (2, 1, '2025-05-05 11:31:46', 'UTC', '50DE0197325', ' Defendant CPS-SW First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Press/Publication restrictions apply to this case ', 0), (3, 1, '2025-05-05 11:31:46', 'UTC', '50DE0129625', ' CHAPMAN, VICTORIA CPS-SW Plea Drive motor vehicle when alcohol level above limit ', 1), (4, 2, '2025-05-05 11:31:46', 'UTC', '42MR2259324', ' OKORO, James CPS-EEE Trial Drive motor vehicle when alcohol level above limit ', 1), (5, 2, '2025-05-05 11:31:46', 'UTC', '42MR1479825', ' ISSE, Mohammed CPS-EEE Trial Theft from a shop Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm Assault by beating Stalking involving fear of violence Assault a person thereby occasioning them actual bodily harm ', 0), (6, 2, '2025-05-05 11:31:46', 'UTC', '42MR3123823', ' JOHNSON, Mark CPS-EEE Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin Threats to kill Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (7, 2, '2025-05-05 11:31:46', 'UTC', '36CJ2322124', ' JOHNSON, Mark CPS-EEN Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (8, 2, '2025-05-05 11:31:46', 'UTC', '42MR1447124', ' EALES, Joseph CPS-EEE Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (9, 3, '2025-05-05 11:31:46', 'UTC', '44BB0591224', ' HOLLOWAY, PETER CPS-WX First hearing ', 0), (10, 3, '2025-05-05 11:31:46', 'UTC', '44BB0339224', ' BEVAN, THOMAS Crown First hearing Prosecution Service - Wessex PO1 2PJ ', 0), (11, 3, '2025-05-05 11:31:46', 'UTC', '44BB0028825', ' ILSLEY, DANIEL CPS-WX First hearing ', 0), (12, 3, '2025-05-05 11:31:46', 'UTC', '44BB0511024', ' GRAHAM, JOHN Crown First hearing Prosecution Service - Wessex PO1 2PJ ', 0), (13, 3, '2025-05-05 11:31:46', 'UTC', '44BB0815124', ' LENNON, JOSHUA HIWPF First hearing HOLDEN, BENJAMIN ', 0), (14, 3, '2025-05-05 11:31:46', 'UTC', '44BB0192524', ' HEWITT, JAMES CPS-WX First hearing ', 0), (15, 3, '2025-05-05 11:31:46', 'UTC', '44BB0208624', ' KNIGHT, RYAN CPS-WX First hearing Press/Publication restrictions apply to this case ', 0), (16, 3, '2025-05-05 11:31:46', 'UTC', '44SC0347725', ' ALVES DA SILVA, DELMA CPS-WX First hearing ', 0), (17, 3, '2025-05-05 11:31:46', 'UTC', '44BB0243625', ' GLEDHILL, JOHN CPS-WX First hearing ', 0), (18, 3, '2025-05-05 11:31:46', 'UTC', '44BB0246725', ' NICHOLLS, ELLIE CPS-WX First hearing ', 0), (19, 3, '2025-05-05 11:31:46', 'UTC', '44BB0229125', ' JUTSUM, MATTHEW CPS-WX First hearing ', 0), (20, 4, '2025-05-05 11:31:47', 'UTC', '52SY1360524', ' PINKER, ALEX AVSPF Plea Speeding - exceed 40 mph special road / motorway limit - ACD ', 1), (21, 4, '2025-05-05 11:31:47', 'UTC', '52SY1343424', ' COODE, CHARLES AVSPF Plea Motor vehicle exceed 60 mph on single carriageway - manned equipment ', 1), (22, 4, '2025-05-05 11:31:47', 'UTC', '52SY1345124', ' GRAHAM, LEAH AVSPF Plea Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (23, 4, '2025-05-05 11:31:47', 'UTC', '52SY1354324', ' COLLINGRIDGE, NEIL AVSPF Plea Motor vehicle exceed 60 mph on single carriageway - manned equipment ', 1), (24, 4, '2025-05-05 11:31:47', 'UTC', '52SY1350424', ' GILCHRIST, GARY AVSPF Sentence Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (25, 4, '2025-05-05 11:31:47', 'UTC', '52SY1356224', ' WILSON, MICHAEL AVSPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (26, 4, '2025-05-05 11:31:47', 'UTC', '52SY0071825', ' GRIFFIN, FAITH AVSPF First hearing Fail to give information relating to the identification of the driver / rider of a vehicle when required Permit use of motor vehicle with no insurance ', 1), (27, 4, '2025-05-05 11:31:47', 'UTC', '52SW0119624', ' CRIDLAND, HELEN AVSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (28, 5, '2025-05-05 11:31:47', 'UTC', '16XP0718824', ' OADES, ALEX CPS-YH Trial Assault by beating Racially / religiously aggravated common assault / beating Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Criminal damage to property valued under £5000 Assault by beating ', 0), (29, 5, '2025-05-05 11:31:47', 'UTC', '16XP0235724', ' COLLINS, LAURA CPS-YH Trial Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Theft from a shop ', 0), (30, 5, '2025-05-05 11:31:47', 'UTC', '16XP1319724', ' STEVENS, DIETER CPS-YH Trial Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated common assault / beating Racially / religiously aggravated fear / provocation of violence by words / writing ', 0), (31, 6, '2025-05-05 11:31:47', 'UTC', '01TK4690324', ' SADRIU, Egzon METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (32, 6, '2025-05-05 11:31:47', 'UTC', '01TA1069925', ' FELIX, Alex METPF Trial Use a motor vehicle / trailer with tyre with any of the ply / cord exposed ', 1), (33, 6, '2025-05-05 11:31:47', 'UTC', '01TK1459625', ' NAMAYANJA, Mariam METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (34, 6, '2025-05-05 11:31:47', 'UTC', '01TK3509124', ' KunuyCOLE, Luwaseun CPS-LS Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (35, 6, '2025-05-05 11:31:47', 'UTC', '01TK4033024', ' J S PROPERTY MAINTENCE LTD METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (36, 6, '2025-05-05 11:31:47', 'UTC', '01TK1368625', ' GRISHINA, Olga METPF Trial Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (37, 6, '2025-05-05 11:31:47', 'UTC', '01TA4231124', ' VASEY, Richard METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (38, 6, '2025-05-05 11:31:47', 'UTC', '01TA4128324', ' GASSI, Dawud METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (39, 7, '2025-05-05 11:31:47', 'UTC', '20SH1068925', ' O'KEEFE-CLANCY, Connor CPS-WM Plea Take a motor vehicle without the owners consent Theft from a motor vehicle Use a motor vehicle on a road / public place without third party insurance ', 1), (40, 7, '2025-05-05 11:31:47', 'UTC', '22DA1029721', ' OKEEFFE, Connor CPS-WM Plea Conspire to commit a burglary dwelling with intent to steal Conspire to steal motor vehicle Press/Publication restrictions apply to this case ', 1), (41, 7, '2025-05-05 11:31:47', 'UTC', '20BW1671225', ' PITTAR, Christopher CPS-WM Bail Application Theft from the person of another Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (42, 7, '2025-05-05 11:31:47', 'UTC', '23N51028025', ' MUKANDAWIRE, Liam CPS-WM Plea Drive motor vehicle when alcohol level above limit ', 1), (43, 7, '2025-05-05 11:31:47', 'UTC', '20BW1679025', ' CHATTERTON, Karl CPS-WM Bail Application Burglary dwelling - with intent to steal Fraud by false representation - Fraud Act 2006 ', 0), (44, 7, '2025-05-05 11:31:47', 'UTC', '93JD0833524', ' AYOUB, KHALED BTP Mention - Use threatening / abusive / insulting words / Defendant to behaviour to cause harassment / alarm / distress Attend Possess a class C controlled drug Possess a class C controlled drug ', 0), (45, 7, '2025-05-05 11:31:47', 'UTC', '20BE1578625', ' MCCANN, Sara CPS-WM Bail Application Possess an offensive weapon in a public place Assault a person thereby occasioning them actual ', 0), (46, 8, '2025-05-05 11:31:47', 'UTC', '04ZL1752625', ' ROBINSON, David CPS-NW Trial Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (47, 8, '2025-05-05 11:31:47', 'UTC', '04ZL2292524', ' BOWER, Shane CPS-NW Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Criminal damage to property valued under £5000 Assault by beating Stalking without fear / alarm / distress ', 0), (48, 8, '2025-05-05 11:31:47', 'UTC', '04ZL1874324', ' SMITH, Anthony CPS-NW Trial Assault by beating ', 0), (49, 8, '2025-05-05 11:31:47', 'UTC', '04ZL2954923', ' JORDAN, Michael CPS-NW Trial Drive whilst unfit through drink ', 0), (50, 8, '2025-05-05 11:31:47', 'UTC', '04ZL1643424', ' AHMED, Naveed CPS-NW Trial Criminal damage to property valued under £5000 ', 0), (51, 8, '2025-05-05 11:31:47', 'UTC', '04ZL3408724', ' DAVY, Daniel CPS-NW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (52, 9, '2025-05-05 11:31:48', 'UTC', '32C80247625', ' STIRLING, PETER CPS-EM Hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Breach criminal behaviour order ', 0), (53, 9, '2025-05-05 11:31:48', 'UTC', '32C80029625', ' STIRLING, PETER CPS-EM Hearing Breach criminal behaviour order Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating of an emergency worker ', 0), (54, 9, '2025-05-05 11:31:48', 'UTC', '32C80273425', ' STIRLING, PETER CPS-EM Hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating of an emergency worker Breach criminal behaviour order Breach criminal behaviour order Breach criminal behaviour order ', 0), (55, 9, '2025-05-05 11:31:48', 'UTC', '32D90781424', ' BURTON, TANITA CPS-EM Hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (56, 9, '2025-05-05 11:31:48', 'UTC', '32D90247025', ' NORMAN, SHANE CPS-EM Plea Criminal damage to property valued under £5000 ', 0), (57, 9, '2025-05-05 11:31:48', 'UTC', '32D10245125', ' PUXTY, ERIKA LINPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (58, 10, '2025-05-05 11:31:48', 'UTC', '47CC3341324', ' MARRIOTT, COLIN CPS-SE Trial Theft from a shop ', 0), (59, 10, '2025-05-05 11:31:48', 'UTC', '47EE0754425', ' MARRIOTT, COLIN CPS-SE Trial Theft from a shop Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (60, 10, '2025-05-05 11:31:48', 'UTC', '47EE2436022', ' WOODS, SIOBHAN CPS-SE Trial Send by public communication network an offensive / indecent / obscene / menacing message / matter Harassment - put in fear of violence Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (61, 10, '2025-05-05 11:31:48', 'UTC', '47CC2641224', ' PULLEN, CERI CPS-SE First hearing Assault by beating ', 0), (62, 10, '2025-05-05 11:31:48', 'UTC', '47EE0383824', ' PESCOTT, STEPHEN CPS-SE First hearing Harassment - breach of a restraining order on conviction ', 0), (63, 10, '2025-05-05 11:31:48', 'UTC', '47WS2754424', ' BARRETT, RICHARD SSXPF Plea Use a motor vehicle on a road / public place without third party insurance Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / ', 1), (64, 11, '2025-05-05 11:31:48', 'UTC', '52SB0846324', ' WILLIAMS, NATHAN CPS-SW Sentence ', 0), (65, 11, '2025-05-05 11:31:48', 'UTC', '52SB0062125', ' BATER, THOMAS CPS-SW Sentence ', 0), (66, 11, '2025-05-05 11:31:48', 'UTC', '52SB0133725', ' HEAD, JAMIE CPS-SW Plea ', 0), (67, 11, '2025-05-05 11:31:48', 'UTC', '52SB0146725', ' OURIAKHAIL, LIAQAT CPS-SW Plea ', 0), (68, 11, '2025-05-05 11:31:48', 'UTC', '52SB0136725', ' FARNDALE, JOANNA CPS-SW Plea ', 0), (69, 11, '2025-05-05 11:31:48', 'UTC', '93JD1341424', ' OATES, LUCAS CPS-WM First hearing ', 0), (70, 11, '2025-05-05 11:31:48', 'UTC', '52SB0803023', ' ALI, ALEEM CPS-SW First hearing ', 0), (71, 11, '2025-05-05 11:31:48', 'UTC', '52SB0051825', ' FOSTER, JOSEPH CPS-SW First hearing ', 0), (72, 11, '2025-05-05 11:31:48', 'UTC', '52SB0155625', ' HARRIS, WILLIAM CPS-SW First hearing ', 0), (73, 11, '2025-05-05 11:31:48', 'UTC', '52SB0232225', ' NOBLE, ALEX CPS-SW First hearing ', 0), (74, 11, '2025-05-05 11:31:48', 'UTC', '52SB0812024', ' WILLIAMS, LOUISE CPS-SW First hearing ', 0), (75, 11, '2025-05-05 11:31:48', 'UTC', '52SB0233125', ' PRZYBYLSKI, RADOSLAW CPS-SW First hearing ', 0), (76, 11, '2025-05-05 11:31:48', 'UTC', '52SB0046825', ' DAVIS, CHRIS CPS-SW First hearing ', 0), (77, 12, '2025-05-05 11:31:49', 'UTC', '01TK1919225', ' GOODE, Jasmine METPF First hearing Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment Press/Publication restrictions apply to this case ', 1), (78, 12, '2025-05-05 11:31:49', 'UTC', '01PL1339824', ' WALSH-SPENCE, Kiya CPS-LS Mention Assault by beating of an emergency worker Fail to surrender to police / court bail at the appointed time ', 0), (79, 12, '2025-05-05 11:31:49', 'UTC', '01RG1379724', ' KIDDLE, John CPS-LS Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (80, 12, '2025-05-05 11:31:49', 'UTC', '01RP1042325', ' MILLER, Nile CPS-LS Plea Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (81, 12, '2025-05-05 11:31:49', 'UTC', '01PY1016225', ' HAMMOND, Ashley CPS-LS Mention Theft from a shop Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (82, 12, '2025-05-05 11:31:49', 'UTC', '01RY1186224', ' LAWAL, Jeremiah CPS-LS Mention Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (83, 12, '2025-05-05 11:31:49', 'UTC', '01PY1060825', ' OSEI-NYAME, Stephen CPS-LS Sentence Handle stolen goods ', 0), (84, 12, '2025-05-05 11:31:49', 'UTC', '01PL5037222', ' DEVALL, Aaron CPS-LS Plea Racially / religiously aggravated common assault / beating ', 0), (85, 13, '2025-05-05 11:31:49', 'UTC', '60WG0519625', ' WILLIAMS, LIAM CPS-CYN First hearing Theft from a shop Theft from the person of another ', 0), (86, 13, '2025-05-05 11:31:49', 'UTC', '60WY0388525', ' JONES, KIRSTY CPS-CYN First hearing Possess a controlled drug of Class A - Cocaine ', 0), (87, 14, '2025-05-05 11:31:49', 'UTC', '35NT1659024', ' MORTIMORE, Michael CPS-EEEC Sentence Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (88, 14, '2025-05-05 11:31:49', 'UTC', '35NT1309625', ' AFZAL, Omar CPS-EEEC Further Case Theft of pedal cycle Management ', 0), (89, 15, '2025-05-05 11:31:49', 'UTC', '21CL0255924', ' CARTER, DEAN CPS-WM Trial Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (90, 15, '2025-05-05 11:31:49', 'UTC', '21CL1197224', ' BROGAN, CARL CPS-WM Trial Assault by beating ', 0), (91, 15, '2025-05-05 11:31:49', 'UTC', '21CL2505324', ' WRIGHT, CARL CPS-WM Trial Drunk and disorderly in a public place Individual fail to comply with a community protection notice Intentionally / recklessly cause a public nuisance ', 0), (92, 15, '2025-05-05 11:31:49', 'UTC', '21CL1286224', ' WRIGHT, CARL CPS-WM Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (93, 15, '2025-05-05 11:31:49', 'UTC', '21GS1782624', ' WRIGHT, CARL CPS-WM Trial Drunk and disorderly in a public place ', 0), (94, 15, '2025-05-05 11:31:49', 'UTC', '30DI2450023', ' WRIGHT, CARL CPS-EM Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (95, 15, '2025-05-05 11:31:49', 'UTC', '21CL1619924', ' WRIGHT, CARL CPS-WM Trial Fail to surrender to police / court bail at the appointed time Harassment - breach of a restraining order on conviction ', 0), (96, 15, '2025-05-05 11:31:49', 'UTC', '21CL2487724', ' WRIGHT, CARL CPS-WM Trial Criminal damage to property valued under £5000 ', 0), (97, 15, '2025-05-05 11:31:49', 'UTC', '21GS0493824', ' HASKELL, SARAH CPS-WM Trial Assault by beating ', 0), (98, 15, '2025-05-05 11:31:49', 'UTC', '21GS1815423', ' HUGHES, JAMES CPS-WM Trial Common assault Criminal damage to property valued under £5000 ', 0), (99, 15, '2025-05-05 11:31:49', 'UTC', '21CL3010724', ' DAVIES, TEE-JAY CPS-WM Trial Criminal damage to property valued under £5000 Intentional strangulation Assault by beating Theft from the person of another Criminal damage to property valued under £5000 Assault by beating Theft from the person of another Assault by beating Press/Publication restrictions apply to this case ', 0), (100, 15, '2025-05-05 11:31:49', 'UTC', '21CL0471725', ' WILLE, STEVEN STAFPF Trial Assault a person thereby occasioning them actual bodily harm Intentionally / recklessly cause a public nuisance ', 0), (101, 15, '2025-05-05 11:31:49', 'UTC', '21GS0630425', ' ORAM, MARC CPS-WM Trial Assault by beating Possess a controlled drug of Class B - Cannabis / Cannabis Resin Engage in controlling / coercive behaviour in an intimate / family relationship Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (102, 15, '2025-05-05 11:31:49', 'UTC', '21WT0434125', ' SHAKESPEARE, KARL STAFPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (103, 15, '2025-05-05 11:31:49', 'UTC', '21CL1867024', ' BARKER, DAMIAN CPS-WM Trial Assault a person thereby occasioning them actual bodily harm ', 0), (104, 16, '2025-05-05 11:31:50', 'UTC', '62CL0834524', ' DAVIES, DAVID CPS-CYSE First hearing Threats to kill Criminal damage to property - value over £5000 ', 0), (105, 16, '2025-05-05 11:31:50', 'UTC', '62CL0171725', ' BRADFORD, RICHARD CPS-CYSE First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (106, 16, '2025-05-05 11:31:50', 'UTC', '62EN0507422', ' AHARROUD, SAMI CPS-CYSE First hearing Rape a female under 16 Press/Publication restrictions apply to this case ', 0), (107, 16, '2025-05-05 11:31:50', 'UTC', '62EN0807324', ' DOWN, JAKE CPS-CYSE First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (108, 16, '2025-05-05 11:31:50', 'UTC', '62EN0239725', ' O'CALLAGHAN, CHRISTINE CPS-CYSE First hearing Drunk and disorderly in a public place Theft from a shop Common assault Common assault ', 0), (109, 16, '2025-05-05 11:31:50', 'UTC', '62EN1011224', ' PRICE, LUKE CPS-CYSE First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Possess a controlled drug of Class A - Cocaine Assault by beating of an emergency worker Criminal damage to property valued under £5000 ', 0), (110, 16, '2025-05-05 11:31:50', 'UTC', '62EN0521022', ' OSBOURNE, KAYLEY SWPF First hearing Theft from the person of another ', 0), (111, 17, '2025-05-05 11:31:50', 'UTC', '03NN0734524', ' BERTHEUSSEN, Sigmund CPS-NW Application Individual fail to comply with a community protection notice ', 0), (112, 17, '2025-05-05 11:31:50', 'UTC', '03NN0695924', ' GROWCOTT, ANDREW PETER CPS-NW Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (113, 18, '2025-05-05 11:31:50', 'UTC', '42MR1310224', ' NORTH, Byron CPS-EEE Trial Common assault Theft from a shop ', 0), (114, 18, '2025-05-05 11:31:50', 'UTC', '42TK1381224', ' POKAM NJINE, Johann ESXPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (115, 18, '2025-05-05 11:31:50', 'UTC', '42TK1376924', ' OWUBOKIRI, Michael ESXPF Trial Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (116, 18, '2025-05-05 11:31:50', 'UTC', '42MR1378024', ' KUKIUS, Janis ESXPF Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating Theft from the person of another Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (117, 18, '2025-05-05 11:31:50', 'UTC', '42TK1076625', ' ALI, Isa ESXPF Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (118, 18, '2025-05-05 11:31:50', 'UTC', '01TA4593524', ' ALI, Isa METPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (119, 19, '2025-05-05 11:31:50', 'UTC', '53AH0222324', ' ISRAR, MOHAMMED CPS-SW Sentence Criminal damage to property valued under £5000 Possess a controlled drug of Class B - Cannabis / Cannabis Resin Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle dangerously ', 1), (120, 19, '2025-05-05 11:31:50', 'UTC', '53BH0334424', ' WERRETT, JAMIE CPS-SW Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (121, 19, '2025-05-05 11:31:50', 'UTC', '53BH0402323', ' HALL, JANEL CPS-SW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (122, 20, '2025-05-05 11:31:51', 'UTC', '30DI1765924', ' RODGERS, Ashley CPS-EM Mention Assault a person thereby occasioning them actual bodily harm Intentional strangulation Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (123, 20, '2025-05-05 11:31:51', 'UTC', '30DI2015324', ' CZERNOZUKOW, Clint CPS-EM First hearing Possess a controlled drug of Class B - Other Possess a class C controlled drug ', 0), (124, 20, '2025-05-05 11:31:51', 'UTC', '30DI0351725', ' WILD, Karen CPS-EM Sentence Assault by beating ', 0), (125, 20, '2025-05-05 11:31:51', 'UTC', '30DI2292924', ' WILD, Karen CPS-EM Sentence Fail to surrender to police / court bail at the appointed time Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (126, 20, '2025-05-05 11:31:51', 'UTC', '30DI2670424', ' COOMBER, DARREN CPS-EM First hearing Harassment without violence ', 0), (127, 21, '2025-05-05 11:31:51', 'UTC', '20CV1220025', ' CROFT, Charlie CPS-WM Sentence Theft from a shop ', 0), (128, 21, '2025-05-05 11:31:51', 'UTC', '93JD0310925', ' CROFT, CHARLIE CPS-WM Sentence Possess a controlled drug of Class A - Crack Cocaine ', 0), (129, 21, '2025-05-05 11:31:51', 'UTC', '23N51063325', ' TURTON, Paul CPS-WM Sentence Drive motor vehicle when alcohol level above limit ', 1), (130, 21, '2025-05-05 11:31:51', 'UTC', '20CV1174225', ' HARRIS, Dean CPS-WM Sentence Assault by beating ', 0), (131, 21, '2025-05-05 11:31:51', 'UTC', '20CV1209425', ' HAJDILA, Chelsea CPS-WM Sentence Burglary other than dwelling - theft Burglary other than dwelling - theft ', 0), (132, 21, '2025-05-05 11:31:51', 'UTC', '20CV1224325', ' BENNETT, Kieran CPS-WM Sentence Harassment without violence ', 0), (133, 21, '2025-05-05 11:31:51', 'UTC', '20CV1233225', ' CROFT, Charlie CPS-WM Sentence Theft from a shop ', 0), (134, 21, '2025-05-05 11:31:51', 'UTC', '23S51058625', ' LIPARI, Giuseppe CPS-WM Sentence Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place ', 0), (135, 21, '2025-05-05 11:31:51', 'UTC', '20CV1179424', ' MUSSE, IBRAHAIM CPS-WM Sentence ', 0), (136, 22, '2025-05-05 11:31:51', 'UTC', '47NC3145124', ' WADDLE, MATTHEW CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (137, 22, '2025-05-05 11:31:51', 'UTC', '47NC3350524', ' TSHIBOLA, MICHAEL CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (138, 22, '2025-05-05 11:31:51', 'UTC', '47NC0269925', ' DOYLE, LEE CPS-SE First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Obstruct / resist a constable in execution of duty ', 0), (139, 22, '2025-05-05 11:31:51', 'UTC', '47CC0924625', ' LAMONT, ANTHONY CPS-SE First hearing Enter Gatwick Airport whilst having been prohibited in writing from doing so ', 0), (140, 22, '2025-05-05 11:31:51', 'UTC', '47NC2852024', ' DRUMMOND, ANTHONY CPS-SE First hearing Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Possess a prohibited image of a child Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal ', 0), (141, 22, '2025-05-05 11:31:51', 'UTC', '47NC0290724', ' PINKNEY, ROBERT SSXPF First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess nitrous oxide for wrongful inhalation - class C drug ', 0), (142, 22, '2025-05-05 11:31:51', 'UTC', '47NC0148425', ' MCFAYDEN, SCOTT CPS-SE First hearing Criminal damage to property valued under £5000 ', 0), (143, 22, '2025-05-05 11:31:51', 'UTC', '47NC0902825', ' OWERS, GUY CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (144, 22, '2025-05-05 11:31:51', 'UTC', '47CC0738125', ' GUNES, ABDUL CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (145, 22, '2025-05-05 11:31:51', 'UTC', '47NC3008324', ' DEMOL, GRANT CPS-SE First hearing Theft by employee Acquire / use / possess criminal property ', 0), (146, 22, '2025-05-05 11:31:51', 'UTC', '47NC0905125', ' WINDSOR-SMITH, JAMES CPS-SE First hearing Possess a controlled drug of Class B - Ketamine Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (147, 23, '2025-05-05 11:31:52', 'UTC', '01MD1266424', ' DAVIDSON, Donna CPS-LS Sentence Criminal damage to property valued under £5000 ', 0), (148, 23, '2025-05-05 11:31:52', 'UTC', '01LX1459424', ' VALENCIA-BROOME, Cameron CPS-LS Sentence Obstruct a PC in exercise of a s. 23A(6) power to detain / search a person / vehicle / vessel re temporary class drugs Assault by beating of an emergency worker ', 1), (149, 23, '2025-05-05 11:31:52', 'UTC', '01MD1276324', ' LIONAHR, Julian CPS-LS Sentence Fail to provide specimen for analysis - vehicle driver Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 1), (150, 23, '2025-05-05 11:31:52', 'UTC', '01LX1410923', ' DAVIDSON, Donna CPS-LS Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Fail to surrender to police / court bail at the appointed time Assault by beating Fail to surrender to police / court bail at the appointed time ', 0), (151, 23, '2025-05-05 11:31:52', 'UTC', '01MD1422224', ' KAKEMBO, Jabel ali CPS-LS Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit ', 1), (152, 24, '2025-05-05 11:31:52', 'UTC', '14XA1486124', ' SIMPSON, Lea CPS-YH Sentence Persistently make use of public communication network to cause annoyance / inconvenience / anxiety Send by public communication network an offensive / indecent / obscene / menacing message / matter Send by public communication network an offensive / indecent / obscene / menacing message / matter Send by public communication network an offensive / indecent / obscene / menacing message / matter Persistently make use of public communication network to cause annoyance / inconvenience / anxiety ', 0), (153, 24, '2025-05-05 11:31:52', 'UTC', '14XA1134225', ' ALLSOP, Joshua CPS-YH Plea Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (154, 24, '2025-05-05 11:31:52', 'UTC', '14XA1134625', ' CRAWSHAW-BLAKE, Kenan CPS-YH Plea Stalking involving fear of violence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (155, 24, '2025-05-05 11:31:52', 'UTC', '14XA1092225', ' BUTTERFIELD, Byron CPS-YH Plea Criminal damage to property valued under £5000 ', 0), (156, 24, '2025-05-05 11:31:52', 'UTC', '14XE1027825', ' HADI, Attila CPS-YH Mention Burglary dwelling and theft - no violence ', 0), (157, 24, '2025-05-05 11:31:52', 'UTC', '14XA1471224', ' RANDALL, Colin CPS-YH First hearing Breach of stalking order / interim stalking order ', 0), (158, 24, '2025-05-05 11:31:52', 'UTC', '14XA1379024', ' FEENEY, Malcolm CPS-YH Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive whilst disqualified Drive a motor vehicle dangerously Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (159, 24, '2025-05-05 11:31:52', 'UTC', '14XA1075625', ' FRETWELL, John CPS-YH First hearing Assault by beating ', 0), (160, 24, '2025-05-05 11:31:52', 'UTC', '14XA1396724', ' FEENEY, Malcolm CPS-YH Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (161, 24, '2025-05-05 11:31:52', 'UTC', '14XA1317524', ' PERRY, Yvette CPS-YH Mention Criminal damage to property valued under £5000 Assault by beating Assault by beating Assault by beating Possess an offensive weapon in a public place ', 0), (162, 24, '2025-05-05 11:31:52', 'UTC', '14XA1083925', ' BOOTH, Shaun CPS-YH Mention Attempt robbery Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Drive a motor vehicle dangerously Drive whilst disqualified Escape from lawful custody Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road / public place without third party insurance Fraud by false representation - Fraud Act 2006 Theft from the person of another Robbery Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke ', 1), (163, 25, '2025-05-05 11:31:52', 'UTC', '20SW1128825', ' TYLER, Darren CPS-WM Trial - no Vehicle interference - motor vehicle witnesses Vehicle interference - motor vehicle Vehicle interference - motor vehicle ', 1), (164, 25, '2025-05-05 11:31:52', 'UTC', '20SW1218525', ' AVERY, Daniel CPS-WM First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (165, 25, '2025-05-05 11:31:52', 'UTC', '20SW1217425', ' SANDHU, Gurpreet WMIDPF First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (166, 25, '2025-05-05 11:31:52', 'UTC', '20SW1214625', ' KHANNA, Naresh CPS-WM First hearing Drive whilst disqualified ', 0), (167, 25, '2025-05-05 11:31:52', 'UTC', '20DY1035325', ' FITZGERALD, kieran CPS-WM First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (168, 25, '2025-05-05 11:31:52', 'UTC', '20WV1404124', ' RICHARDS, Mackenzie CPS-WM First hearing Theft of motor vehicle Theft of motor vehicle Theft of motor vehicle Theft of motor vehicle ', 1), (169, 25, '2025-05-05 11:31:52', 'UTC', '20SW1230125', ' SINGH, Gurmukh CPS-WM First hearing Drive whilst disqualified Drive whilst unfit through drink Use a motor vehicle on a road / public place without third party insurance ', 1), (170, 25, '2025-05-05 11:31:52', 'UTC', '20SW1230525', ' KAUR, Parminder CPS-WM First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (171, 25, '2025-05-05 11:31:52', 'UTC', '20WS1168025', ' CADWALADR, Ashley CPS-WM First hearing Theft from a shop ', 0), (172, 25, '2025-05-05 11:31:52', 'UTC', '20WV1192525', ' BALSERIS, Sarunas CPS-WM First hearing Possess knife blade / sharp pointed article in a ', 0), (173, 26, '2025-05-05 11:31:53', 'UTC', '46ZY1810224', ' MEDEIROS, Sandra CPS-SE Plea Assault a constable in the execution of his / her duty Criminal damage to property valued under £5000 Possess a controlled drug of Class B - Amphetamine Assault by beating of an emergency worker ', 0), (174, 26, '2025-05-05 11:31:53', 'UTC', '46ZY1992524', ' BONNY, Preston CPS-SE First hearing Section 18 - wounding with intent ', 0), (175, 26, '2025-05-05 11:31:53', 'UTC', '46ZY1370025', ' LAMOON, Jordan CPS-SE Bail Application Criminal damage to property valued under £5000 Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Criminal damage to property valued under £5000 Harassment - breach of a restraining order on conviction Harassment - put in fear of violence Criminal damage to property valued under £5000 ', 0), (176, 26, '2025-05-05 11:31:53', 'UTC', '46YY1123723', ' TERRY, Zak CPS-SE Hearing Cause serious injury by careless / inconsiderate driving ', 0), (177, 26, '2025-05-05 11:31:53', 'UTC', '46ZY1819724', ' HAISELL, Paul CPS-SE First hearing Stalking without fear / alarm / distress Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (178, 26, '2025-05-05 11:31:53', 'UTC', '46ZY1309525', ' HILDEN, Oliver CPS-SE Further Case Theft from a shop Management Theft from a shop ', 0), (179, 27, '2025-05-05 11:31:53', 'UTC', '16XL0775825', ' WELLS, PHILIP CPS-YH Mention & Fix Threats to kill Threats to kill ', 0), (180, 27, '2025-05-05 11:31:53', 'UTC', '16XL0848225', ' JAMIESON, DALE CPS-YH Bail Application Possess a controlled drug of Class B - Cannabis / Cannabis Resin Stalking involving serious alarm / distress Harassment - breach of a restraining order on conviction ', 0), (181, 27, '2025-05-05 11:31:53', 'UTC', '16XL0416825', ' NEASHAM, LEE CPS-YH First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (182, 27, '2025-05-05 11:31:53', 'UTC', '16XL0417025', ' NICOLESCU, PETRONIU-VALENTIN CPS-YH First hearing Drive whilst unfit through drink ', 0), (183, 27, '2025-05-05 11:31:53', 'UTC', '16XL0660825', ' JOHNSON, JAMIE HUMPF First hearing Commit an act / series of acts with intent to pervert the course of public justice ', 0), (184, 27, '2025-05-05 11:31:53', 'UTC', '16XL0687725', ' NEASHAM, LEE CPS-YH Mention Assault by beating Stalking without fear / alarm / distress ', 0), (185, 27, '2025-05-05 11:31:53', 'UTC', '16XL0830825', ' ION, CATALIN CPS-YH Bail Application Exposure - SOA 2003 Fraud by false representation - Fraud Act 2006 Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Press/Publication restrictions apply to this case ', 1), (186, 27, '2025-05-05 11:31:53', 'UTC', '16XL0119725', ' PARKER, ANTHONY CPS-YH Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (187, 27, '2025-05-05 11:31:53', 'UTC', '16XL0728725', ' DAVIES, GARY CPS-YH Sentence Assault by beating Assault by beating Intentional strangulation Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (188, 27, '2025-05-05 11:31:53', 'UTC', '16XL1983124', ' FALLOWS, RYAN CPS-YH First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (189, 27, '2025-05-05 11:31:53', 'UTC', '16XL1760824', ' SLATER, JAMIE CPS-YH Early Guilty Plea Fail to provide specimen for analysis - vehicle driver ', 1), (190, 27, '2025-05-05 11:31:53', 'UTC', '16XL0592525', ' COULSON, DANIEL CPS-YH Mention Stalking involving serious alarm / distress ', 0), (191, 27, '2025-05-05 11:31:53', 'UTC', '16XL0879624', ' KELLY, DECLAN CPS-YH Mention Aggravated vehicle taking - ( initial taker ) and property damage £5000 or over ', 1), (192, 27, '2025-05-05 11:31:53', 'UTC', '16XL0415525', ' LIBBY, CONNOR CPS-YH First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (193, 27, '2025-05-05 11:31:53', 'UTC', '16XL0415325', ' CASEY, BRETT CPS-YH First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (194, 27, '2025-05-05 11:31:53', 'UTC', '16XL1456723', ' WHALEY, STEVEN CPS-YH First hearing ', 0), (195, 28, '2025-05-05 11:31:54', 'UTC', '45GD1129124', ' FENTON, JESSICA CPS-SE Sentence Drive a vehicle whilst unfit through drugs ', 1), (196, 28, '2025-05-05 11:31:54', 'UTC', '45GD0618824', ' GANDERTON, LEON Guildford Review Magistrates' Court ', 0), (197, 28, '2025-05-05 11:31:54', 'UTC', '45RB1510924', ' BROWN, ARRON CPS-SE Sentence Stalking without fear / alarm / distress ', 0), (198, 28, '2025-05-05 11:31:54', 'UTC', '45MV1609524', ' ENGLISH, NICHOLAS CPS-SE Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (199, 28, '2025-05-05 11:31:54', 'UTC', '45MV0259725', ' ENGLISH, NICHOLAS CPS-SE Sentence Criminal damage to property valued under £5000 ', 0), (200, 28, '2025-05-05 11:31:54', 'UTC', '45GD0669424', ' REED, DEAN CPS-SE Sentence Racially / religiously aggravated common assault / beating Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place ', 0), (201, 28, '2025-05-05 11:31:54', 'UTC', '45GD0232425', ' REED, DEAN CPS-SE Sentence Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place Threats to kill ', 0), (202, 29, '2025-05-05 11:31:54', 'UTC', '47EE0272325', ' POWELL, KAI CPS-SE First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (203, 29, '2025-05-05 11:31:54', 'UTC', '47WS0466325', ' SEMENCHUK-GREEN, DOMONIC CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (204, 29, '2025-05-05 11:31:54', 'UTC', '47CC0443225', ' BRADLEY, JOHN CPS-SE First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (205, 29, '2025-05-05 11:31:54', 'UTC', '47CC0566525', ' HAMILTON, ROBERT CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (206, 29, '2025-05-05 11:31:54', 'UTC', '47EE0175025', ' PARNABY, LEE CPS-SE First hearing Theft from a shop ', 0), (207, 29, '2025-05-05 11:31:54', 'UTC', '47EH3290024', ' FERMOR, JESSICA CPS-SE First hearing Assault by beating ', 0), (208, 29, '2025-05-05 11:31:54', 'UTC', '47EH3142424', ' TURNER, SHANE CPS-SE First hearing Breach sexual harm prevention order Breach sexual harm prevention order ', 0), (209, 29, '2025-05-05 11:31:54', 'UTC', '47CC0550725', ' SMITH, JOSEPH CPS-SE Plea Drive whilst disqualified ', 0), (210, 29, '2025-05-05 11:31:54', 'UTC', '47EH2212224', ' GITTINS, TOBY CPS-SE Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (211, 29, '2025-05-05 11:31:54', 'UTC', '47EH1858324', ' GITTINS, TOBY CPS-SE Trial Drive motor vehicle when alcohol level above limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (212, 29, '2025-05-05 11:31:54', 'UTC', '47WS2978424', ' STEVENSON, DAVID CPS-SE Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (213, 29, '2025-05-05 11:31:54', 'UTC', '47EE2112123', ' Defendant CPS-SE Trial Drive motor vehicle when alcohol level above limit ', 1), (214, 29, '2025-05-05 11:31:54', 'UTC', '47EE1071024', ' PENFOLD, DAVID CPS-SE Trial Assault by beating ', 0), (215, 29, '2025-05-05 11:31:54', 'UTC', '47EH1607923', ' SCOTT, LINDA CPS-SE Trial Send communication / article of an indecent / offensive nature ', 0), (216, 31, '2025-05-05 11:31:55', 'UTC', '22EA1026025', ' LOVELL-FOSTER, Craig CPS-WM First hearing Allow a fighting dog to be in public place without muzzle or lead Allow a fighting dog to be in public place without muzzle or lead Owner / person in charge of a dog dangerously out of control - no injury LAMB, Terry Owner / person in charge of dog dangerously out of control causing injury Allow a fighting dog to be in public place without muzzle or lead ', 0), (217, 31, '2025-05-05 11:31:55', 'UTC', '22EA1030924', ' MAHAMUD, Abdirashid CPS-WM First hearing Concerned in supply of heroin Concerned in supply of cocaine ', 0), (218, 31, '2025-05-05 11:31:55', 'UTC', '22EA1305324', ' KILPATRICK, Daniel WMEPF First hearing Send by public communication network an offensive / indecent / obscene / menacing message / matter Affray ', 0), (219, 31, '2025-05-05 11:31:55', 'UTC', '22EA1030125', ' LERIGO, Lisa CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (220, 31, '2025-05-05 11:31:55', 'UTC', '22EA1261524', ' KOTOMAN, Dorin CPS-WM Plea Criminal damage to property valued under £5000 ', 0), (221, 31, '2025-05-05 11:31:55', 'UTC', '22EA1066825', ' TYRES, Bradley CPS-WM Sentence Assault by beating of an emergency worker Drunk and disorderly in a public place ', 0), (222, 31, '2025-05-05 11:31:55', 'UTC', '22EA1040325', ' JONES, Stephen CPS-WM Sentence Cause serious injury by careless / inconsiderate driving ', 0), (223, 31, '2025-05-05 11:31:55', 'UTC', '22EA1012525', ' WILLIAMS, Kirsty CPS-WM Plea Stalking without fear / alarm / distress ', 0), (224, 31, '2025-05-05 11:31:55', 'UTC', '22EA1306724', ' RODEN, Tegan CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (225, 32, '2025-05-05 11:31:55', 'UTC', '47WS0073225', ' BENTLEY, DAVID SSXPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - automatic camera device ', 0), (226, 32, '2025-05-05 11:31:55', 'UTC', '47WS0063525', ' BARRON, CHRISTOPHER SSXPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - automatic camera device ', 0), (227, 32, '2025-05-05 11:31:55', 'UTC', '47WS0063425', ' BARRON, CHRISTOPHER SSXPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - automatic camera device ', 0), (228, 32, '2025-05-05 11:31:55', 'UTC', '47WS0072925', ' BENTLEY, DAVID SSXPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - automatic camera device ', 0), (229, 32, '2025-05-05 11:31:55', 'UTC', '47WS0067925', ' BARRON, CHRISTOPHER SSXPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - automatic camera device ', 0), (230, 32, '2025-05-05 11:31:55', 'UTC', '47WS2665024', ' LEWIS, KUSHON SSXPF DISQ - Traffic Fail to give information relating to the identification Disqualification of the driver / rider of a vehicle when required ', 1), (231, 32, '2025-05-05 11:31:55', 'UTC', '47WS0051925', ' BLYTH, SAMANTHA SSXPF DISQ - Traffic Speeding - motor vehicle exceed 70 mph on a dual Disqualification carriageway - manned equipment ', 1), (232, 32, '2025-05-05 11:31:55', 'UTC', '47WW3197624', ' DE MAZIA, SEBASTIAN SSXPF DISQ - Traffic Use a handheld mobile phone / device while Disqualification driving a motor vehicle on a road - endorsable offence ', 1), (233, 33, '2025-05-05 11:31:55', 'UTC', '35NT1510524', ' WRIGHT, Matthew CPS-EEEC Sentence Assault by beating Press/Publication restrictions apply to this case ', 0), (234, 33, '2025-05-05 11:31:55', 'UTC', '35NT1935824', ' VENSAS, Mindaugas CAMPF Sentence Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Fail to surrender to police / court bail at the appointed time ', 0), (235, 33, '2025-05-05 11:31:55', 'UTC', '35NT1972824', ' ALZAWAHRAH, Jawad CPS-EEEC Sentence Assault by beating ', 0), (236, 33, '2025-05-05 11:31:55', 'UTC', '35NT1937424', ' MIKUCKIJ, Artur CPS-EEEC Sentence Criminal damage to property valued under £5000 Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (237, 33, '2025-05-05 11:31:55', 'UTC', '35NT1458224', ' ABLETT, Luke CPS-EEEC Sentence Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (238, 33, '2025-05-05 11:31:55', 'UTC', '35NT2002623', ' WOOD, Joshua CAMPF Sentence Send by public communication network an offensive / indecent / obscene / menacing message / matter Fail to surrender to police / court bail at the appointed time ', 0), (239, 33, '2025-05-05 11:31:55', 'UTC', '35NT2045424', ' KIRTON, Samuel CPS-EEEC Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (240, 35, '2025-05-05 11:31:56', 'UTC', '22CA1378024', ' SPENCER, Tiffany CPS-WM Plea Assault a constable in the execution of his / her duty Assault by beating of an emergency worker ', 0), (241, 35, '2025-05-05 11:31:56', 'UTC', '22DA1198324', ' HONNOR, Jack CPS-WM Plea Criminal damage to property valued under £5000 Possess a controlled drug of Class A - Cocaine ', 0), (242, 35, '2025-05-05 11:31:56', 'UTC', '22CA1279124', ' SMITH, Matthew CPS-WM Further Case Possess / have custody of a fighting dog Management Possess / have custody of a fighting dog Owner / person in charge of dog dangerously out of control causing injury Owner / person in charge of dog dangerously out of control causing injury ', 0), (243, 35, '2025-05-05 11:31:56', 'UTC', '22CA1020025', ' NEWMAN, Mark CPS-WM Sentence Theft from a shop Theft from a shop Theft from a shop Assault by beating ', 0), (244, 35, '2025-05-05 11:31:56', 'UTC', '22CA1357824', ' NEWMAN, Mark CPS-WM Sentence Theft from a shop ', 0), (245, 35, '2025-05-05 11:31:56', 'UTC', '04ZL1655125', ' HONNOR, Jack CPS-NW Sentence Drive a motor vehicle dangerously Drive motor vehicle when alcohol level above limit ', 1), (246, 35, '2025-05-05 11:31:56', 'UTC', '22DA1013225', ' HAMILTON, Gavin CPS-WM Sentence Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (247, 35, '2025-05-05 11:31:56', 'UTC', '22DA1165524', ' HONNOR, Jack CPS-WM Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (248, 35, '2025-05-05 11:31:56', 'UTC', '20WS1139725', ' JAGIRDAR, Isaiah WMIDPF Sentence Burglary dwelling and theft - no violence ', 0), (249, 35, '2025-05-05 11:31:56', 'UTC', '22CA1340624', ' HOWARD, Dean CPS-WM Sentence Theft from a shop ', 0), (250, 35, '2025-05-05 11:31:56', 'UTC', '22CA1341623', ' GILL, Lewis CPS-WM Sentence Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 ', 0), (251, 36, '2025-05-05 11:31:56', 'UTC', '04ZL3040824', ' LAIRD, Helen CPS-NW Further Case Drive motor vehicle when alcohol level above limit Management Driver of a vehicle fail to stop after a road accident Use a motor vehicle on a road / public place without third party insurance ', 1), (252, 36, '2025-05-05 11:31:56', 'UTC', '04ZL1684525', ' EVANS, Luke CPS-NW Sentence Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (253, 36, '2025-05-05 11:31:56', 'UTC', '04ZL4234724', ' EVANS, Luke CPS-NW Sentence Common assault of an emergency worker ', 0), (254, 36, '2025-05-05 11:31:56', 'UTC', '04WA0078625', ' GEORGE, MICHAEL LANPF Plea Going equipped for theft - not motor vehicle ', 1), (255, 36, '2025-05-05 11:31:56', 'UTC', '04ZL4229424', ' SHELTON, Sean CPS-NW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (256, 36, '2025-05-05 11:31:56', 'UTC', '04ZL1464025', ' TODD, Jennnifer CPS-NW Sentence Drive motor vehicle when alcohol level above limit ', 1), (257, 36, '2025-05-05 11:31:56', 'UTC', '04ZL4207224', ' JOHNSON, Simon CPS-NW Trial Harassment without violence ', 0), (258, 37, '2025-05-05 11:31:56', 'UTC', '13WD0126625', ' ', 0), (259, 37, '2025-05-05 11:31:56', 'UTC', '13LD0480325', ' ', 0), (260, 37, '2025-05-05 11:31:56', 'UTC', '13KD0459124', ' ', 0), (261, 37, '2025-05-05 11:31:56', 'UTC', '13LD0286125', ' ', 0), (262, 37, '2025-05-05 11:31:56', 'UTC', '13LD0455225', ' ', 0), (263, 37, '2025-05-05 11:31:56', 'UTC', '13LD0284425', ' ', 0), (264, 37, '2025-05-05 11:31:56', 'UTC', '13LD0947024', ' ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (265, 37, '2025-05-05 11:31:56', 'UTC', '13LD0450025', ' ', 0), (266, 37, '2025-05-05 11:31:56', 'UTC', '13LD0281425', ' ', 0), (267, 37, '2025-05-05 11:31:56', 'UTC', '13LD0996823', ' ', 0), (268, 38, '2025-05-05 11:31:57', 'UTC', '33JJ0704825', ' DA ASSUNCAO BARROS CATARINO, CPS-EM Plea HELDER Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (269, 38, '2025-05-05 11:31:57', 'UTC', '33JJ0947725', ' WILCOX, SAMANTHA LEIPF Mention Burglary other than dwelling - with intent to commit damage ', 0), (270, 38, '2025-05-05 11:31:57', 'UTC', '33JJ0956825', ' SEEDAT, SHARIF CPS-EM Bail Application Assault a person thereby occasioning them actual bodily harm Intentional strangulation Breach of a domestic violence protection order ', 0), (271, 38, '2025-05-05 11:31:57', 'UTC', '33JJ1432424', ' MANN, GURPREET CPS-EM Sentence Assault by beating ', 0), (272, 38, '2025-05-05 11:31:57', 'UTC', '33JJ1915524', ' HAYNES, LORETTA CPS-EM Mention Assault a person thereby occasioning them actual bodily harm Assault by beating Assault by beating ', 0), (273, 38, '2025-05-05 11:31:57', 'UTC', '33JJ2926124', ' BHAWSAR, SAGEN CPS-EM First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (274, 38, '2025-05-05 11:31:57', 'UTC', '33JJ2369524', ' GILL, AMANDEEP CPS-EM First hearing Assault by beating Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (275, 38, '2025-05-05 11:31:57', 'UTC', '33JJ2828824', ' CHARLES, BEN CPS-EM First hearing Assault by beating ', 0), (276, 38, '2025-05-05 11:31:57', 'UTC', '33JJ2889624', ' TANDEL, RAHULKUMAR CPS-EM First hearing Assault by beating ', 0), (277, 38, '2025-05-05 11:31:57', 'UTC', '33JJ0118025', ' HOLDEN, LAUREN CPS-EM First hearing Assault by beating Criminal damage to property valued under £5000 ', 0), (278, 38, '2025-05-05 11:31:57', 'UTC', '33JJ1589224', ' HOWELL, DEAN CPS-EM First hearing Intentional strangulation Stalking involving fear of violence Threat to damage / destroy property ', 0), (279, 38, '2025-05-05 11:31:57', 'UTC', '33JJ2792224', ' CHISHOLM, JORDAN LEIPF Plea Stalking involving serious alarm / distress ', 0), (280, 38, '2025-05-05 11:31:57', 'UTC', '33JJ2531924', ' ROBERTS, CHRISTOPHER CPS-EM Plea Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (281, 38, '2025-05-05 11:31:57', 'UTC', '33JJ0824825', ' ALLEN, LLOYD LEIPF First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Stalking involving serious alarm / distress ', 0), (282, 38, '2025-05-05 11:31:57', 'UTC', '31CF0610125', ' BROWN, DAJAUNE CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (283, 38, '2025-05-05 11:31:57', 'UTC', '33JJ1678324', ' TOWERS, SCOTT CPS-EM Sentence Assault a person thereby occasioning them actual bodily harm Common assault ', 0), (284, 40, '2025-05-05 11:31:57', 'UTC', '63AC0067125', ' MAIDES, EMMA CPS-CYSW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (285, 40, '2025-05-05 11:31:57', 'UTC', '63AC0072225', ' COOMBES, TRACY CPS-CYSW First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (286, 40, '2025-05-05 11:31:57', 'UTC', '63AC0219324', ' YOUNG, MALCOLM CPS-CYSW First hearing Owner / person in charge of dog dangerously out of control causing injury ', 0), (287, 40, '2025-05-05 11:31:57', 'UTC', '63AC0081625', ' HOWATSON, PETER CPS-CYSW First hearing Assault by beating ', 0), (288, 40, '2025-05-05 11:31:57', 'UTC', '63AC0082025', ' PALLET, EMILY CPS-CYSW First hearing Common assault of an emergency worker ', 0), (289, 40, '2025-05-05 11:31:57', 'UTC', '63AC0083625', ' MORGAN, CALUM CPS-CYSW First hearing Drunk and disorderly in a public place ', 0), (290, 40, '2025-05-05 11:31:57', 'UTC', '63AC0081325', ' SARGEANT, TRACEY CPS-CYSW First hearing Assault by beating Threat to damage / destroy property ', 0), (291, 41, '2025-05-05 11:31:57', 'UTC', '33JA0571425', ' KONDA, NAGA LEIPF Pre-Trial Review Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (292, 41, '2025-05-05 11:31:57', 'UTC', '33JA0114325', ' BRINDLEY, CARL LEIPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (293, 41, '2025-05-05 11:31:57', 'UTC', '33JF0674825', ' GODMAN, IAN LEIPF Pre-Trial Review Speeding - exceed 30 mph on restricted road in England - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (294, 41, '2025-05-05 11:31:57', 'UTC', '33JA0676225', ' MUMTAZ, AISHA LEIPF Pre-Trial Review Use a motor vehicle on a road / public place without third party insurance Driver fail to produce certificate of insurance to PC after accident/suspected offence ', 1), (295, 41, '2025-05-05 11:31:57', 'UTC', '33JF0550825', ' PATTNI, RAJSHREE LEIPF Pre-Trial Review Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (296, 41, '2025-05-05 11:31:57', 'UTC', '01TA1423225', ' LOBO, Jude METPF DISQ - Traffic Use a handheld mobile phone / device while Disqualification driving a motor vehicle on a road - endorsable offence ', 1), (297, 41, '2025-05-05 11:31:57', 'UTC', '33JF0440525', ' NOVOGRECKIS, AUDRIUS LEIPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (298, 42, '2025-05-05 11:31:58', 'UTC', '46SJ1991524', ' VOITOV, Arturas KENPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (299, 42, '2025-05-05 11:31:58', 'UTC', '46SJ2060624', ' BAUMANIS, Robert KENPF Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Use a motor vehicle on a road / public place without third party insurance ', 1), (300, 42, '2025-05-05 11:31:58', 'UTC', '46SJ1530224', ' THORN, Graham CPS-SE Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (301, 42, '2025-05-05 11:31:58', 'UTC', '46SJ2040624', ' DOWN, Ian KENPF Trial Exceed 30 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (302, 42, '2025-05-05 11:31:58', 'UTC', '46SJ1953724', ' DJOUMA, Leyla CPS-SE Trial Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (303, 42, '2025-05-05 11:31:58', 'UTC', '46SJ1314724', ' MACKAY, Holly KENPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (304, 42, '2025-05-05 11:31:58', 'UTC', '46TS1004425', ' MZIOU, Yousef KENPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (305, 43, '2025-05-05 11:31:58', 'UTC', '31CF0478424', ' CPS-EM First hearing Engage in sexual communication with a child Possess a controlled drug of Class B - Cannabis / Cannabis Resin Press/Publication restrictions apply to this case ', 0), (306, 43, '2025-05-05 11:31:58', 'UTC', '31CF0448825', ' ZLATE, NICOLA-ARITON CPS-EM First hearing Drive whilst disqualified Fail to give information relating to the identification of the driver / rider of a vehicle when required Use a motor vehicle on a road / public place without third party insurance Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 1), (307, 43, '2025-05-05 11:31:58', 'UTC', '31CF0295824', ' BUXTON, Jack CPS-EM First hearing Burglary dwelling and theft - no violence ', 0), (308, 43, '2025-05-05 11:31:58', 'UTC', '31CF0437425', ' BANFORD, JACK CPS-EM First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Fail to give information relating to the identification of the driver / rider of a vehicle when required Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 1), (309, 43, '2025-05-05 11:31:58', 'UTC', '31CF1649524', ' CPS-EM First hearing Sexual assault on a female Attempt sexual assault on a female - SOA 2003 Press/Publication restrictions apply to this case ', 0), (310, 43, '2025-05-05 11:31:58', 'UTC', '31CF1183224', ' HEATHERINGTON, BRIAN NOTTPF First hearing Owner / person in charge of dog dangerously out of control causing injury ', 0), (311, 43, '2025-05-05 11:31:58', 'UTC', '31CF1765022', ' ROWLEY, KAYNE CPS-EM First hearing Section 18 - grievous bodily harm with intent ', 0), (312, 44, '2025-05-05 11:31:58', 'UTC', '46ZY1329125', ' FARLEY , MATTHEW KENPF Sentence Harassment without violence ', 0), (313, 44, '2025-05-05 11:31:58', 'UTC', '46XY1326425', ' SHEEHAN, Lewis CPS-SE Sentence Criminal damage to property valued under £5000 Racially / religiously aggravated fear / provocation of violence by words / writing Racially / religiously aggravated fear / provocation of violence by words / writing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (314, 44, '2025-05-05 11:31:58', 'UTC', '46ZY1055525', ' CUSHING, Charlie CPS-SE Hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (315, 44, '2025-05-05 11:31:58', 'UTC', '46ZY1000425', ' CUSHING, Charlie CPS-SE Mention Common assault of an emergency worker Assault by beating of an emergency worker ', 0), (316, 44, '2025-05-05 11:31:58', 'UTC', '46XY1962824', ' DAVIS, Daryl CPS-SE Plea Possess / have custody of a fighting dog ', 0), (317, 44, '2025-05-05 11:31:58', 'UTC', '46ZY1364925', ' MIRZAI, Ali CPS-SE Mention Theft from a shop Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (318, 44, '2025-05-05 11:31:58', 'UTC', '46XY1320525', ' OPENSHAW, Connor CPS-SE Hearing Assault a person thereby occasioning them actual bodily harm Racially / religiously aggravated harassment / alarm / distress by words / writing Theft from a shop ', 0), (319, 45, '2025-05-05 11:31:58', 'UTC', '34NA0829024', ' HAYAT, MUHAMMAD CPS-EM Trial ', 0), (320, 45, '2025-05-05 11:31:58', 'UTC', '34NA0259725', ' PETTS, DEAN CPS-EM Trial ', 0), (321, 45, '2025-05-05 11:31:58', 'UTC', '47WS0965324', ' ALI, SHARUK CPS-SE Trial ', 0), (322, 45, '2025-05-05 11:31:58', 'UTC', '34NA0291425', ' ATHERTON, SARAH CPS-EM Mention ', 0), (323, 45, '2025-05-05 11:31:58', 'UTC', '34NA0942224', ' O'DONOVAN, THOMAS CPS-EM Sentence ', 0), (324, 45, '2025-05-05 11:31:58', 'UTC', '34NA0657624', ' O'DONOVAN, THOMAS CPS-EM Sentence ', 0), (325, 45, '2025-05-05 11:31:59', 'UTC', '34NA0178725', ' HARRISON, BRODIE CPS-EM Sentence ', 0), (326, 45, '2025-05-05 11:31:59', 'UTC', '34NA0285025', ' MOSDELL, COLIN CPS-EM Mention ', 0), (327, 45, '2025-05-05 11:31:59', 'UTC', '34NA0119525', ' THORNHILL, COLTON CPS-EM Sentence ', 0), (328, 45, '2025-05-05 11:31:59', 'UTC', '34NA0249625', ' HEFFERMAN, SHAUN CPS-EM Mention - All Parties to Attend ', 0), (329, 45, '2025-05-05 11:31:59', 'UTC', '34NA0265225', ' FINDIKU, SADIAN CPS-EM First hearing ', 0), (330, 45, '2025-05-05 11:31:59', 'UTC', '34NA1133724', ' BOWS, NICHOLAS CPS-EM Plea ', 0), (331, 48, '2025-05-05 11:31:59', 'UTC', '50EL0351024', ' FITCHETT, KIRSTY Plymouth Review Magistrates' Court ', 0), (332, 48, '2025-05-05 11:31:59', 'UTC', '50TP1004724', ' HOSSEIN POUR, ALI CPS-SW Mention Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (333, 48, '2025-05-05 11:31:59', 'UTC', '50TP1004124', ' HOSSEIN POUR, ALI CPS-SW Mention Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (334, 48, '2025-05-05 11:31:59', 'UTC', '50TP1004224', ' HOSSEIN POUR, ALI CPS-SW Mention Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (335, 48, '2025-05-05 11:31:59', 'UTC', '50EL0364524', ' BROWN, STEPHAN Plymouth Review Magistrates' Court ', 0), (336, 48, '2025-05-05 11:31:59', 'UTC', '50EL0029225', ' O'GORMAN, RORY Plymouth Review Magistrates' Court ', 0), (337, 48, '2025-05-05 11:31:59', 'UTC', '50DE1005324', ' LUBBOCK, EDWARD CPS-SW Sentence Possess an offensive weapon in a public place Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Stalking involving serious alarm / distress ', 0), (338, 48, '2025-05-05 11:31:59', 'UTC', '50EL0347424', ' SHOREMAN, JACQUI Plymouth Review Magistrates' Court ', 0), (339, 48, '2025-05-05 11:31:59', 'UTC', '50EL0130725', ' WAKEFIELD, GIGA CPS-SW First hearing ', 0), (340, 49, '2025-05-05 11:32:00', 'UTC', '44PC0182625', ' NEVILLE, SIMON CPS-WX Sentence Harassment - breach of a restraining order on conviction ', 0), (341, 49, '2025-05-05 11:32:00', 'UTC', '44PC1119824', ' MILLER, DANIEL CPS-WX Mention Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (342, 49, '2025-05-05 11:32:00', 'UTC', '44PC0703623', ' HASPEPA, INDRIT CPS-WX Plea Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (343, 49, '2025-05-05 11:32:00', 'UTC', '44PC0180525', ' EVANS, DANNY CPS-WX Sentence Theft from a shop ', 0), (344, 49, '2025-05-05 11:32:00', 'UTC', '44PC0096025', ' EVANS, DANNY CPS-WX First hearing Theft from a shop Theft from a shop ', 0), (345, 49, '2025-05-05 11:32:00', 'UTC', '44PC0807524', ' DRZYCIMSKI, JACEK CPS-WX Bail Variation Assault by beating Application Assault by beating ', 0), (346, 50, '2025-05-05 11:32:00', 'UTC', '04ZL1564525', ' COLECOZY, Leroy CPS-NW Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (347, 50, '2025-05-05 11:32:00', 'UTC', '04ZL2013525', ' COLECOZY, Leroy CPS-NW Sentence Theft from a shop ', 0), (348, 50, '2025-05-05 11:32:00', 'UTC', '04ZL1982425', ' BRESLIN, Darren CPS-NW Further Case Assault by beating Management ', 0), (349, 50, '2025-05-05 11:32:00', 'UTC', '04ZL1687825', ' MOLYNEUX, John CPS-NW Mention Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (350, 50, '2025-05-05 11:32:00', 'UTC', '06FF0070225', ' BIRCH, ANTHONY CPS-NW Bail Variation Assault by beating Application ', 0), (351, 50, '2025-05-05 11:32:00', 'UTC', '04ZL1859325', ' SINGH, Malkit CPS-NW Bail Variation Breach a non-molestation order - Family Law Act Application 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Stalking without fear / alarm / distress ', 0), (352, 51, '2025-05-05 11:32:00', 'UTC', '43SW0014425', ' Courtroom 06 10:00 ', 0), (353, 51, '2025-05-05 11:32:00', 'UTC', '43SW0261325', ' Courtroom 04 10:00 ', 0), (354, 51, '2025-05-05 11:32:00', 'UTC', '43SW0263325', ' Courtroom 04 10:00 ', 0), (355, 51, '2025-05-05 11:32:00', 'UTC', '43SW0400124', ' Courtroom 01 10:00 ', 0), (356, 51, '2025-05-05 11:32:00', 'UTC', '43SW0057325', ' Courtroom 05 10:00 ', 0), (357, 51, '2025-05-05 11:32:00', 'UTC', '43SW0201025', ' Courtroom 01 10:00 ', 0), (358, 51, '2025-05-05 11:32:00', 'UTC', '43SW0035125', ' Courtroom 01 10:00 ', 0), (359, 51, '2025-05-05 11:32:00', 'UTC', '43SW0805424', ' Courtroom 01 14:00 ', 0), (360, 51, '2025-05-05 11:32:00', 'UTC', '43SW0256225', ' Courtroom 04 10:00 ', 0), (361, 51, '2025-05-05 11:32:00', 'UTC', '43SW0266425', ' Courtroom 04 11:00 ', 0), (362, 51, '2025-05-05 11:32:00', 'UTC', '43SW0117525', ' Courtroom 04 10:00 ', 0), (363, 52, '2025-05-05 11:32:00', 'UTC', '54ED0721524', ' LEWIS, RICHARD CPS-WX First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle on a road after refusal of grant / revocation of driving licence on account of disability Use a motor vehicle on a road / public place without third party insurance ', 1), (364, 52, '2025-05-05 11:32:00', 'UTC', '54ES0010225', ' SEDGWICK, GARETH CPS-WX First hearing Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident ', 1), (365, 52, '2025-05-05 11:32:00', 'UTC', '54ES0086725', ' HILL, FAYE CPS-WX First hearing Owner / person in charge of a dog dangerously out of control - no injury Allow a fighting dog to be in public place without muzzle or lead Possess / have custody of a fighting dog ', 0), (366, 52, '2025-05-05 11:32:00', 'UTC', '54ED0660424', ' BUNTER, DANIEL CPS-WX First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (367, 52, '2025-05-05 11:32:00', 'UTC', '54ED0681624', ' BELL, ZOE CPS-WX First hearing Theft from a shop ', 0), (368, 52, '2025-05-05 11:32:00', 'UTC', '54ES0504224', ' GALL, DANIEL WILSPF Application Application within criminal proceedings ', 0), (369, 52, '2025-05-05 11:32:00', 'UTC', '54ED0054125', ' GRAY, TRACY CPS-WX First hearing Remain on / enter premises in contravention of a closure order - nuisance / disorder ', 0), (370, 52, '2025-05-05 11:32:00', 'UTC', '54ED0114025', ' WYNTER, JASON CPS-WX First hearing ', 0), (371, 53, '2025-05-05 11:32:01', 'UTC', '05A20052624', ' CLEMENT, MARIA CPS-MC Sentence Obstruct / resist a constable in execution of duty Fail to provide specimen - person in charge of vehicle ', 1), (372, 53, '2025-05-05 11:32:01', 'UTC', '05C30127324', ' FENLON, STEPHEN CPS-MC Trial Harassment - breach of a restraining order on conviction ', 0), (373, 53, '2025-05-05 11:32:01', 'UTC', '05B40064124', ' PINCH, HELEN CPS-MC Application Harassment without violence Racially / religiously aggravated harassment without violence Harassment without violence ', 0), (374, 53, '2025-05-05 11:32:01', 'UTC', '05B20132224', ' FARRINGTON, LYNNE CPS-MC Trial Drive motor vehicle when alcohol level above limit ', 1), (375, 53, '2025-05-05 11:32:01', 'UTC', '05D10132324', ' HAYES, JAMIE CPS-MC Trial Possess an offensive weapon in a public place ', 0), (376, 53, '2025-05-05 11:32:01', 'UTC', '05NT0018824', ' BATE, LIAM CPS-MC Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (377, 53, '2025-05-05 11:32:01', 'UTC', '05C10125024', ' KNOX, JODIE CPS-MC Trial Theft from a shop ', 0), (378, 54, '2025-05-05 11:32:01', 'UTC', '46YY1311224', ' TREE, Reece CPS-SE Sentence Theft of motor vehicle ', 1), (379, 54, '2025-05-05 11:32:01', 'UTC', '46YY1007325', ' TREE, Reece CPS-SE Sentence Theft - other - including theft by finding Fraud by false representation - Fraud Act 2006 Criminal damage to property valued under £5000 ', 0), (380, 54, '2025-05-05 11:32:01', 'UTC', '46TS1037324', ' TREE, Reece CPS-SE Sentence Drive whilst disqualified Breach criminal behaviour order Use a motor vehicle on a road / public place without third party insurance ', 1), (381, 54, '2025-05-05 11:32:01', 'UTC', '46YY1003125', ' TREE, Reece CPS-SE Sentence Theft from the person of another ', 0), (382, 54, '2025-05-05 11:32:01', 'UTC', '46XY1075525', ' MITCHELL, Alfie CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (383, 54, '2025-05-05 11:32:01', 'UTC', '46XY1813524', ' MAGEZI, Harry CPS-SE First hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (384, 54, '2025-05-05 11:32:01', 'UTC', '46YY1015525', ' BRISTOW, Hywel CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (385, 55, '2025-05-05 11:32:01', 'UTC', '14XC1164424', ' JONES, Nathan CPS-YH Trial Assault by beating Common assault ', 0), (386, 55, '2025-05-05 11:32:01', 'UTC', '14XS1078525', ' SONGA, Watulasubi CPS-YH Sentence Drunk and disorderly in a public place ', 0), (387, 55, '2025-05-05 11:32:01', 'UTC', '14XS1325924', ' SONGA, Watulasubi CPS-YH Sentence Drunk and disorderly in a public place ', 0), (388, 55, '2025-05-05 11:32:01', 'UTC', '14XS1012825', ' SONGA, Watulasubi CPS-YH Mention Criminal damage to property valued under £5000 ', 0), (389, 55, '2025-05-05 11:32:01', 'UTC', '14XS1096824', ' SONGA, Watulasubi CPS-YH Trial Threat to damage / destroy property Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating Fail to surrender to police / court bail at the appointed time ', 0), (390, 55, '2025-05-05 11:32:01', 'UTC', '14XQ1121724', ' CLARKE, Peter CPS-YH Trial Assault by beating ', 0), (391, 55, '2025-05-05 11:32:01', 'UTC', '14XC1029325', ' SIBBRING-VAUSE, Demi CPS-YH Further Case Common assault of an emergency worker Management Assault by beating of an emergency worker Common assault of an emergency worker ', 0), (392, 57, '2025-05-05 11:32:02', 'UTC', '45RB0925424', ' GREENWOOD, STACEY CPS-SE Mention & Fix Fail to provide specimen for analysis - vehicle driver ', 1), (393, 57, '2025-05-05 11:32:02', 'UTC', '45WK0273623', ' CHIMBIMA, BRIAN CPS-SE Trial (Part Fail to provide specimen - person in charge of Heard) vehicle ', 1), (394, 57, '2025-05-05 11:32:02', 'UTC', '45TD0502225', ' MCDONALD, CHRISTOPHER CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (395, 57, '2025-05-05 11:32:02', 'UTC', '45GD0482225', ' TESTER, ANDREW CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (396, 57, '2025-05-05 11:32:02', 'UTC', '45SH1424824', ' DAVEY, STEVEN CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (397, 57, '2025-05-05 11:32:02', 'UTC', '45WK1661224', ' ELLIS, PAUL CPS-SE Plea Theft from a shop ', 0), (398, 57, '2025-05-05 11:32:02', 'UTC', '45GD1469324', ' GOWING, SOPHIE CPS-SE First hearing Drive motor vehicle with a proportion of a specified ', 1), (399, 57, '2025-05-05 11:32:02', 'UTC', '45EP1589224', ' LEWIS, DAVID CPS-SE Further Case Assault by beating Management ', 0), (400, 57, '2025-05-05 11:32:02', 'UTC', '45MV0358325', ' THOMPSON, JOHN CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (401, 57, '2025-05-05 11:32:02', 'UTC', '45SL0470125', ' ELSDEN, SAM CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (402, 57, '2025-05-05 11:32:02', 'UTC', '45MV1734124', ' JOURHOUMI BOUKDIR, ANASS CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (403, 57, '2025-05-05 11:32:02', 'UTC', '93JD1080024', ' WOLFE, JAMIE CPS-SE Plea Common assault ', 0), (404, 57, '2025-05-05 11:32:02', 'UTC', '45GD1061424', ' JONES, NICOLA SURRPF First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (405, 57, '2025-05-05 11:32:02', 'UTC', '01QK1056525', ' PARKER, David CPS-LN First hearing Assault by beating ROBERTS, Clive Assault by beating ', 0), (406, 57, '2025-05-05 11:32:02', 'UTC', '45RB0536324', ' LATIMER-KAYSER, SHAUN CPS-SE Plea Assault by beating of an emergency worker Assault a person thereby occasioning them actual bodily harm ', 0), (407, 57, '2025-05-05 11:32:02', 'UTC', '45RM1127624', ' MARCIENTE, LEONARDO CPS-SE First hearing ', 0), (408, 58, '2025-05-05 11:32:02', 'UTC', '41B22062924', ' FORD, Stephen CPS-TCBH Trial Assault by beating ', 0), (409, 58, '2025-05-05 11:32:02', 'UTC', '41B21980724', ' BUTLER, Daniel CPS-TCBH Trial Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (410, 58, '2025-05-05 11:32:02', 'UTC', '41B21311525', ' SCHOFIELD, Mitchell CPS-TCBH Trial Theft of pedal cycle Theft of pedal cycle Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft of pedal cycle Theft of pedal cycle Theft of pedal cycle Theft of pedal cycle Burglary dwelling - with intent to steal Theft of pedal cycle ', 0), (411, 58, '2025-05-05 11:32:02', 'UTC', '41CT1053325', ' MOHAMMED, Abdul HERTPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (412, 58, '2025-05-05 11:32:02', 'UTC', '41CT1483624', ' ISLAM, Nuraz HERTPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (413, 59, '2025-05-05 11:32:03', 'UTC', '06JJ0295724', ' FLANAGAN, WAYNE CPS-NW Plea Theft from a shop Theft from a shop Theft from a shop ', 0), (414, 59, '2025-05-05 11:32:03', 'UTC', '06JJ0056525', ' KOUKAL, Jan CPS-NW Sentence Theft from a shop Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Going equipped for theft - not motor vehicle ', 1), (415, 59, '2025-05-05 11:32:03', 'UTC', '06A10003325', ' DOHERTY, CHARLIE CPS-NW Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (416, 59, '2025-05-05 11:32:03', 'UTC', '30DI2047024', ' COTTON, Stephen CPS-EM Mention Harassment - breach of a restraining order on conviction ', 0), (417, 59, '2025-05-05 11:32:03', 'UTC', '06GG0332224', ' COTTON, Steven CPS-NW Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (418, 59, '2025-05-05 11:32:03', 'UTC', '06A20159625', ' STACHURSKI, ARTUR CPS-NW Sentence Assault by beating ', 0), (419, 59, '2025-05-05 11:32:03', 'UTC', '06GG0194325', ' MILLER, Dominic CPS-NW Plea Theft from a shop Theft from a shop ', 0), (420, 60, '2025-05-05 11:32:03', 'UTC', '54DD0166324', ' DAVIS, LIAM CPS-WX Trial Send letter / communication / article conveying indecent / offensive message Assault by beating ', 0), (421, 60, '2025-05-05 11:32:03', 'UTC', '54DD0005025', ' DAVIS, LIAM CPS-WX Sentence Breach a non-molestation order - Family Law Act 1996 ', 0), (422, 60, '2025-05-05 11:32:03', 'UTC', '54DD0457024', ' DAVIS, LIAM WILSPF Sentence Breach a non-molestation order - Family Law Act 1996 ', 0), (423, 60, '2025-05-05 11:32:03', 'UTC', '54DD0482124', ' DAVIS, LIAM CPS-WX Sentence Breach a non-molestation order - Family Law Act 1996 ', 0), (424, 60, '2025-05-05 11:32:03', 'UTC', '54DD0141425', ' LYNCH, JOHN WILSPF Trial Supply a controlled drug of Class C - Other Possess a class C controlled drug Possess with intent to supply a controlled drug of Class C - Other Supply a controlled drug of Class C - Other ', 0), (425, 60, '2025-05-05 11:32:03', 'UTC', '54DD0159825', ' MYRTOZAI, FLORIAN CPS-WX Sentence Assault by beating Press/Publication restrictions apply to this case ', 0), (426, 60, '2025-05-05 11:32:03', 'UTC', '54ED0178224', ' BISH, LISA CPS-WX Sentence Drive a motor vehicle dangerously Assault by beating ', 1), (427, 61, '2025-05-05 11:32:03', 'UTC', '17NS1606023', ' EELES, MATTHEW CPS-NECD Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (428, 61, '2025-05-05 11:32:03', 'UTC', '17NH1820124', ' WHEATLEY, GLENN CPS-NECD Trial Fail to provide specimen for analysis - vehicle driver ', 1), (429, 61, '2025-05-05 11:32:03', 'UTC', '17SR1991524', ' JUDSON, MARLON CPS-NECD Trial Possess a controlled drug of Class A - Cocaine Theft from a shop Theft from a shop Theft from a shop ', 0), (430, 61, '2025-05-05 11:32:03', 'UTC', '17SM1171223', ' GOUGH, EWAN CPS-NECD First hearing Assault a female 13 and over by penetration with part of body / a thing - SOA 2003 Intentional strangulation Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm Press/Publication restrictions apply to this case ', 0), (431, 61, '2025-05-05 11:32:03', 'UTC', '17SM1607824', ' KAYYOOM, SIYAM CPS-NECD First hearing Criminal damage to property valued under £5000 Assault by beating ', 0), (432, 61, '2025-05-05 11:32:03', 'UTC', '17SR1392524', ' LEECH, RIKKI CLEVPF First hearing Threat to damage / destroy property Threat to damage / destroy property ', 0), (433, 62, '2025-05-05 11:32:04', 'UTC', '22GA1043123', ' NGABA, Sarah CPS-WM First hearing Murder - victim one year of age or older ', 0), (434, 62, '2025-05-05 11:32:04', 'UTC', '22GA1367424', ' HANKS, Jonathan CPS-WM First hearing Theft of pedal cycle ', 0), (435, 62, '2025-05-05 11:32:04', 'UTC', '22GA1016525', ' HANKS, Francesca CPS-WM First hearing Racially / religiously aggravated common assault / beating Theft from a shop EVANS, Lauren Theft from a shop ', 0), (436, 62, '2025-05-05 11:32:04', 'UTC', '22FA1009725', ' RATCLIFFE, Charles CPS-WM First hearing Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (437, 63, '2025-05-05 11:32:04', 'UTC', '50AC0080025', ' CHANDLER, GEORGE CPS-SW Sentence Obstruct / resist a constable in execution of duty ', 0), (438, 63, '2025-05-05 11:32:04', 'UTC', '50AC0448523', ' STEWART, TAMIKA CPS-SW Sentence Burglary other than dwelling - theft ', 0), (439, 63, '2025-05-05 11:32:04', 'UTC', '50AC0478124', ' CORK, MELANIE CPS-SW Sentence Assault by beating Press/Publication restrictions apply to this case ', 0), (440, 63, '2025-05-05 11:32:04', 'UTC', '93JD1472920', ' BARNETT, JASON CPS-WM Mention Possess with intent to supply a controlled drug of Class A - Heroin ', 0), (441, 64, '2025-05-05 11:32:04', 'UTC', '20WS1125625', ' ALDRIDGE, Ashley CPS-WM Trial Assault by beating Engage in controlling / coercive behaviour in an intimate / family relationship Assault by beating ', 0), (442, 64, '2025-05-05 11:32:04', 'UTC', '20WS1122525', ' HAYWARD, Adam CPS-WM Trial Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (443, 64, '2025-05-05 11:32:04', 'UTC', '21SL0401525', ' HAYWARD, ADAM CPS-WM Trial Theft from a shop Fail to surrender to police / court bail at the appointed time Fail to answer to court / police bail as soon as practicable Theft from a shop Theft from a shop ', 0), (444, 64, '2025-05-05 11:32:04', 'UTC', '93JD1438224', ' ADEBAYO, JOAN CPS-WM Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Common assault ', 0), (445, 64, '2025-05-05 11:32:04', 'UTC', '20WV1349924', ' SHAKESPEARE, Clifford WMIDPF Part Heard Theft - other - including theft by finding ', 0), (446, 64, '2025-05-05 11:32:04', 'UTC', '20WV1345224', ' Shakespeare, Clifford CPS-WM Part Heard Theft from the person of another ', 0), (447, 65, '2025-05-05 11:32:05', 'UTC', '07NZ0263925', ' YEATES, CHESTER CPS-MC Sentence Breach sexual harm prevention order Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (448, 65, '2025-05-05 11:32:05', 'UTC', '07NZ0089025', ' HENDERSON, DANIEL CPS-MC Sentence Possess an offensive weapon in a public place Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (449, 65, '2025-05-05 11:32:05', 'UTC', '07NZ0382025', ' KNOX, BETHANY CPS-MC Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (450, 65, '2025-05-05 11:32:05', 'UTC', '07NZ0176625', ' LIVESLEY, CALLUM CPS-MC Plea Theft from a shop ', 0), (451, 65, '2025-05-05 11:32:05', 'UTC', '07EZ1693324', ' HASHAM, IMRAN CPS-MC Mention Fail to provide specimen for analysis - vehicle driver ', 1), (452, 65, '2025-05-05 11:32:05', 'UTC', '07NZ1330724', ' WILLIAMSON, KENNETH CPS-MC Sentence Racially / religiously aggravated criminal damage Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (453, 67, '2025-05-05 11:32:05', 'UTC', '63FH0001725', ' DAVIES, DANIEL PETER DYPPF Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance ', 1), (454, 67, '2025-05-05 11:32:05', 'UTC', '63DP0026025', ' ABBOTT, CALLUM CPS-CYSW Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (455, 67, '2025-05-05 11:32:05', 'UTC', '63DP0029425', ' EVANS, JAMES DYPPF First hearing Theft from a shop ', 0), (456, 67, '2025-05-05 11:32:05', 'UTC', '93JD0105525', ' ZURBA, ANATOLIJS BTP First hearing Cause obstruction of an engine / carriage using the railway by act / omission / neglect ', 0), (457, 67, '2025-05-05 11:32:05', 'UTC', '63DP0104924', ' BRINDLEY, BENJAMIN Appeal ', 0), (458, 68, '2025-05-05 11:32:05', 'UTC', '01BS1034725', ' DEMIRI, Altin CPS-LS Sentence Theft from a shop ', 0), (459, 68, '2025-05-05 11:32:05', 'UTC', '01TX1102525', ' KEARNS, William CPS-LN Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class B - Amphetamine Threaten a person with a blade / sharply pointed article in a public place ', 0), (460, 68, '2025-05-05 11:32:05', 'UTC', '01CW1114425', ' TOMA, Andre CPS-LS Plea Possess a controlled drug of Class A - Cocaine Handle stolen goods Fail to surrender to police / court bail at the appointed time ', 0), (461, 68, '2025-05-05 11:32:05', 'UTC', '01CW1196925', ' ARIAS, Kevin CPS-LS Sentence Racially / religiously aggravated common assault / beating Assault by beating of an emergency worker Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Racially / religiously aggravated harassment / alarm / distress by words / writing Act of outraging public decency - common law ', 0), (462, 68, '2025-05-05 11:32:05', 'UTC', '93JD0464725', ' BOOTH, LEE CPS-WM Sentence Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (463, 68, '2025-05-05 11:32:05', 'UTC', '01CW1018425', ' TOMA, Albert CPS-LS Plea Attempt common assault of an emergency worker Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (464, 69, '2025-05-05 11:32:06', 'UTC', '01WW1092325', ' HABIB, Kaman CPS-LS Sentence Attempt theft from the person of another ', 0), (465, 69, '2025-05-05 11:32:06', 'UTC', '01VK1056225', ' MILES, John CPS-LS Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Possess an offensive weapon in a public place Theft from a shop Threaten a person with an offensive weapon in a public place ', 0), (466, 69, '2025-05-05 11:32:06', 'UTC', '01JI1323424', ' HABIB, Kamal CPS-LN Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive on a road a motor vehicle whilst not wearing a seat belt ', 1), (467, 69, '2025-05-05 11:32:06', 'UTC', '01KF1018824', ' HABIB, Kamal CPS-LN Sentence Theft - other - including theft by finding ', 0), (468, 69, '2025-05-05 11:32:06', 'UTC', '01VK1034825', ' CHIDUEME, Brian CPS-LS Sentence Criminal damage to property valued under £5000 Cause without reasonable excuse on NHS premises a nuisance / disturbance Assault by beating of an emergency worker ', 0), (469, 69, '2025-05-05 11:32:06', 'UTC', '01WW1131925', ' CARR, Damon CPS-LS Trial Harassment - breach of a restraining order on conviction Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating ', 0), (470, 70, '2025-05-05 11:32:06', 'UTC', '20WS1619724', ' LEMM, Craig CPS-WM Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (471, 71, '2025-05-05 11:32:06', 'UTC', '47WW0181324', ' WOLFE-ENGLAND, THEO CPS-SE Sentence Theft from a shop ', 0), (472, 71, '2025-05-05 11:32:06', 'UTC', '47NC4087623', ' WOLFE-ENGLAND, THEO CPS-SE Sentence Vehicle interference - motor vehicle ', 1), (473, 71, '2025-05-05 11:32:06', 'UTC', '47WW0710925', ' WOLFE-ENGLAND, THEO CPS-SE Sentence Theft from a shop Theft from a shop Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Theft from a shop Theft from a shop Theft from a shop Burglary other than dwelling - theft Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (474, 71, '2025-05-05 11:32:06', 'UTC', '47NC0863625', ' WOLFE-ENGLAND, THEO CPS-SE Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (475, 71, '2025-05-05 11:32:06', 'UTC', '47WW1169324', ' AMBROSE, KATE CPS-SE Trial Breach a non-molestation order - Family Law Act 1996 Press/Publication restrictions apply to this case ', 0), (476, 71, '2025-05-05 11:32:06', 'UTC', '47WC1750924', ' WEST, MARCUS CPS-SE Trial Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (477, 71, '2025-05-05 11:32:06', 'UTC', '47WC0706225', ' POPOV, VOLODIMIR CPS-SE Plea Fail to provide specimen for analysis - vehicle driver ', 1), (478, 71, '2025-05-05 11:32:06', 'UTC', '47WC0874225', ' COLE, ARRAN CPS-SE First hearing Theft from a shop ', 0), (479, 71, '2025-05-05 11:32:06', 'UTC', '47WC0890725', ' FENTON, MICHAEL CPS-SE First hearing Individual fail to comply with a community protection notice ', 0), (480, 71, '2025-05-05 11:32:06', 'UTC', '47WW0882225', ' DEAR, HELEN CPS-SE First hearing Common assault of an emergency worker Obstruct / resist a constable in execution of duty Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (481, 71, '2025-05-05 11:32:06', 'UTC', '47WW0676825', ' FRASER, GRANT CPS-SE First hearing Obstruct / resist a constable in execution of duty Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Criminal damage to property valued under £5000 ', 0), (482, 71, '2025-05-05 11:32:06', 'UTC', '47WS0246725', ' ONEILL-WATERFALL, BRIAN CPS-SE First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (483, 72, '2025-05-05 11:32:07', 'UTC', '60EW0445325', ' ROWLANDS, LYNSEY CPS-CYN Sentence Breach a non-molestation order - Family Law Act 1996 ', 0), (484, 72, '2025-05-05 11:32:07', 'UTC', '60EW1526523', ' HARPER, MERCEDES CPS-CYN Sentence Stalking involving fear of violence Fail to surrender to police / court bail at the appointed time ', 0), (485, 72, '2025-05-05 11:32:07', 'UTC', '60EW0534925', ' ROBERTS, SHAUN CPS-CYN Plea Theft from a shop Possess an offensive weapon in a public place ', 0), (486, 72, '2025-05-05 11:32:07', 'UTC', '60EW0583225', ' ROBERTS, SHAUN CPS-CYN Plea Theft from a shop ', 0), (487, 72, '2025-05-05 11:32:07', 'UTC', '93JD0330225', ' ROBERTS, SHAUN CPS-WM Plea Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (488, 73, '2025-05-05 11:32:07', 'UTC', '52SF0014525', ' KARAMANOGLU, DENIZ CPS-SW Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (489, 73, '2025-05-05 11:32:07', 'UTC', '52SF0123824', ' HAWORTH, IAN CPS-SW Sentence Drive motor vehicle when alcohol level above limit ', 1), (490, 73, '2025-05-05 11:32:07', 'UTC', '52SF0003024', ' TRACEY, JAKE CPS-SW Sentence Stalking without fear / alarm / distress ', 0), (491, 73, '2025-05-05 11:32:07', 'UTC', '52SF0192924', ' SMITH, LORNA CPS-SW Sentence Assault by beating of an emergency worker Common assault of an emergency worker ', 0), (492, 73, '2025-05-05 11:32:07', 'UTC', '52SF0073524', ' VAUGHAN, DANIEL Yeovil Hearing Magistrates' Court ', 0), (493, 73, '2025-05-05 11:32:07', 'UTC', '52SF0173123', ' PORRITT, MILEY CPS-SW Plea Racially / religiously aggravated fear / provocation of violence by words / writing ', 0), (494, 73, '2025-05-05 11:32:07', 'UTC', '52SF0045625', ' DAVIES, GEMMA CPS-SW Plea In charge of motor vehicle - alcohol level above limit ', 1), (495, 73, '2025-05-05 11:32:07', 'UTC', '52SF0110624', ' HEAL, ALAN AVSPF First hearing Wound / inflict grievous bodily harm without intent ', 0), (496, 73, '2025-05-05 11:32:07', 'UTC', '52SF0090424', ' VAUGHAN, DANIEL Yeovil Hearing Magistrates' ', 0), (497, 74, '2025-05-05 11:32:07', 'UTC', '12NY0133525', ' CRAWSHAW, JOANNE CPS-YH Trial Drive motor vehicle when alcohol level above limit ', 1), (498, 74, '2025-05-05 11:32:07', 'UTC', '12NY0293825', ' LANGTON, CALLUM CPS-YH Trial Assault a person thereby occasioning them actual bodily harm Press/Publication restrictions apply to this case ', 0), (499, 74, '2025-05-05 11:32:07', 'UTC', '12NY1366224', ' HAVERCROFT, ALEX CPS-YH Further Case Assault by beating Management Assault by beating Assault by beating ', 0), (500, 74, '2025-05-05 11:32:07', 'UTC', '12NY0684724', ' PANNELL, LINDSAY CPS-YH Trial Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 ', 0), (501, 74, '2025-05-05 11:32:07', 'UTC', '12NY1788224', ' WOODHEAD, DAVID CPS-YH Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (502, 74, '2025-05-05 11:32:07', 'UTC', '12NY1811124', ' BALLANGER, NATASHA CPS-YH Trial Threats to kill ', 0), (503, 1, '2025-05-05 11:36:19', 'UTC', '50DE0952724', ' FERGUSON, EMMA CPS-SW Sentence Fail to surrender to police / court bail at the appointed time Possess a controlled drug of Class A - Cocaine Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (504, 2, '2025-05-05 11:36:19', 'UTC', '42MR2551523', ' MCLEISH, Daniel CPS-EEE Trial Assault by beating Assault by beating ', 0), (505, 3, '2025-05-05 11:36:19', 'UTC', '44BB0161624', ' HUGHES, JAMIE CPS-WX First hearing ', 0), (506, 4, '2025-05-05 11:36:19', 'UTC', '52SY1345724', ' HEPWORTH, ADRIAN AVSPF Plea Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (507, 5, '2025-05-05 11:36:20', 'UTC', '16XP1982523', ' KAYA, RASIM CPS-YH Hearing Fail to provide specimen for analysis - vehicle driver ', 1), (508, 6, '2025-05-05 11:36:20', 'UTC', '01TK1090425', ' DHESI, Seetle Singh METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (509, 7, '2025-05-05 11:36:20', 'UTC', '20BW1572825', ' HENDERSON, Carl CPS-WM First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (510, 8, '2025-05-05 11:36:20', 'UTC', '04ZL1018624', ' ISHAQ, Younis CPS-NW Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (511, 9, '2025-05-05 11:36:21', 'UTC', '32D90211825', ' XAVIER, JOSEPH CPS-EM Mention Common assault Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (512, 10, '2025-05-05 11:36:21', 'UTC', '47CC3188523', ' CROSSAN, GARY CPS-SE Trial Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal Possess indecent photograph / pseudo- photograph of a child ', 0), (513, 11, '2025-05-05 11:36:21', 'UTC', '52SJ0186921', ' CLARK, BENJAMIN CPS-SW First hearing Press/Publication restrictions apply to this case ', 0), (514, 12, '2025-05-05 11:36:21', 'UTC', '01RP1242224', ' NAIM, Samra CPS-LS Mention Use a motor vehicle on a road / public place without third party insurance ', 1), (515, 13, '2025-05-05 11:36:22', 'UTC', '60WG0321125', ' JONES, CHRISTOPHER CPS-CYN First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (516, 14, '2025-05-05 11:36:22', 'UTC', '35NT2067324', ' CRACKNELL, Stuart CPS-EEEC Sentence Theft by employee ', 0), (517, 15, '2025-05-05 11:36:22', 'UTC', '21GS1413723', ' SEDDON, MATTHEW CPS-WM Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin Common assault of an emergency worker ', 0), (518, 16, '2025-05-05 11:36:22', 'UTC', '62CL0833924', ' MCCANN, BRIAN SWPF First hearing Theft of motor vehicle Theft from a motor vehicle Burglary dwelling and theft - no violence ', 1), (519, 17, '2025-05-05 11:36:22', 'UTC', '03NN0018825', ' WILDEY, Ross CPS-NW Trial Drive motor vehicle when alcohol level above limit ', 1), (520, 18, '2025-05-05 11:36:23', 'UTC', '42MR1615325', ' COTTON, Adrian CPS-EEE Sentence Drive motor vehicle when alcohol level above limit ', 1), (521, 19, '2025-05-05 11:36:23', 'UTC', '53AH0143523', ' JOHNSON, BAILEY CPS-SW Sentence Wound / inflict grievous bodily harm without intent ', 0), (522, 20, '2025-05-05 11:36:23', 'UTC', '30DI1941124', ' BEASTALL, DENNIS CPS-EM First hearing Breach of stalking order / interim stalking order ', 0), (523, 21, '2025-05-05 11:36:23', 'UTC', '23S51069825', ' HARRINGTON, Paul CPS-WM Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (524, 22, '2025-05-05 11:36:24', 'UTC', '47NC0883625', ' LEWIS, JOHN CPS-SE Sentence Drive motor vehicle when alcohol level above limit ', 1), (525, 23, '2025-05-05 11:36:24', 'UTC', '01MD1313824', ' GIBBONS, Matthew CPS-LS Sentence Criminal damage to property valued under £5000 ', 0), (526, 24, '2025-05-05 11:36:24', 'UTC', '14XA1365024', ' ATKINSON, Nathan CPS-YH Sentence Threaten to share photograph or film of person in intimate state ', 0), (527, 25, '2025-05-05 11:36:25', 'UTC', '20WS1495224', ' MUMTAZ, Furqan CPS-WM Trial Assault by beating ', 0), (528, 26, '2025-05-05 11:36:25', 'UTC', '46ZY1103525', ' ROOTS, Jamie CPS-SE First hearing Common assault of an emergency worker Possess a controlled drug of Class A - Cocaine ', 0), (529, 27, '2025-05-05 11:36:25', 'UTC', '16XL0272525', ' PIATT, BRADLEY CPS-YH Mention Engage in controlling / coercive behaviour in an intimate / family relationship Intentional strangulation ', 0), (530, 28, '2025-05-05 11:36:26', 'UTC', '45RB0459125', ' MONYEBUDI, KABELO SURRPF Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (531, 29, '2025-05-05 11:36:26', 'UTC', '47EE0515225', ' JARVIS, JESSE CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (532, 30, '2025-05-05 11:36:26', 'UTC', '63CH0054525', ' GATLEY, ANN CPS-CYSW Sentence Persistently make use of public communication network to cause annoyance / inconvenience / anxiety Assault by beating of an emergency worker ', 0), (533, 31, '2025-05-05 11:36:27', 'UTC', '22EA1082725', ' NEWTON, Aaron CPS-WM First hearing Common assault Criminal damage to property valued under £5000 ', 0), (534, 32, '2025-05-05 11:36:27', 'UTC', '47WS0073125', ' BENTLEY, DAVID SSXPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - automatic camera device ', 0), (535, 33, '2025-05-05 11:36:27', 'UTC', '35NT1438924', ' POPE, Matthew CPS-EEEC Sentence Threat to damage / destroy property Criminal damage to property valued under £5000 Assault by beating ', 0), (536, 34, '2025-05-05 11:36:27', 'UTC', '37CJ1482924', ' ', 0), (537, 35, '2025-05-05 11:36:28', 'UTC', '22DA1283324', ' ENRIGHT, Christopher CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess an imitation firearm in a public place - Firearms Act 1968 ', 0), (538, 36, '2025-05-05 11:36:28', 'UTC', '04ZL1913824', ' CAWLEY, Shiann CPS-NW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (539, 37, '2025-05-05 11:36:28', 'UTC', '13LD0649724', ' ', 0), (540, 38, '2025-05-05 11:36:28', 'UTC', '33JJ0744825', ' DA ASSUNCAO BARROS CATARINO, LEIPF Mention HELDER Use violence to secure entry to premises ', 0), (541, 39, '2025-05-05 11:36:29', 'UTC', '60CD1519824', ' ELLIS, HARLEY CPS-CYN Trial Fail to provide specimen for analysis - vehicle driver ', 1), (542, 40, '2025-05-05 11:36:29', 'UTC', '63BA0028225', ' DUNNELL, ELLIOT CPS-CYSW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (543, 41, '2025-05-05 11:36:29', 'UTC', '33JA0351325', ' ANTWI, KWADWO LEIPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (544, 42, '2025-05-05 11:36:29', 'UTC', '46SJ2025524', ' SHELTON, Jake KENPF Trial Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (545, 43, '2025-05-05 11:36:30', 'UTC', '31CF1794824', ' CPS-EM First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (546, 44, '2025-05-05 11:36:30', 'UTC', '46ZY1161425', ' CARDWELL MCDONNA, Reece CPS-SE Plea Common assault of an emergency worker ', 0), (547, 45, '2025-05-05 11:36:30', 'UTC', '34NA0168625', ' MITCHELL, LEE CPS-EM Trial ', 0), (548, 46, '2025-05-05 11:36:31', 'UTC', '31CF1343724', ' MOORHOUSE, ROSS CPS-EM Mention - Harassment without violence Defendant to Attend ', 0), (549, 47, '2025-05-05 11:36:31', 'UTC', '35NT1258124', ' LENART, Krzysysztof CPS-EEEC Sentence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit ', 1), (550, 48, '2025-05-05 11:36:31', 'UTC', '50EL0059825', ' JONES, NATASHA Plymouth Review Magistrates' Court ', 0), (551, 49, '2025-05-05 11:36:31', 'UTC', '44PC0595524', ' JAMES, ZAC CPS-WX Sentence Assault by beating ', 0), (552, 50, '2025-05-05 11:36:32', 'UTC', '06KK0446024', ' HUGHES, Anthony Robert CPS-NW Hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (553, 51, '2025-05-05 11:36:32', 'UTC', '43SW0053225', ' Courtroom 01 10:00 ', 0), (554, 52, '2025-05-05 11:36:32', 'UTC', '54ED0086825', ' COXHEAD, DEAN CPS-WX First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (555, 53, '2025-05-05 11:36:32', 'UTC', '05C20104223', ' MEIGHAN, KELLY CPS-MC Trial Assault a person thereby occasioning them actual bodily harm ', 0), (556, 54, '2025-05-05 11:36:32', 'UTC', '46TS1039324', ' KALCHEV, Kostadin CPS-SE Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (557, 55, '2025-05-05 11:36:33', 'UTC', '14XS1360924', ' SINGH, Aquall CPS-YH Trial Assault by beating Assault by beating ', 0), (558, 56, '2025-05-05 11:36:33', 'UTC', '42MR3447624', ' TUDORACHE, Andre CPS-EEE Sentence Harassment without violence ', 0), (559, 57, '2025-05-05 11:36:33', 'UTC', '45SL0419525', ' BURSE, ADRIAN CPS-SE Trial Breach a non-molestation order - Family Law Act 1996 Press/Publication restrictions apply to this case ', 0), (560, 58, '2025-05-05 11:36:34', 'UTC', '41B21939424', ' KAZIM, Sami CPS-TCBH  Trial - no Wound / inflict grievous bodily harm without intent witnesses Assault by beating ', 0), (561, 59, '2025-05-05 11:36:34', 'UTC', '30HH0004124', ' BELLFIELD, Lisa CPS-EM Sentence Assault by beating ', 0), (562, 60, '2025-05-05 11:36:34', 'UTC', '54DD0537023', ' GRIEVES, JOSEPH CPS-WX Trial Assault a person thereby occasioning them actual bodily harm ', 0), (563, 61, '2025-05-05 11:36:35', 'UTC', '17NH1386124', ' CUTHBERT-SMITH, NEIL CPS-NECD Trial Theft from a motor vehicle Fraud by false representation - Fraud Act 2006 OSBOURNE, TONI Fraud by false representation - Fraud Act 2006 Theft from a motor vehicle ', 1), (564, 62, '2025-05-05 11:36:35', 'UTC', '22GA1041723', ' BISHOP, Lee WMEPF First hearing Offender 18 or over engage in non penetrative sexual activity with girl 13 to 15 - SOA 2003 Offender 18 or over engage in non penetrative sexual activity with girl 13 to 15 - SOA 2003 Offender 18 or over engage in penetrative sexual activity with a girl 13 to 15 - SOA 2003 Offender 18 or over engage in penetrative sexual activity with a girl 13 to 15 - SOA 2003 Offender 18 or over engage in penetrative sexual activity with a girl 13 to 15 - SOA 2003 Offender 18 or over engage in penetrative sexual activity with a girl 13 to 15 - SOA 2003 Offender 18 or over cause / incite a girl 13 to 15 to engage in sexual activity - no penetration - SOA 2003 Offender 18 or over cause / incite a girl 13 to 15 to engage in sexual activity - no penetration - SOA 2003 Cause / incite a girl 13 to 15 to engage in sexual activity - offender 18 or over - penetration Cause / incite a girl 13 to 15 to engage in sexual activity - offender 18 or over - penetration Engage in sexual communication with a c', 0), (565, 63, '2025-05-05 11:36:35', 'UTC', '50AC0025925', ' CHANDLER, GEORGE CPS-SW Sentence Drive whilst unfit through drink Common assault of an emergency worker Common assault of an emergency worker Common assault of an emergency worker ', 0), (566, 64, '2025-05-05 11:36:35', 'UTC', '93JD1528623', ' WHITELY, ADRIAN CPS-WM Mention Criminal damage to property valued under £5000 ', 0), (567, 65, '2025-05-05 11:36:36', 'UTC', '07NZ1876224', ' MCCANN, HAYLEY CPS-MC Sentence Fraud by false representation - Fraud Act 2006 Possess / have custody of a fighting dog Possess / have custody of a fighting dog ', 0), (568, 66, '2025-05-05 11:36:36', 'UTC', '34NA0013525', ' LOVERIDGE, AMY CPS-EM Trial ', 0), (569, 67, '2025-05-05 11:36:36', 'UTC', '63DP0100224', ' GALLIER, REUBEN CPS-CYSW Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 Sex offenders register - fail comply with notification requirements - SOA 2003 Press/Publication restrictions apply to this case ', 0), (570, 68, '2025-05-05 11:36:36', 'UTC', '01CW1506224', ' NIXON, Racheal CPS-LS Further Case Assault by beating Management ', 0), (571, 69, '2025-05-05 11:36:37', 'UTC', '01RP1048425', ' PHILLIPS, Desmond CPS-LS Trial Drive whilst disqualified ', 0), (572, 70, '2025-05-05 11:36:37', 'UTC', '20DY1513124', ' YOUNG, Daniel CPS-WM Sentence Drive a motor vehicle dangerously Use a motor vehicle on a road without a valid test certificate ', 1), (573, 71, '2025-05-05 11:36:37', 'UTC', '47WW1841324', ' WOLFE-ENGLAND, THEO CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (574, 72, '2025-05-05 11:36:38', 'UTC', '60EW1469624', ' WILLIAMS, JANESSA CPS-CYN Sentence Send letter / communication / article conveying indecent / offensive message Fail to surrender to police / court bail at the appointed time ', 0), (575, 73, '2025-05-05 11:36:38', 'UTC', '52SF0123424', ' SMITH, KALUP CPS-SW Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Theft from a shop ', 0), (576, 74, '2025-05-05 11:36:38', 'UTC', '12NY0958924', ' TILLER, BEN CPS-YH Trial Assault by beating ', 0), (577, 69, '2025-05-06 08:00:23', 'UTC', '01TX1372824', ' YUSUF, Ibrahim CPS-LN Trial Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (578, 69, '2025-05-06 08:00:23', 'UTC', '01VK1083925', ' MAHYOUB, Aadil CPS-LS Further Case Theft from a shop Management Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (579, 69, '2025-05-06 08:00:23', 'UTC', '01TW1011325', ' WRIGHT, Robin CPS-LS Plea Use a motor vehicle on a road / public place without third party insurance Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (580, 69, '2025-05-06 08:00:23', 'UTC', '01MP1118525', ' MARAJ, Rezart CPS-LN Bail Application Arrive in UK without a valid entry clearance ', 0), (581, 69, '2025-05-06 08:00:23', 'UTC', '01VK1067325', ' PHILLIPS, Brian CPS-LS Mention & Fix Criminal damage to property valued under £5000 Obstruct / resist a constable in execution of duty Assault by beating of an emergency worker ', 0), (582, 69, '2025-05-06 08:00:23', 'UTC', '01WW1140725', ' O'CARROLL, Christopher CPS-LS Sentence Burglary other than dwelling with intent to steal ', 0), (583, 2, '2025-05-07 08:00:07', 'UTC', '42MR1632625', ' SPALDING, Kane CPS-EEE Mention Common assault Criminal damage to property valued under £5000 ', 0), (584, 2, '2025-05-07 08:00:07', 'UTC', '42MR1526425', ' KENNEDY, Scott CPS-EEE Mention Stalking without fear / alarm / distress Criminal damage to property valued under £5000 Criminal damage to property - value over £5000 Attempt criminal damage to property valued under £5000 ', 0), (585, 2, '2025-05-07 08:00:07', 'UTC', '42MR1690925', ' LEER, Lisa CPS-EEE Mention Breach criminal behaviour order Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Common assault ', 0), (586, 2, '2025-05-07 08:00:07', 'UTC', '42MR2167624', ' GORE, Daniel CPS-EEE Sentence Cause to be sent by public communication network an offensive / indecent / obscene / menacing message / matter Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (587, 2, '2025-05-07 08:00:07', 'UTC', '42MR1679925', ' DERBYSHIRE, Paul CPS-EEE Mention Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Threats to kill Threats to kill ', 0), (588, 2, '2025-05-07 08:00:07', 'UTC', '42MR1627925', ' COURT, Zac CPS-EEE Mention Threat to damage / destroy property Stalking without fear / alarm / distress ', 0), (589, 2, '2025-05-07 08:00:07', 'UTC', '42MR1514225', ' COURT, Zac CPS-EEE Mention Criminal damage to property valued under £5000 Common assault ', 0), (590, 2, '2025-05-07 08:00:07', 'UTC', '42MR2313624', ' CLARIDGE, Christopher CPS-EEE Mention Assault by beating of an emergency worker ', 0), (591, 3, '2025-05-07 08:00:08', 'UTC', '44BB0199925', ' CULLEN, JACK CPS-WX Sentence ', 0), (592, 3, '2025-05-07 08:00:08', 'UTC', '44BB0661224', ' COOK, PAUL Basingstoke Review Magistrates' Court ', 0), (593, 3, '2025-05-07 08:00:08', 'UTC', '45GD0973424', ' PERRY, JOHN Basingstoke Review Magistrates' Court ', 0), (594, 3, '2025-05-07 08:00:08', 'UTC', '44BB0524123', ' KABU, NICHOLAS CPS-WX Sentence ', 0), (595, 3, '2025-05-07 08:00:08', 'UTC', '44BB0131825', ' WARNER, MARLEY Basingstoke Mention - Magistrates' Defendant to Court Attend ', 0), (596, 3, '2025-05-07 08:00:08', 'UTC', '44SC1003924', ' WARNER, MARLEY CPS-WX Plea ', 0), (597, 3, '2025-05-07 08:00:08', 'UTC', '44BB0275325', ' JONES, LEONARD CPS-WX Sentence ', 0), (598, 3, '2025-05-07 08:00:08', 'UTC', '44BB0131124', ' KAI KAI, JOSEPH CPS-WX Mention - Defendant to Attend ', 0), (599, 3, '2025-05-07 08:00:08', 'UTC', '44BB0028725', ' GRIFFIN, ROGER CPS-WX Mention ', 0), (600, 3, '2025-05-07 08:00:08', 'UTC', '44BB0001225', ' PRICE, ANTHONY CPS-WX Sentence ', 0), (601, 3, '2025-05-07 08:00:08', 'UTC', '44BB0124823', ' TEVLIN, JACK CPS-WX Sentence ', 0), (602, 3, '2025-05-07 08:00:08', 'UTC', '43SW0028125', ' KAI KAI, JOSEPH CPS-TCTV Sentence ', 0), (603, 3, '2025-05-07 08:00:08', 'UTC', '44BB0594623', ' SCOTT, PAUL HIWPF Sentence Press/Publication restrictions apply to this case ', 0), (604, 4, '2025-05-07 08:00:08', 'UTC', '52SE0118924', ' BARTLEY, CHRISTOPHER CPS-SW Trial Assault by beating ', 0), (605, 4, '2025-05-07 08:00:08', 'UTC', '52SY0415224', ' JAFAR, BADR CPS-SW Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (606, 4, '2025-05-07 08:00:08', 'UTC', '52SE0123424', ' DUNCAN, NEIL CPS-SW Sentence Racially / religiously aggravated fear / provocation of violence by words / writing Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (607, 4, '2025-05-07 08:00:08', 'UTC', '52SE0153824', ' DUNCAN, NEIL CPS-SW Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (608, 5, '2025-05-07 08:00:08', 'UTC', '16XP1425224', ' TYSON, POPPY CPS-YH Trial Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (609, 5, '2025-05-07 08:00:08', 'UTC', '16XP0424525', ' TYSON, POPPY CPS-YH Trial Assault by beating of an emergency worker ', 0), (610, 5, '2025-05-07 08:00:08', 'UTC', '16XP1359924', ' TURNER, ELLIE CPS-YH Trial Drive motor vehicle when alcohol level above limit ', 1), (611, 5, '2025-05-07 08:00:08', 'UTC', '16XP1198724', ' ROBINSON, IAN CPS-YH Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (612, 5, '2025-05-07 08:00:08', 'UTC', '16XP0384325', ' ASHFORD, JACOB CPS-YH Trial Assault a person thereby occasioning them actual bodily harm Possess a controlled drug of Class B - Other Possess a class C controlled drug Assault with intent to resist arrest ', 0), (613, 6, '2025-05-07 08:00:08', 'UTC', '01TJ1363924', ' IMRAN, Imran CPS-LS Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (614, 6, '2025-05-07 08:00:08', 'UTC', '01TK2845024', ' ABDULLA, Lary METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (615, 6, '2025-05-07 08:00:08', 'UTC', '01TK2876324', ' ABDULLA, Lary METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (616, 6, '2025-05-07 08:00:08', 'UTC', '01TK4246624', ' UDDIN, Taeed METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (617, 6, '2025-05-07 08:00:08', 'UTC', '01TK4619724', ' JOHNSON, Margaret METPF Trial Exceed a 30 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (618, 7, '2025-05-07 08:00:09', 'UTC', '20BW2322324', ' BERHANU, Borif CPS-WM Trial Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (619, 7, '2025-05-07 08:00:09', 'UTC', '20BW1401625', ' AKERS, Christopher CPS-WM Trial Criminal damage to property valued under £5000 Intentional strangulation Assault by beating ', 0), (620, 7, '2025-05-07 08:00:09', 'UTC', '22DA1289224', ' AKERS, Christopher CPS-WM Trial Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (621, 7, '2025-05-07 08:00:09', 'UTC', '20BW1035425', ' AKERS, Christohper CPS-WM Trial Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test ', 0), (622, 7, '2025-05-07 08:00:09', 'UTC', '20BE1750824', ' JONES, Dale CPS-WM Trial Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (623, 7, '2025-05-07 08:00:09', 'UTC', '20BE1274425', ' PLATT, Adam CPS-WM Sentence Offer for sale/hire an offensive weapon Possess an offensive weapon in private place Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (624, 7, '2025-05-07 08:00:09', 'UTC', '20BW1113425', ' MURPHY, Lotti CPS-WM Sentence Assault by beating ', 0), (625, 76, '2025-05-07 08:00:09', 'UTC', '21WT1915924', ' TONGE, CHRIS STAFPF DISQ - Traffic Exceed temporary 40mph speed restriction - Disqualification roadworks - ACD ', 0), (626, 76, '2025-05-07 08:00:09', 'UTC', '06LL0119625', ' MCDOWELL, Derek GMPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (627, 9, '2025-05-07 08:00:09', 'UTC', '32C80821324', ' THAYNE, MAXINE CPS-EM First hearing Harassment without violence Criminal damage to property valued under £5000 ', 0), (628, 9, '2025-05-07 08:00:09', 'UTC', '32C80267925', ' EVANS, LAURA CPS-EM First hearing Fail to co-operate with a preliminary test - motor vehicle offence Fail to provide specimen for analysis - vehicle driver ', 1), (629, 9, '2025-05-07 08:00:09', 'UTC', '32C90189725', ' MCNEE, MATHEW CPS-EM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (630, 9, '2025-05-07 08:00:09', 'UTC', '32C80262625', ' HENSON, AIDEN CPS-EM First hearing Common assault of an emergency worker Cause without reasonable excuse on NHS premises a nuisance / disturbance ', 0), (631, 9, '2025-05-07 08:00:09', 'UTC', '32C80265425', ' GEORGE, JAIMON CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (632, 9, '2025-05-07 08:00:09', 'UTC', '32B70178425', ' CLAYTON, ANDREW CPS-EM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (633, 9, '2025-05-07 08:00:09', 'UTC', '32C80266725', ' SORBAN, SERBAN CPS-EM First hearing Possess an offensive weapon in a public place ', 0), (634, 9, '2025-05-07 08:00:09', 'UTC', '32C90267625', ' PARROTT, JORDAN CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (635, 9, '2025-05-07 08:00:09', 'UTC', '32C80258125', ' MCCOURT, SARAH CPS-EM First hearing Theft from a shop ', 0), (636, 9, '2025-05-07 08:00:09', 'UTC', '32C80261025', ' BELBIN, KAINE CPS-EM First hearing Common assault ', 0), (637, 9, '2025-05-07 08:00:09', 'UTC', '32C80259025', ' JUSKA, MARIJA CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (638, 9, '2025-05-07 08:00:09', 'UTC', '32B10012824', ' WALKER, TROY CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (639, 9, '2025-05-07 08:00:09', 'UTC', '32C90084125', ' DOHERTY, HUGHIE CPS-EM First hearing Trespass with intent to search for or to pursue hares with dogs Being equipped for searching for or pursuing hares with dogs etc ', 0), (640, 9, '2025-05-07 08:00:09', 'UTC', '32C90157225', ' MATTHEWS, PHOEBE CPS-EM First hearing Obstruct / resist a constable in execution of duty Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (641, 9, '2025-05-07 08:00:09', 'UTC', '32C80266125', ' ARNOLD, KARLIE CPS-EM First hearing Theft from a shop Theft from a shop ', 0), (642, 9, '2025-05-07 08:00:10', 'UTC', '32C80107025', ' HOUGHTON, HELEN CPS-EM Plea Theft from a shop Assault by beating ', 0), (643, 9, '2025-05-07 08:00:10', 'UTC', '32C80042025', ' MOON, MARTIN CPS-EM Plea Assault by beating of an emergency worker Assault by beating ', 0), (644, 9, '2025-05-07 08:00:10', 'UTC', '32C80088225', ' HOUGHTON, HELEN CPS-EM Plea Theft from a shop ', 0), (645, 9, '2025-05-07 08:00:10', 'UTC', '32C90072225', ' PALMER, FRASER CPS-EM First hearing Breach a non-molestation order - Family Law Act 1996 ', 0), (646, 9, '2025-05-07 08:00:10', 'UTC', '32C90683822', ' ROBINSON, TREVOR CPS-EM First hearing Attempt to cause / incite a female child aged under 13 to engage in sexual activity - no penetration Adult attempt to engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (647, 9, '2025-05-07 08:00:10', 'UTC', '32C80157825', ' HOYLES, ANNA CPS-EM Trial - no Theft from a shop witnesses ', 0), (648, 9, '2025-05-07 08:00:10', 'UTC', '32C90737824', ' ROSS, TREVOR CPS-EM Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Common assault ', 0), (649, 9, '2025-05-07 08:00:10', 'UTC', '32C90863824', ' ROSS, TREVOR CPS-EM Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (650, 9, '2025-05-07 08:00:10', 'UTC', '32B90047325', ' AZIZI, MUSTAFA CPS-EM Trial - no Assault by beating witnesses ', 0), (651, 9, '2025-05-07 08:00:10', 'UTC', '32D10163325', ' KIAUPA, IMANTAS CPS-EM Trial - no Drive whilst disqualified witnesses Use a motor vehicle on a road / public place without third party insurance ', 1), (652, 10, '2025-05-07 08:00:10', 'UTC', '45GD1106324', ' MOORE, RICHARD CPS-SE Mention - Racially / religiously aggravated intentional Defendant to harassment / alarm / distress - words / writing Attend Theft from a shop Theft from a shop Assault by beating of an emergency worker Criminal damage to property valued under £5000 Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (653, 10, '2025-05-07 08:00:10', 'UTC', '47NC2400523', ' HARRIS, JASON Review Application to amend a community order on change of residence Application to amend a community order on change of residence ', 0), (654, 10, '2025-05-07 08:00:10', 'UTC', '05B30011225', ' GREAVEY, STEVEN CPS-MC Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (655, 10, '2025-05-07 08:00:10', 'UTC', '05B30011125', ' GREAVEY, STEVEN CPS-MC Sentence Theft from a shop ', 0), (656, 10, '2025-05-07 08:00:10', 'UTC', '47EE0958125', ' GREAVEY, STEVEN CPS-SE Sentence Burglary other than dwelling with intent to steal ', 0), (657, 10, '2025-05-07 08:00:10', 'UTC', '47EH1020025', ' HEARN, PAUL SSXPF Bail Application Stalking involving fear of violence ', 0), (658, 10, '2025-05-07 08:00:10', 'UTC', '47CC0873925', ' STEPHENSON-WALTER, KYLY CPS-SE Sentence Theft - other - including theft by finding ', 0), (659, 10, '2025-05-07 08:00:10', 'UTC', '47CC0913625', ' STEPHENSON-WALTER, KYLY CPS-SE Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (660, 10, '2025-05-07 08:00:10', 'UTC', '47CC2220424', ' STEPHENSON-WALTER, KYLY CPS-SE Sentence Possess a controlled drug of Class B - Cannabis / ', 0), (661, 10, '2025-05-07 08:00:10', 'UTC', '47WC1339424', ' BARRASS, TED CPS-SE First hearing Theft from a shop ', 0), (662, 10, '2025-05-07 08:00:10', 'UTC', '47EE2268623', ' ABBOTT, ANDREW CPS-SE Trial Affray Press/Publication restrictions apply to this case ', 0), (663, 10, '2025-05-07 08:00:10', 'UTC', '47EE1348124', ' GOLDSMITH, BENJAMIN CPS-SE Trial Assault by beating Assault by beating Assault by beating ', 0), (664, 10, '2025-05-07 08:00:10', 'UTC', '47CC3211824', ' OLDHAM, LETITIA CPS-SE Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Press/Publication restrictions apply to this case ', 0), (665, 10, '2025-05-07 08:00:10', 'UTC', '47WS3118524', ' HUSSAIN, ZEENAT CPS-SE Trial Exceed 30 mph speed limit in contravention of a Local Traffic Order - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (666, 10, '2025-05-07 08:00:10', 'UTC', '47CC1925924', ' SMITH, KEVIN CPS-SE Trial Drive motor vehicle when alcohol level above limit ', 1), (667, 10, '2025-05-07 08:00:10', 'UTC', '47NC2462724', ' NEWMAN, MEGHAN CPS-SE Trial Harassment without violence ', 0), (668, 10, '2025-05-07 08:00:10', 'UTC', '47CC0472824', ' POLAKOVA, STEFANIJA CPS-SE Mention - Theft from a shop Defendant to Attend ', 0), (669, 12, '2025-05-07 08:00:10', 'UTC', '01RP1254324', ' REED, Darren CPS-LS Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (670, 12, '2025-05-07 08:00:10', 'UTC', '01PL1441024', ' BELALIA, Waseem CPS-LS Trial Cause wasteful employment of police ', 0), (671, 12, '2025-05-07 08:00:10', 'UTC', '01RG1079525', ' SAHEED, Emmanuel CPS-LS Trial Assault by beating Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (672, 12, '2025-05-07 08:00:10', 'UTC', '01RG1082825', ' RAFIQUE, Muhammad CPS-LS Trial Threats to kill Assault by beating ', 0), (673, 12, '2025-05-07 08:00:10', 'UTC', '01PL1406124', ' HITCHIN, Nathan CPS-LS Trial Theft - other - including theft by finding ', 0), (674, 12, '2025-05-07 08:00:10', 'UTC', '01MD1264424', ' KWIATEK, Daniel CPS-LS Trial Criminal damage to property valued under £5000 Assault by beating ', 0), (675, 12, '2025-05-07 08:00:10', 'UTC', '01PL1339224', ' KWIATEK, Daniel CPS-LS Trial Assault by beating Fail to surrender to police / court bail at the appointed time ', 0), (676, 13, '2025-05-07 08:00:11', 'UTC', '60WG1194124', ' WILLIAMS, BENJAMIN CPS-CYN Trial Racially / religiously aggravated common assault / beating ', 0), (677, 13, '2025-05-07 08:00:11', 'UTC', '60WY0537625', ' BENNETT, OWEN CPS-CYN Trial Assault by beating Attempt to breach a restraining order after conviction Fraud by false representation - Fraud Act 2006 ', 0), (678, 13, '2025-05-07 08:00:11', 'UTC', '60WY0032325', ' EVANS, JORDAN CPS-CYN Trial Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (679, 13, '2025-05-07 08:00:11', 'UTC', '60WS1122124', ' LANE, DION CPS-CYN Trial of issue Wound / inflict grievous bodily harm without intent ', 0), (680, 13, '2025-05-07 08:00:11', 'UTC', '60WG0454225', ' THOMAS, SHARON CPS-CYN First hearing Theft from a shop Theft from a shop Theft from a shop Breach criminal behaviour order ', 0), (681, 13, '2025-05-07 08:00:11', 'UTC', '60WY0481325', ' EVANS, JORDAN CPS-CYN First hearing Drunk and disorderly in a public place ', 0), (682, 13, '2025-05-07 08:00:11', 'UTC', '60WG0462625', ' WILKINSON, ALYSHEA CPS-CYN First hearing Possess a controlled drug of Class A - Heroin ', 0), (683, 13, '2025-05-07 08:00:11', 'UTC', '60WG0538925', ' WILD, LEON CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (684, 13, '2025-05-07 08:00:11', 'UTC', '60WG0534725', ' PARRY, DEWI CPS-CYN First hearing Criminal damage to property valued under £5000 ', 0), (685, 13, '2025-05-07 08:00:11', 'UTC', '60WY0261325', ' BATES, DARREN CPS-CYN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (686, 13, '2025-05-07 08:00:11', 'UTC', '60WG0534425', ' LLOYD, CALLUM CPS-CYN First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (687, 13, '2025-05-07 08:00:11', 'UTC', '60WG0388825', ' EVANS, EMMA CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (688, 13, '2025-05-07 08:00:11', 'UTC', '60CC0540725', ' MCLOUGHLIN, JAMES CPS-CYN First hearing Criminal damage to property valued under £5000 ', 0), (689, 15, '2025-05-07 08:00:11', 'UTC', '21GS2522824', ' SGHIAR, RACHID CPS-WM First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (690, 15, '2025-05-07 08:00:11', 'UTC', '21CL0436625', ' UMAR, MOHAMMED CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (691, 15, '2025-05-07 08:00:11', 'UTC', '21CL2304124', ' WALKER, ALISON CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (692, 15, '2025-05-07 08:00:11', 'UTC', '21GS2665024', ' LEWIS, SAMANTHA CPS-WM First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (693, 15, '2025-05-07 08:00:11', 'UTC', '21GS2909224', ' BARRETT, ANTHONY CPS-WM First hearing Fraudulently use a registration mark / registration document Fraudulently use a registration mark / registration document Use a motor vehicle on a road without a valid test certificate ', 1), (694, 15, '2025-05-07 08:00:11', 'UTC', '21GS2497624', ' JORDAN, MARK CPS-WM First hearing Possess a controlled drug of Class B - Other ', 0), (695, 15, '2025-05-07 08:00:11', 'UTC', '21GS0915825', ' CORNES, JACOB CPS-WM First hearing In charge of motor vehicle - alcohol level above limit ', 1), (696, 16, '2025-05-07 08:00:12', 'UTC', '62SC1429724', ' MARSHALL, SIMON SWPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (697, 16, '2025-05-07 08:00:12', 'UTC', '62SC0037725', ' SMITH, SIENNA SWPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (698, 16, '2025-05-07 08:00:12', 'UTC', '62SC0086225', ' MIGHTY, DANIEL SWPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (699, 16, '2025-05-07 08:00:12', 'UTC', '62SC0054425', ' SOLANOT, ALEX SWPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (700, 16, '2025-05-07 08:00:12', 'UTC', '62SC0037225', ' SMITH, SIENNA SWPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (701, 16, '2025-05-07 08:00:12', 'UTC', '62SC0074225', ' MIAH, HANNAN SWPF Trial Stop a vehicle within pelican pedestrian crossing limits ', 1), (702, 16, '2025-05-07 08:00:12', 'UTC', '62SC0059625', ' MUKUVE, TREVOR SWPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (703, 16, '2025-05-07 08:00:12', 'UTC', '62SC1948124', ' ISHAQ, KHALID SWPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (704, 17, '2025-05-07 08:00:12', 'UTC', '03NN0171524', ' ', 0), (705, 17, '2025-05-07 08:00:12', 'UTC', '03NN0177325', ' ', 0), (706, 17, '2025-05-07 08:00:12', 'UTC', '03SS0603124', ' ', 0), (707, 17, '2025-05-07 08:00:12', 'UTC', '03NN0091025', ' ', 0), (708, 18, '2025-05-07 08:00:12', 'UTC', '42MR1815225', ' TAYLOR, Guy CPS-EEE First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Common assault Theft from a shop Theft - other - including theft by finding Theft - other - including theft by finding Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess an offensive weapon in a public place ', 0), (709, 18, '2025-05-07 08:00:12', 'UTC', '42MR3342524', ' MCDONALD, Michael CPS-EEE Plea Theft from a shop Common assault Assault by beating of an emergency worker ', 0), (710, 18, '2025-05-07 08:00:12', 'UTC', '42MR2557624', ' MCDONALD, Michael ESXPF Sentence Send communication threatening death or serious harm ', 0), (711, 18, '2025-05-07 08:00:12', 'UTC', '42MR1604625', ' PIGGOTT, John CPS-EEE Sentence Possess an offensive weapon in a public place ', 0), (712, 18, '2025-05-07 08:00:12', 'UTC', '42MR1720125', ' PIGGOTT, John CPS-EEE Sentence Fail to surrender to police / court bail at the appointed time Theft from a shop Theft from a shop Criminal damage to property valued under £5000 ', 0), (713, 18, '2025-05-07 08:00:12', 'UTC', '42MR1759525', ' PIGGOTT, John CPS-EEE Sentence Theft from a shop ', 0), (714, 19, '2025-05-07 08:00:12', 'UTC', '53BH0462823', ' ZEAL, LIAM CPS-SW Sentence Possess an offensive weapon in a public place Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class B - Amphetamine ', 0), (715, 19, '2025-05-07 08:00:12', 'UTC', '53AH0253024', ' GLADSTONE, MICHAEL CPS-SW Sentence Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (716, 19, '2025-05-07 08:00:12', 'UTC', '53AH0223924', ' TARTAGLIA, ETHAN CPS-SW Sentence Assault a person thereby occasioning them actual bodily harm Intentional strangulation ', 0), (717, 19, '2025-05-07 08:00:12', 'UTC', '54DD0049625', ' GORDON, THOMAS CPS-WX Sentence Threat to damage / destroy property Fail to answer to court / police bail as soon as practicable ', 0), (718, 19, '2025-05-07 08:00:12', 'UTC', '53CH0310024', ' HEWER, NADINE CPS-SW Sentence Harassment without violence ', 0), (719, 19, '2025-05-07 08:00:12', 'UTC', '53AH0182423', ' JUGGINS, ASHLEY CPS-SW Sentence Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Possess a prohibited image of a child ', 0), (720, 19, '2025-05-07 08:00:12', 'UTC', '53CH0076825', ' BAKKER, DELANO CPS-SW Sentence Send letter / communication / article conveying a threatening message ', 0), (721, 20, '2025-05-07 08:00:13', 'UTC', '30SU0480325', ' HODGSON, PHILIP DERPF Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (722, 20, '2025-05-07 08:00:13', 'UTC', '30SU2685024', ' MA, KAM DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (723, 20, '2025-05-07 08:00:13', 'UTC', '30SU0324325', ' BENEDICT, BRANDON DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (724, 20, '2025-05-07 08:00:13', 'UTC', '30SU2622924', ' RAFIQ, ADIL DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (725, 20, '2025-05-07 08:00:13', 'UTC', '30SU2638124', ' FORD, JOSHUA DERPF Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (726, 20, '2025-05-07 08:00:13', 'UTC', '30DI0154825', ' NICHOLSON, Gary CPS-EM Trial - no Individual fail to comply with a community witnesses protection notice ', 0), (727, 20, '2025-05-07 08:00:13', 'UTC', '30SU0620025', ' WILLIAMS, LEWIS DERPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (728, 79, '2025-05-07 08:00:13', 'UTC', '42MZ2110122', ' BETHELL, Richard CPS-EEE Trial Drive motor vehicle when alcohol level above limit ', 1), (729, 79, '2025-05-07 08:00:13', 'UTC', '42MR2690123', ' SMITH, Joshua CPS-EEE Sentence Assault by beating ', 0), (730, 79, '2025-05-07 08:00:13', 'UTC', '42MR1692122', ' BUTTIGIEG, Lisa CPS-EEE Trial Assault by beating of an emergency worker ', 0), (731, 79, '2025-05-07 08:00:13', 'UTC', '42MR1953323', ' AKINOLUSHOLA, Gabriel CPS-EEE Trial Fail to provide specimen for analysis - vehicle driver ', 1), (732, 79, '2025-05-07 08:00:13', 'UTC', '42MR2044024', ' CHAPLIN, Robyn CPS-EEE Trial Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (733, 21, '2025-05-07 08:00:13', 'UTC', '20SH1119225', ' MAKIN, Andrew WMIDPF First hearing Drive motor vehicle when alcohol level above limit ', 1), (734, 21, '2025-05-07 08:00:13', 'UTC', '20CV1276025', ' KRZYCZYK, Daniel CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (735, 21, '2025-05-07 08:00:13', 'UTC', '20CV1277125', ' HAYES, Toni CPS-WM First hearing Burglary other than dwelling with intent to steal ', 0), (736, 21, '2025-05-07 08:00:13', 'UTC', '20CV1275925', ' JONES, James CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (737, 21, '2025-05-07 08:00:13', 'UTC', '20SH1122625', ' NOLAN, Maisie CPS-WM First hearing Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit ', 1), (738, 21, '2025-05-07 08:00:13', 'UTC', '20CV1280425', ' HELMESI, Enea CPS-WM First hearing Obstruct / resist a constable in execution of duty Use a motor vehicle on a road / public place without third party insurance ', 1), (739, 21, '2025-05-07 08:00:13', 'UTC', '20CV1287425', ' MUHAMED, Dennis CPS-WM First hearing Drive whilst unfit through drink Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence Aid / abet driving of a motor vehicle on a road / public place when alcohol level above the prescribed limit Drive motor vehicle when alcohol level above limit ', 1), (740, 21, '2025-05-07 08:00:13', 'UTC', '20CV1292525', ' JOHAL, Kuldeep CPS-WM First hearing Theft from a shop ', 0), (741, 21, '2025-05-07 08:00:13', 'UTC', '20CV1282325', ' MARKU, Emiljan CPS-WM First hearing ', 0), (742, 22, '2025-05-07 08:00:14', 'UTC', '47NC2931924', ' BERNASCONI, WILLIAM CPS-SE Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (743, 22, '2025-05-07 08:00:14', 'UTC', '47NC0932725', ' DEMIRI, ALTIN CPS-SE First hearing Enter Gatwick Airport whilst having been prohibited in writing from doing so ', 0), (744, 22, '2025-05-07 08:00:14', 'UTC', '47WS2962024', ' RANSHAW, TIMOTHY CPS-SE First hearing Drive a vehicle whilst unfit through drugs Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle on a road after refusal of grant / revocation of driving licence on account of disability ', 1), (745, 22, '2025-05-07 08:00:14', 'UTC', '47NC2121624', ' SHORT, LUKE CPS-SE First hearing Assault by beating of an emergency worker ', 0), (746, 22, '2025-05-07 08:00:14', 'UTC', '47NC0262425', ' OKIKI, MUHAMMED CPS-SE First hearing Enter Gatwick Airport whilst having been prohibited in writing from doing so ', 0), (747, 22, '2025-05-07 08:00:14', 'UTC', '47WW0932825', ' HIBBERD, SAMMIE CPS-SE First hearing Drive motor vehicle when alcohol level above limit Obstruct / resist a constable in execution of duty Fail to co-operate with a preliminary test - motor vehicle offence Fail to co-operate with a preliminary test - motor vehicle offence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (748, 23, '2025-05-07 08:00:14', 'UTC', '93JD0479025', ' CHAVEZPOLO, ALEXANDER CPS-WM First hearing Drunk and disorderly in a public place ', 0), (749, 23, '2025-05-07 08:00:14', 'UTC', '01TA3389924', ' MENSAH, Michael METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (750, 23, '2025-05-07 08:00:14', 'UTC', '01TK3270324', ' CASHMERE, Clare METPF Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (751, 23, '2025-05-07 08:00:14', 'UTC', '01LX1111825', ' BECKFORD, Nadine CPS-LS Sentence Possess a controlled drug of Class A - Cocaine Handle stolen goods Possess a controlled drug of Class B - Other Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test ', 0), (752, 23, '2025-05-07 08:00:14', 'UTC', '01LX1094425', ' BECKFORD, Nadine CPS-LS Sentence Possess a controlled drug of Class A - Cocaine ', 0), (753, 23, '2025-05-07 08:00:14', 'UTC', '01WW1125225', ' MACHADO, Jonas CPS-LS Bail Application Assault by beating of an emergency worker Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (754, 23, '2025-05-07 08:00:14', 'UTC', '01TA1078825', ' CHARLES, Fortune METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (755, 23, '2025-05-07 08:00:14', 'UTC', '01TA4601724', ' Safi, Atiullah METPF Plea Use a motor vehicle / trailer the number of passenger / manner carried likely to cause danger ', 1), (756, 23, '2025-05-07 08:00:14', 'UTC', '01TK1024025', ' REDWOOD, Melanie METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (757, 23, '2025-05-07 08:00:14', 'UTC', '01TA1102925', ' OTCHERE, Michael METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (758, 23, '2025-05-07 08:00:14', 'UTC', '01TA2997724', ' SCARBOROUGH, Laura METPF Trial - no Use a motor vehicle on a road / public place witnesses without third party insurance ', 1), (759, 23, '2025-05-07 08:00:14', 'UTC', '01TK4090524', ' O'REILLY, Shaun METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (760, 23, '2025-05-07 08:00:14', 'UTC', '01TJ1372524', ' DALY, Cian METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (761, 23, '2025-05-07 08:00:14', 'UTC', '01TK3548224', ' SIMPSON-CLARKE, Antoine METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (762, 80, '2025-05-07 08:00:14', 'UTC', '30DI0670325', ' PROCTOR, ASHLEY CPS-EM Plea Theft from a shop Theft from a shop ', 0), (763, 80, '2025-05-07 08:00:14', 'UTC', '30DI0875625', ' ABDULLAH, AHMED CPS-EM First hearing Drunk and disorderly in a public place ', 0), (764, 80, '2025-05-07 08:00:14', 'UTC', '30DI0081525', ' PABLA, Sandip DERPF First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (765, 80, '2025-05-07 08:00:14', 'UTC', '30DI0869825', ' EMMERSON, JOHN CPS-EM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (766, 80, '2025-05-07 08:00:14', 'UTC', '30DI0879125', ' TIMMONS, DEBORAH CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (767, 80, '2025-05-07 08:00:14', 'UTC', '30DI0872025', ' BENNETT, KARIM CPS-EM First hearing Fail to provide specimen - person in charge of vehicle ', 1), (768, 80, '2025-05-07 08:00:14', 'UTC', '30DI0883325', ' WORSEY, Karen CPS-EM First hearing Fail to provide specimen - person in charge of vehicle ', 1), (769, 80, '2025-05-07 08:00:14', 'UTC', '30DI0871825', ' GRAINGER, Dylan CPS-EM First hearing Assault by beating Possess a controlled drug of Class A - Cocaine ', 0), (770, 25, '2025-05-07 08:00:15', 'UTC', '20WV1195825', ' SOORA, Jaydeep WMIDPF First hearing Drive motor vehicle when alcohol level above limit ', 1), (771, 25, '2025-05-07 08:00:15', 'UTC', '20WS1168525', ' KHUNKHUN, Preetpal CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (772, 25, '2025-05-07 08:00:15', 'UTC', '20WV1200125', ' WATSON, Jerome CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (773, 25, '2025-05-07 08:00:15', 'UTC', '20SW1195825', ' SINGH, Gursevak CPS-WM First hearing Theft from a shop ', 0), (774, 25, '2025-05-07 08:00:15', 'UTC', '20SW1356224', ' HICKS, MARC CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (775, 25, '2025-05-07 08:00:15', 'UTC', '20WV1066525', ' HADLINGTON, Shane CPS-WM First hearing Take a motor vehicle without the owners consent ', 1), (776, 25, '2025-05-07 08:00:15', 'UTC', '20WV1201925', ' SODHI, Neeraj CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (777, 25, '2025-05-07 08:00:15', 'UTC', '20SW1239125', ' SINGH, Lavpreet CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (778, 25, '2025-05-07 08:00:15', 'UTC', '20DY1173225', ' JOHNSON, Ashley CPS-WM First hearing Criminal damage to property valued under £5000 Obstruct / resist a constable in execution of duty ', 0), (779, 25, '2025-05-07 08:00:15', 'UTC', '20SW1543824', ' SMITH, Adam CPS-WM Plea Assault a person thereby occasioning them actual bodily harm ', 0), (780, 81, '2025-05-07 08:00:15', 'UTC', '01TA3461624', ' MESHAN, Abdul Aziz METPF Trial Use a motor vehicle / trailer with tyre with cut in the fabric ', 1), (781, 81, '2025-05-07 08:00:15', 'UTC', '01TK1170425', ' MAGUIRE, Leo METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (782, 81, '2025-05-07 08:00:15', 'UTC', '01TK1025025', ' SHARMA, Vishal METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (783, 81, '2025-05-07 08:00:15', 'UTC', '01TA4319224', ' SAGGAR, Aryan METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (784, 81, '2025-05-07 08:00:15', 'UTC', '01TA3737124', ' SHAH, Hasan METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (785, 81, '2025-05-07 08:00:15', 'UTC', '01TA1023625', ' RAHMAN, Hasibur METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (786, 81, '2025-05-07 08:00:15', 'UTC', '01TA1111025', ' MANZONETTA, Sacha Orso METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (787, 26, '2025-05-07 08:00:15', 'UTC', '46ZY1188125', ' GABRIEL, Andrew CPS-SE Sentence Harassment - breach of a restraining order on conviction ', 0), (788, 26, '2025-05-07 08:00:15', 'UTC', '46ZY1943424', ' CHRISTIAN, Kayne CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (789, 26, '2025-05-07 08:00:15', 'UTC', '46TS1001625', ' CULLEN, Aiden CPS-SE First hearing Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (790, 26, '2025-05-07 08:00:15', 'UTC', '46ZY1968124', ' LLANAJ, Krios CPS-SE First hearing Use a motor vehicle on a road / public place without third party insurance ', 1), (791, 26, '2025-05-07 08:00:15', 'UTC', '46ZY1344925', ' PILCHER, Tony CPS-SE First hearing Theft from a shop ', 0), (792, 26, '2025-05-07 08:00:15', 'UTC', '46ZY1027125', ' HOLMAN, Rebekah CPS-SE Hearing Criminal damage to property valued under £5000 Assault by beating of an emergency worker Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (793, 26, '2025-05-07 08:00:15', 'UTC', '46ZY2072424', ' FENTON, Toby CPS-SE First hearing Drive whilst disqualified Theft from a shop Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road / public place without third party insurance ', 1), (794, 26, '2025-05-07 08:00:15', 'UTC', '46ZY1894424', ' SIMPSON, Kyle CPS-SE First hearing Drive motor vehicle when alcohol level above limit Drive whilst unfit through drink Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (795, 28, '2025-05-07 08:00:16', 'UTC', '45WK1778424', ' STEWART, DALE CPS-SE Sentence Breach criminal behaviour order Breach criminal behaviour order ', 0), (796, 28, '2025-05-07 08:00:16', 'UTC', '45WK0027525', ' STEWART, DALE CPS-SE Sentence Breach criminal behaviour order ', 0), (797, 28, '2025-05-07 08:00:16', 'UTC', '45SH0576225', ' STEWART, DALE CPS-SE Sentence Breach criminal behaviour order ', 0), (798, 28, '2025-05-07 08:00:16', 'UTC', '45WK0185425', ' STEWART, DALE CPS-SE Sentence Breach criminal behaviour order Breach criminal behaviour order Breach criminal behaviour order Breach criminal behaviour order ', 0), (799, 28, '2025-05-07 08:00:16', 'UTC', '45GD0552325', ' STEWART, DALE CPS-SE Sentence Breach criminal behaviour order Breach criminal behaviour order ', 0), (800, 28, '2025-05-07 08:00:16', 'UTC', '45RM1692824', ' WANLESS, JOSHUA CPS-SE Bail Variation Engage in controlling / coercive behaviour in an Application intimate / family relationship Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (801, 28, '2025-05-07 08:00:16', 'UTC', '45GD0645825', ' STEWART, DALE SURRPF Sentence Breach criminal behaviour order ', 0), (802, 28, '2025-05-07 08:00:16', 'UTC', '45SL1751324', ' HURLEY, DAVID SURRPF First hearing Going equipped for burglary RUTTER, LIAM Going equipped for burglary ', 0), (803, 28, '2025-05-07 08:00:16', 'UTC', '45MV1073524', ' GOULD, ALEXANDER CPS-SE Plea Cause serious injury by careless / inconsiderate driving Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Driver of a vehicle involved in a road accident fail to report that accident Driver of a vehicle fail to stop after a road accident Cause serious injury by driving whilst disqualified Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (804, 28, '2025-05-07 08:00:16', 'UTC', '45GD0406825', ' JANUSZEWSKI, SLAWOMIR CPS-SE First hearing Theft from a shop ', 0), (805, 28, '2025-05-07 08:00:16', 'UTC', '45GD0509825', ' CANNELL, NATALIE CPS-SE First hearing Theft from a shop ', 0), (806, 28, '2025-05-07 08:00:16', 'UTC', '45RM1665824', ' PENNINGTON, PETER CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Drive on a road a motor vehicle whilst not wearing a seat belt ', 1), (807, 28, '2025-05-07 08:00:16', 'UTC', '45TD0104025', ' MANCHEV, VLADIMIR DIMITROV CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (808, 28, '2025-05-07 08:00:16', 'UTC', '45MV0593624', ' GOULD, ALEXANDER CPS-SE Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (809, 28, '2025-05-07 08:00:16', 'UTC', '45MV1348224', ' GOULD, ALEXANDER CPS-SE Plea Theft from a shop ', 0), (810, 28, '2025-05-07 08:00:16', 'UTC', '45TD0510125', ' TONGUE, PATRICIA CPS-SE First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in ', 1), (811, 31, '2025-05-07 08:00:17', 'UTC', '22EA1084224', ' ANDERSON, Craig CPS-WM Trial Assault by beating ', 0), (812, 31, '2025-05-07 08:00:17', 'UTC', '22EA1249924', ' WHITE, Amy CPS-WM Trial Assault a person thereby occasioning them actual bodily harm ', 0), (813, 31, '2025-05-07 08:00:17', 'UTC', '22EA1235624', ' ETHERIDGE-BARNES, Kieran CPS-WM Trial Assault by beating ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (814, 31, '2025-05-07 08:00:17', 'UTC', '22EA1288124', ' KENNISON, Katie CPS-WM Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (815, 31, '2025-05-07 08:00:17', 'UTC', '22EA1324124', ' VAUGHAN, Wayne CPS-WM Trial - no Fail to attend for / remain for duration of initial witnesses assessment following test for class A drug ', 0), (816, 82, '2025-05-07 08:00:17', 'UTC', '01YE1349924', ' ATKOCIUNAS, Donatas CPS-LN Sentence Drive motor vehicle when alcohol level above limit ', 1), (817, 82, '2025-05-07 08:00:17', 'UTC', '01YE1020325', ' DEMIR, Timur CPS-LN Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (818, 82, '2025-05-07 08:00:17', 'UTC', '01YR1233124', ' JARRETT, Floyd CPS-LN Sentence Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (819, 82, '2025-05-07 08:00:17', 'UTC', '01YE1109025', ' MILLER-JONES, Rory CPS-LN Sentence Theft from the person of another Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (820, 82, '2025-05-07 08:00:17', 'UTC', '01EK1086925', ' JANKOWSKI, Michal CPS-LN Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class A - Crack Cocaine ', 0), (821, 82, '2025-05-07 08:00:17', 'UTC', '93JD1001923', ' STANISLAUS, HYWEL CPS-WM Sentence Criminal damage to property valued under £5000 Assault by beating Assault by beating ', 0), (822, 35, '2025-05-07 08:00:18', 'UTC', '22TP1035324', ' EVANS, Steven CPS-WM Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (823, 35, '2025-05-07 08:00:18', 'UTC', '22DA1119024', ' EVANS, Steven CPS-WM Sentence Fail to surrender to police / court bail at the appointed time Fail to provide specimen for analysis - vehicle driver ', 1), (824, 35, '2025-05-07 08:00:18', 'UTC', '22CA1303124', ' MONK, Richard CPS-WM Sentence Harassment without violence ', 0), (825, 35, '2025-05-07 08:00:18', 'UTC', '22CA1376924', ' RONE, Sami CPS-WM Sentence Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (826, 35, '2025-05-07 08:00:18', 'UTC', '22CA1377024', ' RONE, Sami CPS-WM Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (827, 35, '2025-05-07 08:00:18', 'UTC', '22CA1051825', ' NEWTON, Leyton CPS-WM Plea Fail to provide specimen for analysis - vehicle driver ', 1), (828, 35, '2025-05-07 08:00:18', 'UTC', '22DA1093723', ' SAMUELS, Luke CPS-WM Plea Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Possess an offensive weapon in a public place ', 0), (829, 35, '2025-05-07 08:00:18', 'UTC', '22TP1326224', ' MARYNIC, Michal WMEPF Plea In charge of a motor vehicle with proportion of specified controlled drug above specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (830, 35, '2025-05-07 08:00:18', 'UTC', '22CA1065224', ' GRESSWELL, Peter CPS-WM Sentence Possess a prohibited image of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (831, 35, '2025-05-07 08:00:18', 'UTC', '22DA1309024', ' ANDREWS, Joshua CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (832, 35, '2025-05-07 08:00:18', 'UTC', '22CA1146424', ' MILLINGTON, Stephen CPS-WM Sentence Harassment without violence Intimidate a witness / juror ', 0), (833, 35, '2025-05-07 08:00:18', 'UTC', '22RS1052525', ' POPE, Damien WMEPF Sentence Exceed 50 mph speed limit in contravention of a Local Traffic Order - manned equipment Drive whilst disqualified ', 0), (834, 36, '2025-05-07 08:00:18', 'UTC', '03SS0323524', ' HALHEAD, Mark CPS-NW Sentence Assault by beating Assault by beating Press/Publication restrictions apply to this case ', 0), (835, 36, '2025-05-07 08:00:18', 'UTC', '04ZL4037324', ' ROBERTSHAW, Gareth CPS-NW Sentence Assault by beating ', 0), (836, 36, '2025-05-07 08:00:18', 'UTC', '04ZL1810525', ' MORAN, Anthony CPS-NW Sentence Assault by beating ', 0), (837, 36, '2025-05-07 08:00:18', 'UTC', '04ZL1979325', ' THOMAS, Connor CPS-NW Mention Theft from the person of another Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (838, 36, '2025-05-07 08:00:18', 'UTC', '04ZL4259024', ' GAFFNEY, Kelly-marie CPS-NW Sentence Assault by beating Assault by beating Assault by beating ', 0), (839, 36, '2025-05-07 08:00:18', 'UTC', '04ZL2570124', ' PRIESTLEY, Sara CPS-NW Sentence Fail to provide specimen for analysis - vehicle driver Fail to surrender to police / court bail at the appointed time Fail to surrender to police / court bail at the appointed time ', 1), (840, 36, '2025-05-07 08:00:18', 'UTC', '04ZL1120125', ' THOMAS, Connor CPS-NW Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (841, 36, '2025-05-07 08:00:18', 'UTC', '04ZL2051724', ' WALTON, Asa CPS-NW Trial Assault by beating ', 0), (842, 37, '2025-05-07 08:00:18', 'UTC', '13WD0157525', ' BIRD, STEVEN WYPF Sentence Harassment - breach of a restraining order on conviction ', 0), (843, 37, '2025-05-07 08:00:18', 'UTC', '13LD0478625', ' PARSONS, MARTIN CPS-YH Bail Application Stalking without fear / alarm / distress ', 0), (844, 37, '2025-05-07 08:00:18', 'UTC', '13LD0291725', ' HOLMES, JAMES CPS-YH Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (845, 37, '2025-05-07 08:00:18', 'UTC', '13LD0320425', ' HOLMES, JAMES CPS-YH Sentence Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (846, 37, '2025-05-07 08:00:18', 'UTC', '13WD0223925', ' CLIPSHAM, GERRERD CPS-YH Bail Application Assault a person thereby occasioning them actual bodily harm Intentional strangulation ', 0), (847, 37, '2025-05-07 08:00:18', 'UTC', '13LD1027823', ' HUSSEIN, FAIZ CPS-YH Plea Criminal damage to property valued under £5000 ', 0), (848, 37, '2025-05-07 08:00:18', 'UTC', '13LD0189125', ' FAROOQ, REHAN CPS-YH Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (849, 37, '2025-05-07 08:00:18', 'UTC', '13LD0300325', ' LEMOS-THOMPSON, JOSEPH CPS-YH Trial Criminal damage to property valued under £5000 Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (850, 38, '2025-05-07 08:00:19', 'UTC', '33JJ0006125', ' JENKINS, AZAINE CPS-EM Plea Aggravated vehicle taking - ( driver did not take ) and dangerous driving Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Take a child so as to keep him / her from a person having lawful control ', 1), (851, 38, '2025-05-07 08:00:19', 'UTC', '33JJ0652625', ' TAYLOR Lakic , CASEY CPS-EM Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (852, 38, '2025-05-07 08:00:19', 'UTC', '33JJ0909725', ' TAYLOR LAKIC, CASEY CPS-EM Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (853, 38, '2025-05-07 08:00:19', 'UTC', '33JJ2588324', ' GREEN, KYE CPS-EM Mention Assault by beating of an emergency worker ', 0), (854, 38, '2025-05-07 08:00:19', 'UTC', '33JJ0246025', ' TAYLOR LAKIC, CASEY CPS-EM Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (855, 83, '2025-05-07 08:00:19', 'UTC', '32C90858324', ' HUTCHINSON, JAMES CPS-EM First hearing Assault by beating ', 0), (856, 83, '2025-05-07 08:00:19', 'UTC', '32C80587223', ' OWEN, STEVEN CPS-EM First hearing Rape a woman 16 years of age or over - SOA 2003 Rape a woman 16 years of age or over - SOA 2003 Voyeurism - install equipment / construct / adapt a structure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (857, 83, '2025-05-07 08:00:19', 'UTC', '32D90071925', ' MARSHALL, BENJAMIN CPS-EM First hearing Engage in controlling / coercive behaviour in an intimate / family relationship Threaten to share photograph or film of person in intimate state Sexual assault on a female Send photograph or film of genitals to cause alarm, distress or humiliation Press/Publication restrictions apply to this case ', 0), (858, 83, '2025-05-07 08:00:19', 'UTC', '32B90247325', ' ASHBY, THOMAS CPS-EM First hearing Theft in dwelling other than an automatic machine or meter ', 0), (859, 83, '2025-05-07 08:00:19', 'UTC', '32D90524624', ' JOHNSON, JADE CPS-EM First hearing Send communication / article of an indecent / offensive nature Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (860, 83, '2025-05-07 08:00:19', 'UTC', '32D90265325', ' SMALL, JOSEPH CPS-EM First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (861, 83, '2025-05-07 08:00:19', 'UTC', '32D90040425', ' ROWSOM, JAMES CPS-EM First hearing Harassment - breach of a restraining order on conviction ', 0), (862, 83, '2025-05-07 08:00:19', 'UTC', '32B90324423', ' DAVIES, JAMES DAVIES Application Application within criminal proceedings ', 0), (863, 83, '2025-05-07 08:00:19', 'UTC', '32C90887824', ' ROSSER, MATTHEW CPS-EM Trial - no Criminal damage to property valued under £5000 witnesses ', 0), (864, 83, '2025-05-07 08:00:19', 'UTC', '32B90196025', ' BARRAND, JOHN CPS-EM Sentence Criminal damage to property valued under £5000 Assault by beating Assault by beating Drive motor vehicle when alcohol level above limit Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Assault by beating ', 1), (865, 83, '2025-05-07 08:00:19', 'UTC', '32D90797724', ' JURSKYS, ARMANDAS CPS-EM Mention Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (866, 39, '2025-05-07 08:00:19', 'UTC', '60CC1303124', ' SHACKLADY, DANNY Llandudno Review Magistrates' Court ', 0), (867, 39, '2025-05-07 08:00:19', 'UTC', '60CD0898424', ' WIECKOWSKI, DAVID Llandudno Review Magistrates' Court ', 0), (868, 39, '2025-05-07 08:00:19', 'UTC', '60CD0579125', ' ROGERSON, MICHAEL Llandudno Review Magistrates' Court ', 0), (869, 39, '2025-05-07 08:00:19', 'UTC', '60CD0394325', ' MUIR, DAVID Llandudno Review Magistrates' Court ', 0), (870, 39, '2025-05-07 08:00:19', 'UTC', '60CD0379425', ' HENDER, MICHAEL Llandudno Review Magistrates' Court ', 0), (871, 39, '2025-05-07 08:00:19', 'UTC', '60CC1213524', ' WALKER, RYAN Llandudno Mention Magistrates' Court ', 0), (872, 39, '2025-05-07 08:00:19', 'UTC', '06FF0528024', ' OCONNOR, JAMES Llandudno Review Magistrates' Court ', 0), (873, 39, '2025-05-07 08:00:19', 'UTC', '60CD0183725', ' INGHAM, DECLAN Llandudno Review Magistrates' Court ', 0), (874, 39, '2025-05-07 08:00:19', 'UTC', '60CC0880424', ' O'CALLAGHAN, KEVIN Llandudno Review Magistrates' Court ', 0), (875, 39, '2025-05-07 08:00:19', 'UTC', '60CC0904824', ' VINCENT, GEORGE NWPF First hearing Harassment - put in fear of violence Send letter / communication / article conveying indecent / offensive message ', 0), (876, 39, '2025-05-07 08:00:19', 'UTC', '60CC0320925', ' ROBERTS, KEALEY CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (877, 39, '2025-05-07 08:00:19', 'UTC', '60CD0413225', ' GRIFFITH, AMIE CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (878, 39, '2025-05-07 08:00:19', 'UTC', '60CC0838124', ' HALLIGAN, ANTHONY CPS-CYN Sentence Assault by beating ', 0), (879, 39, '2025-05-07 08:00:19', 'UTC', '60CC0302225', ' ROBERTS, VICTORIA CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (880, 39, '2025-05-07 08:00:19', 'UTC', '60CD1634124', ' IBRAHIM, YASIN CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (881, 40, '2025-05-07 08:00:20', 'UTC', '63BA0038025', ' GIZA, MARIANA CPS-CYSW First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (882, 40, '2025-05-07 08:00:20', 'UTC', '63AC0236524', ' EDWARDS, ADAM CPS-CYSW First hearing Intentional strangulation Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (883, 40, '2025-05-07 08:00:20', 'UTC', '63AC0044725', ' DAVIES, DANIEL CPS-CYSW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (884, 40, '2025-05-07 08:00:20', 'UTC', '63AC0012925', ' EDWARDS, WILLIAM CPS-CYSW Sentence Harassment without violence ', 0), (885, 40, '2025-05-07 08:00:20', 'UTC', '63AC0231624', ' MARSHALL, MONTIRAPA CPS-CYSW Trial Assault by beating Assault by beating ', 0), (886, 41, '2025-05-07 08:00:20', 'UTC', '33JJ0739824', ' UMARMIA, FAYYAD CPS-EM Trial Possess with intent to supply a controlled drug of Class B - Cannabis Acquire / use / possess criminal property ', 0), (887, 41, '2025-05-07 08:00:20', 'UTC', '33JJ2683724', ' SINGH, SATVINDER CPS-EM Trial In charge of motor vehicle - alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (888, 41, '2025-05-07 08:00:20', 'UTC', '33JJ2409724', ' SUTTON, SARAH CPS-EM Trial Possess a controlled drug of Class A - Crack Cocaine ', 0), (889, 42, '2025-05-07 08:00:20', 'UTC', '46ZY1078624', ' BLOW, Christian CPS-SE Trial Common assault Common assault Common assault Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Stalking involving fear of violence Criminal damage to property valued under £5000 Assault by beating Assault by beating ', 0), (890, 42, '2025-05-07 08:00:20', 'UTC', '46YY1134025', ' TUTTIETT, Alwyn CPS-SE Trial (Priority) Harassment - breach of a restraining order on conviction Stalking involving serious alarm / distress ', 0), (891, 42, '2025-05-07 08:00:20', 'UTC', '46ZY1200424', ' MCCARTHY, Aaron CPS-SE Trial Assault by beating Assault by beating ', 0), (892, 43, '2025-05-07 08:00:20', 'UTC', '31CF1930524', ' FORES, JACOB CPS-EM First hearing Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (893, 43, '2025-05-07 08:00:20', 'UTC', '31CF0138525', ' LOWE, GARETH CPS-EM Mention Burglary other than dwelling - theft Stalking involving serious alarm / distress ', 0), (894, 43, '2025-05-07 08:00:20', 'UTC', '31CF1718824', ' LOWE, GARETH CPS-EM Mention Harassment without violence Theft in dwelling other than an automatic machine or meter ', 0), (895, 43, '2025-05-07 08:00:20', 'UTC', '31CF0555525', ' LOWE, GARETH CPS-EM Mention Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (896, 43, '2025-05-07 08:00:20', 'UTC', '31CF1335624', ' FRASER, REECE CPS-EM Plea Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (897, 43, '2025-05-07 08:00:20', 'UTC', '31CF0427525', ' GILFOYLE, LIAM CPS-EM First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (898, 43, '2025-05-07 08:00:20', 'UTC', '31CF0127625', ' HAYWARD, MARK CPS-EM First hearing Theft from a shop ', 0), (899, 43, '2025-05-07 08:00:20', 'UTC', '31CF0047824', ' BLACKMORE, KAYDEN CPS-EM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (900, 44, '2025-05-07 08:00:20', 'UTC', '46ZY1368723', ' CELAJ, Col CPS-SE Mention & Fix Possess a controlled drug of Class A - Cocaine ', 0), (901, 44, '2025-05-07 08:00:20', 'UTC', '46ZY1217625', ' GOODING, Darren CPS-SE Plea Theft from a shop Theft from a shop ', 0), (902, 44, '2025-05-07 08:00:20', 'UTC', '46ZY1905224', ' WATSON, Jade CPS-SE First hearing Cause serious injury by careless / inconsiderate driving ', 0), (903, 44, '2025-05-07 08:00:20', 'UTC', '46ZY1342825', ' VIDAL, Edvaldo CPS-SE First hearing Individual fail to comply with a community protection notice ', 0), (904, 44, '2025-05-07 08:00:21', 'UTC', '93JD1594224', ' NASTULA, JAKUB CPS-WM First hearing In charge of motor vehicle - alcohol level above limit Driver fail to produce certificate of insurance to PC after accident/suspected offence ', 1), (905, 44, '2025-05-07 08:00:21', 'UTC', '46ZY1188225', ' KHAROOSI, Tariq CPS-SE Sentence Criminal damage to property valued under £5000 ', 0), (906, 44, '2025-05-07 08:00:21', 'UTC', '46ZY1052025', ' KHAROOSI, Tariq CPS-SE Sentence Theft from the person of another Criminal damage to property valued under £5000 ', 0), (907, 44, '2025-05-07 08:00:21', 'UTC', '01NI1409824', ' KHAROOSI, Tariq CPS-LN Sentence Common assault of an emergency worker Assault by beating of an emergency worker Drunk and disorderly in a public place ', 0), (908, 44, '2025-05-07 08:00:21', 'UTC', '46ZY2089424', ' PHILPOTT, Joe CPS-SE Plea Common assault of an emergency worker ', 0), (909, 44, '2025-05-07 08:00:21', 'UTC', '46ZY1040525', ' EGAN, Molly CPS-SE Mention ', 0), (910, 84, '2025-05-07 08:00:21', 'UTC', '60EF1503324', ' KENDRICK, KEITH CPS-CYN Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (911, 84, '2025-05-07 08:00:21', 'UTC', '60EF0099125', ' TALBOT, NATASHA CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (912, 84, '2025-05-07 08:00:21', 'UTC', '60EF0565525', ' RAY, ETHAN CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (913, 84, '2025-05-07 08:00:21', 'UTC', '60EF0236325', ' HINDLE, TOM CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (914, 84, '2025-05-07 08:00:21', 'UTC', '60EF0642825', ' FOSTER, CALLUM CPS-CYN First hearing Drunk and disorderly in a public place ', 0), (915, 84, '2025-05-07 08:00:21', 'UTC', '60EF0083825', ' BOYCE, THOMAS CPS-CYN First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (916, 84, '2025-05-07 08:00:21', 'UTC', '60EF0648425', ' ROBERTS, DEWI CPS-CYN First hearing Send communication / article of an indecent / offensive nature Send communication / article of an indecent / offensive nature ', 0), (917, 84, '2025-05-07 08:00:21', 'UTC', '60EF0646825', ' BROWN, AMY CPS-CYSW First hearing Drive motor vehicle when alcohol level above limit ', 1), (918, 84, '2025-05-07 08:00:21', 'UTC', '60EF1201124', ' KIRK, MATTHEW CPS-CYN Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (919, 84, '2025-05-07 08:00:21', 'UTC', '60EF0114025', ' JONES, CAI CPS-CYN Trial Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (920, 45, '2025-05-07 08:00:21', 'UTC', '34NA1220224', ' CASSIM, ZARA CPS-EM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (921, 45, '2025-05-07 08:00:21', 'UTC', '34NA0163325', ' NEVIN, MICHAEL CPS-EM Trial Theft from a shop NEVIN, MARTIN Theft from a shop ', 0), (922, 45, '2025-05-07 08:00:21', 'UTC', '34NA0231525', ' TONNER, RICHARD CPS-EM Trial Threat to damage / destroy property ', 0), (923, 46, '2025-05-07 08:00:22', 'UTC', '45RB0310825', ' CHAMBERS-ASMAN, CONNOR CPS-SE Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (924, 46, '2025-05-07 08:00:22', 'UTC', '31CF0117425', ' Defendant CPS-EM Trial Theft from a shop Press/Publication restrictions apply to this case ', 0), (925, 46, '2025-05-07 08:00:22', 'UTC', '31CF1393324', ' Defendant CPS-EM Trial Assault by beating Criminal damage to property valued under £5000 Robbery Criminal damage to property valued under £5000 Press/Publication restrictions apply to this case ', 0), (926, 46, '2025-05-07 08:00:22', 'UTC', '31CF0405524', ' Defendant CPS-EM Trial Robbery Press/Publication restrictions apply to this case ', 0), (927, 46, '2025-05-07 08:00:22', 'UTC', '31CF1764724', ' Defendant CPS-EM Sentence Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Press/Publication restrictions apply to this case ', 0), (928, 46, '2025-05-07 08:00:22', 'UTC', '31NT1194424', ' Defendant CPS-EM Trial - no Use a motor vehicle on a road / public place witnesses without third party insurance ', 1), (929, 47, '2025-05-07 08:00:22', 'UTC', '35NT1354625', ' STONE, Michael CPS-EEEC Further Case Use threatening / abusive / insulting words / Management behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (930, 48, '2025-05-07 08:00:22', 'UTC', '50AC0149525', ' MCCARTNEY, PAUL CPS-SW First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (931, 48, '2025-05-07 08:00:22', 'UTC', '50EL0102925', ' ROUF, MOHAMMED CPS-SW Sentence Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (932, 48, '2025-05-07 08:00:22', 'UTC', '52SB0154525', ' CHOWN, DAVID CPS-SW Plea Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (933, 48, '2025-05-07 08:00:22', 'UTC', '50EL0134325', ' FLOYD, REBECKA CPS-SW First hearing Drunk and disorderly in a public place ', 0), (934, 48, '2025-05-07 08:00:22', 'UTC', '50EL0037825', ' SIMCOX, KATE CPS-SW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (935, 48, '2025-05-07 08:00:22', 'UTC', '50EL0134425', ' RUSTON, SAM CPS-SW First hearing Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class A - Cocaine Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (936, 48, '2025-05-07 08:00:22', 'UTC', '50EL0136125', ' FLOYD, REBECKA CPS-SW First hearing Drunk and disorderly in a public place ', 0), (937, 48, '2025-05-07 08:00:22', 'UTC', '50TP1336424', ' MAWHINNEY, LEE CPS-SW Sentence Exceed 30 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (938, 48, '2025-05-07 08:00:22', 'UTC', '50EL0399824', ' HARDING, KRIS CPS-SW Sentence Theft from a shop ', 0), (939, 48, '2025-05-07 08:00:22', 'UTC', '50EL0038525', ' HARDING, KRIS CPS-SW Sentence Theft from a shop ', 0), (940, 48, '2025-05-07 08:00:22', 'UTC', '50EL0239423', ' DAMARELL, KEVIN CPS-SW First hearing Cause serious injury by dangerous driving Cause serious injury by dangerous driving ', 0), (941, 85, '2025-05-07 08:00:22', 'UTC', '55CH0606624', ' WEBSTER, LAUREL CPS-WX First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (942, 85, '2025-05-07 08:00:22', 'UTC', '55CH0248524', ' DOMINEY, GAVIN CPS-WX Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence BALLARD, LEWIS Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (943, 85, '2025-05-07 08:00:22', 'UTC', '55CH0470224', ' DAWSON, SHANE CPS-WX First hearing Handle stolen goods ', 0), (944, 85, '2025-05-07 08:00:22', 'UTC', '55DH0163524', ' MEADOWS, DANIEL CPS-WX Plea Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use a motor vehicle on a road / public place without third party insurance Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive whilst disqualified Criminal damage to property valued under £5000 ', 1), (945, 85, '2025-05-07 08:00:22', 'UTC', '55CH0527924', ' WALTON, STUART CPS-WX First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (946, 85, '2025-05-07 08:00:23', 'UTC', '55CH0040325', ' NIKOLOV, STEFAN CPS-WX First hearing Theft from a shop ', 0), (947, 85, '2025-05-07 08:00:23', 'UTC', '55CH0387224', ' MITCHELL, TONI CPS-WX Trial Fail to provide specimen for analysis - vehicle driver ', 1), (948, 85, '2025-05-07 08:00:23', 'UTC', '55DH0211924', ' DIXEY, SACHA CPS-WX Trial Theft from a shop Fail to provide specimen for analysis - vehicle driver Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (949, 85, '2025-05-07 08:00:23', 'UTC', '55CH0083125', ' BENN, ANDREW CPS-WX Trial Fail to surrender to police / court bail at the appointed time Criminal damage to property valued under £5000 Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Common assault of an emergency worker Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (950, 85, '2025-05-07 08:00:23', 'UTC', '55CH0020424', ' BENN, ANDREW CPS-WX Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (951, 85, '2025-05-07 08:00:23', 'UTC', '55CH0394223', ' BENN, ANDREW CPS-WX Trial Common assault of an emergency worker Common assault of an emergency worker Criminal damage to property valued under £5000 ', 0), (952, 85, '2025-05-07 08:00:23', 'UTC', '55CH0084124', ' QUATTROCCHI, FABIO Poole Review Magistrates' Court ', 0), (953, 49, '2025-05-07 08:00:23', 'UTC', '44PC0904924', ' COOPER, PAUL CPS-WX Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (954, 49, '2025-05-07 08:00:23', 'UTC', '44PC0904724', ' DAVISON, ADAMA CPS-WX Sentence Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (955, 49, '2025-05-07 08:00:23', 'UTC', '44PC0149325', ' CAMPBELL, ROBBIE CPS-WX Sentence Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (956, 49, '2025-05-07 08:00:23', 'UTC', '44PC0312525', ' NOBES, MARTIN HIWPF Mention Assault by beating Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (957, 49, '2025-05-07 08:00:23', 'UTC', '44PC0624624', ' QUICK, PAUL CPS-WX Mention - Common assault Defendant to Attend ', 0), (958, 50, '2025-05-07 08:00:23', 'UTC', '04ZL3999324', ' WATKINSON, Craig CPS-NW Sentence Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (959, 50, '2025-05-07 08:00:23', 'UTC', '04ZL1941424', ' CAUNCE, Mark CPS-NWLC Mention Harassment without violence ', 0), (960, 50, '2025-05-07 08:00:23', 'UTC', '04ZL3927924', ' CAUNCE, Mark CPS-NW Mention Harassment without violence ', 0), (961, 50, '2025-05-07 08:00:23', 'UTC', '04ZL4077924', ' FITZPATRICK, Theresa CPS-NW Plea Fail to provide specimen for analysis - vehicle driver Use a motor vehicle on a road / public place without third party insurance Fail to co-operate with a preliminary test - motor vehicle offence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive on a road a motor vehicle whilst not wearing a seat belt ', 1), (962, 50, '2025-05-07 08:00:23', 'UTC', '04ZL3154624', ' FITZPATRICK, Theresa CPS-NW Plea Assault by beating of an emergency worker Common assault of an emergency worker Common assault of an emergency worker Common assault of an emergency worker ', 0), (963, 50, '2025-05-07 08:00:23', 'UTC', '04ZL4171124', ' FITZPATRICK, Theresa CPS-NW Plea Theft from a shop Common assault ', 0), (964, 50, '2025-05-07 08:00:23', 'UTC', '04ZL1987125', ' THOTA, Saichand CPS-NW Further Case Criminal damage to property valued under £5000 Management Assault by beating ', 0), (965, 50, '2025-05-07 08:00:23', 'UTC', '04ZL1266325', ' ALTY, KIERAN CPS-NW Bail Variation ', 0), (966, 51, '2025-05-07 08:00:23', 'UTC', '43SW0354623', ' KNIGHT, OLIVER CPS-TCTV Sentence Possess a controlled drug of Class A - Cocaine Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (967, 51, '2025-05-07 08:00:23', 'UTC', '43SW0878424', ' COVENTRY, STUART CPS-TCTV Sentence Theft from a motor vehicle Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 1), (968, 51, '2025-05-07 08:00:23', 'UTC', '43SW0081525', ' AHMADI, MOHAMMED CPS-TCTV Sentence Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (969, 51, '2025-05-07 08:00:23', 'UTC', '43SW0177125', ' SOMAL, BALJIT CPS-TCTV Further Case Harassment without violence Management Assault by beating ', 0), (970, 51, '2025-05-07 08:00:23', 'UTC', '43SW0372624', ' MADDEN, TREVOR CPS-TCTV Mention Assault by beating ', 0), (971, 51, '2025-05-07 08:00:23', 'UTC', '43SW0834424', ' FALLON-WRIGHT, DANIEL CPS-TCTV First hearing Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle dangerously In charge of a motor vehicle with proportion of specified controlled drug above specified limit Drive whilst disqualified ', 1), (972, 51, '2025-05-07 08:00:23', 'UTC', '43SW0808523', ' FISHER, DAVID TVPF First hearing Rape a female under 16 Rape a female under 16 ', 0), (973, 52, '2025-05-07 08:00:24', 'UTC', '54ED0677924', ' BARLOW, LEO CPS-WX Trial Assault by beating Assault by beating Press/Publication restrictions apply to this case ', 0), (974, 52, '2025-05-07 08:00:24', 'UTC', '54ES0370424', ' WILLIAMS, MILLIE CPS-WX Trial Duty of person responsible for animal to ensure welfare - Animal Welfare Act 2006 ', 0), (975, 52, '2025-05-07 08:00:24', 'UTC', '54ES0399424', ' GANLEY, BENJAMIN CPS-WX Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (976, 52, '2025-05-07 08:00:24', 'UTC', '54ED0152524', ' GANLEY, BENJAMIN CPS-WX Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (977, 52, '2025-05-07 08:00:24', 'UTC', '54ED0579424', ' COWLEY, JOSHUA CPS-WX Plea Threaten a person with a blade / sharply pointed article in a public place ', 0), (978, 52, '2025-05-07 08:00:24', 'UTC', '54ES0238325', ' HILL, MICHAEL CPS-WX Mention - Breach criminal behaviour order Defendant to Attend ', 0), (979, 54, '2025-05-07 08:00:24', 'UTC', '46XY1258725', ' PAY, Brian CPS-SE Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (980, 54, '2025-05-07 08:00:24', 'UTC', '46YY1089325', ' DONNOGHUE, Kerry CPS-SE First hearing Theft from a shop ', 0), (981, 54, '2025-05-07 08:00:24', 'UTC', '46YY1193225', ' JOHNSTON, Alexander CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (982, 54, '2025-05-07 08:00:24', 'UTC', '46YY1192725', ' COUSINS, Elliot CPS-SE First hearing Assault by beating Common assault ', 0), (983, 54, '2025-05-07 08:00:24', 'UTC', '46YY1047425', ' CHEAL, Marc CPS-SE First hearing Theft from a shop ', 0), (984, 54, '2025-05-07 08:00:24', 'UTC', '46YY1193625', ' PHILBY, Michael CPS-SE First hearing Criminal damage to property valued under £5000 Common assault Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (985, 54, '2025-05-07 08:00:24', 'UTC', '46XY1448524', ' ATKINSON, James CPS-SE Sentence Threat to damage / destroy property Criminal damage to property valued under £5000 Threat to damage / destroy property Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (986, 54, '2025-05-07 08:00:24', 'UTC', '46YY1612424', ' MURRAY, Joseph CPS-SE First hearing Possess a controlled drug of Class A - Cocaine ', 0), (987, 54, '2025-05-07 08:00:24', 'UTC', '46YY1447124', ' COTTAGE, Louise CPS-SE Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (988, 56, '2025-05-07 08:00:25', 'UTC', '42TK1208324', ' BLAKEFIELD, Roman ESXPF Trial Use a motor vehicle on a road / public place without third party insurance Use a prohibited vehicle on a road subject to a restriction / prohibition ', 1), (989, 56, '2025-05-07 08:00:25', 'UTC', '42MR1319424', ' LUSHA, Arben CPS-EEE Trial Fail to provide specimen for analysis - vehicle driver ', 1), (990, 56, '2025-05-07 08:00:25', 'UTC', '42TK1416324', ' PATEL, Afeef ESXPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (991, 56, '2025-05-07 08:00:25', 'UTC', '42MR2981223', ' WATERS, Paul CPS-EEE Trial Assault by beating ', 0), (992, 56, '2025-05-07 08:00:25', 'UTC', '42MR1265424', ' RAHMAN, Mumianur CPS-EEE Trial Assault by beating ', 0), (993, 56, '2025-05-07 08:00:25', 'UTC', '42MR2698823', ' PHIPPS, Nathaniel CPS-EEE Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (994, 56, '2025-05-07 08:00:25', 'UTC', '42MR2052123', ' GOYETTE, Terry CPS-EEE Trial In charge of motor vehicle - alcohol level above limit ', 1), (995, 56, '2025-05-07 08:00:25', 'UTC', '42MR2006324', ' STEVENS, Brett CPS-EEE Sentence Assault by beating ', 0), (996, 57, '2025-05-07 08:00:26', 'UTC', '45RB0234524', ' PINNOCK, SALLOME SURRPF Trial Assault by beating of an emergency worker ', 0), (997, 57, '2025-05-07 08:00:26', 'UTC', '45WV1101524', ' THRELFALL, MARK CPS-SE Trial Drive motor vehicle when alcohol level above limit Drive whilst unfit through drink Use a motor vehicle on a road / public place without third party insurance ', 1), (998, 57, '2025-05-07 08:00:26', 'UTC', '45WK0228425', ' WYE, JACK CPS-SE Trial Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (999, 57, '2025-05-07 08:00:26', 'UTC', '45GD0682024', ' AVANZO, JACK CPS-SE Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Use a motor vehicle on a road / public place without third party insurance Use insurance document with intent to deceive ', 1), (1000, 57, '2025-05-07 08:00:26', 'UTC', '45EL0517125', ' PILCHER, JASON CPS-SE First hearing Intentional strangulation ', 0), (1001, 57, '2025-05-07 08:00:26', 'UTC', '45GD1466124', ' APARECIDO DE ANDRADE E SILVA, CPS-SE First hearing JOAO VICTOR Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1002, 57, '2025-05-07 08:00:26', 'UTC', '45RB1408524', ' TAYLOR, REBECCA CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in ', 1), (1003, 58, '2025-05-07 08:00:27', 'UTC', '41B21874324', ' MCGILL, Robert CPS-TCBH First hearing Theft from a shop ', 0), (1004, 58, '2025-05-07 08:00:27', 'UTC', '41B22217424', ' ROBINSON, Kier CPS-TCBH First hearing Individual fail to comply with a community protection notice ', 0), (1005, 58, '2025-05-07 08:00:28', 'UTC', '41B21131125', ' SHEPPARD, Denise CPS-TCBH Plea Common assault of an emergency worker Common assault of an emergency worker Common assault of an emergency worker ', 0), (1006, 58, '2025-05-07 08:00:28', 'UTC', '41B21190324', ' BOVINGTON, Harry CPS-TCBH First hearing Wound / inflict grievous bodily harm without intent ', 0), (1007, 58, '2025-05-07 08:00:28', 'UTC', '41B21361325', ' LUSCOMBE, Helena CPS-TCBH First hearing Drive motor vehicle when alcohol level above limit ', 1), (1008, 58, '2025-05-07 08:00:28', 'UTC', '41B21303925', ' CHRISTMAS, Kim CPS-TCBH Trial - no Drunk and disorderly in a public place witnesses ', 0), (1009, 58, '2025-05-07 08:00:28', 'UTC', '41B21869323', ' HARRISON, Eric CPS-LN Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1010, 58, '2025-05-07 08:00:28', 'UTC', '41B21371725', ' BROOKS, Joseph CPS-TCBH Further Case Criminal damage to property valued under £5000 Management ', 0), (1011, 58, '2025-05-07 08:00:28', 'UTC', '41B21457425', ' RAUF, Sakib CPS-TCBH Plea Possess an offensive weapon in a public place Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Going equipped for theft - not motor vehicle Theft from a motor vehicle ', 1), (1012, 86, '2025-05-07 08:00:28', 'UTC', '01TA4270624', ' AHMAD, Muhammad METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals ', 1), (1013, 86, '2025-05-07 08:00:28', 'UTC', '01KF1038425', ' TROISI, Nicholas CPS-LN Trial Theft of motor vehicle Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a motor vehicle dangerously ', 1), (1014, 86, '2025-05-07 08:00:28', 'UTC', '01TA4386724', ' UDDIN, Marihah METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1015, 86, '2025-05-07 08:00:28', 'UTC', '01TK1223625', ' SIMPSON, Joel METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1016, 86, '2025-05-07 08:00:28', 'UTC', '01TA1028625', ' PATDU, Junner METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1017, 86, '2025-05-07 08:00:28', 'UTC', '01TA4489124', ' RAHMAN, Abdur METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without reasonable consideration to other users ', 1), (1018, 86, '2025-05-07 08:00:28', 'UTC', '01TA4550924', ' COKER, David METPF Trial Drive a mechanically propelled vehicle on a road / ', 1), (1019, 87, '2025-05-07 08:00:28', 'UTC', '93JD0237825', ' MEREDITH, DANIEL CPS-WM Plea Assault by beating Criminal damage to property valued under £5000 ', 0), (1020, 87, '2025-05-07 08:00:28', 'UTC', '10U90045025', ' PHILLIPS, Thomas CPS-NEN Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (1021, 87, '2025-05-07 08:00:28', 'UTC', '10U60066425', ' STEPHENSON, Christopher CPS-NEN Mention Use a motor vehicle on a road / public place without third party insurance Aggravated vehicle taking - ( initial taker ) and vehicle damage of £5000 or over Fail to provide specimen for analysis - vehicle driver ', 1), (1022, 87, '2025-05-07 08:00:28', 'UTC', '10U00069825', ' AL KHALIL, Mohammed CPS-NEN Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1023, 87, '2025-05-07 08:00:28', 'UTC', '10U00087725', ' AL KHALIL, Mohammed CPS-NEN Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1024, 87, '2025-05-07 08:00:28', 'UTC', '10U80150625', ' KELLY, Victoria CPS-NEN Mention Harassment - breach of a restraining order on conviction ', 0), (1025, 88, '2025-05-07 08:00:29', 'UTC', '62WN0775224', ' WEBBER, REBECCA CPS-CYSW Sentence Theft from a shop ', 0), (1026, 88, '2025-05-07 08:00:29', 'UTC', '62WN0545322', ' LEWIS, RHODRI SWPF Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (1027, 88, '2025-05-07 08:00:29', 'UTC', '62WN0037225', ' MIKA, ANGELIKA SWPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (1028, 88, '2025-05-07 08:00:29', 'UTC', '62SC1758224', ' RICHARDS, DYLAN SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1029, 88, '2025-05-07 08:00:29', 'UTC', '62SC1705224', ' WATERS, KERRY SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1030, 88, '2025-05-07 08:00:29', 'UTC', '62SC1705024', ' WATERS, KERRY SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1031, 88, '2025-05-07 08:00:29', 'UTC', '62SC1664524', ' WATERS, KERRY SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1032, 88, '2025-05-07 08:00:29', 'UTC', '62WN0047125', ' BREWER, OAKLEY SWPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (1033, 60, '2025-05-07 08:00:29', 'UTC', '54DD0545724', ' HOUGHTON, KARL CPS-WX First hearing Harassment without violence ', 0), (1034, 60, '2025-05-07 08:00:29', 'UTC', '54DD0419324', ' BAKER, BRADLY CPS-WX First hearing Send communication threatening death or serious harm Theft from the person of another Fraud by false representation - Fraud Act 2006 ', 0), (1035, 60, '2025-05-07 08:00:29', 'UTC', '54DD0190523', ' LEE, SEBASTIAN CPS-WX First hearing Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (1036, 60, '2025-05-07 08:00:29', 'UTC', '54DD0054223', ' POOLE, CHRISTOPHER CPS-WX First hearing Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Possess a prohibited image of a child Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal ', 0), (1037, 60, '2025-05-07 08:00:29', 'UTC', '54ED0347724', ' CORP, BENJAMIN CPS-WX First hearing Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 ', 0), (1038, 60, '2025-05-07 08:00:29', 'UTC', '54ED0134025', ' HAWA, RAAFAT CPS-WX First hearing Common assault of an emergency worker ', 0), (1039, 60, '2025-05-07 08:00:29', 'UTC', '54DD0294224', ' LEWIS, ELLE CPS-WX Sentence Possess an offensive weapon in a public place ', 0), (1040, 60, '2025-05-07 08:00:29', 'UTC', '54DD0558924', ' JENNINGS, LESLIE CPS-WX Plea Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (1041, 60, '2025-05-07 08:00:29', 'UTC', '54DD0180024', ' BUMFORD, KIAN CPS-WX Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (1042, 60, '2025-05-07 08:00:29', 'UTC', '54DD0111725', ' TUCKER, LEE CPS-WX Sentence Possess an offensive weapon in a public place ', 0), (1043, 60, '2025-05-07 08:00:29', 'UTC', '54DD0109522', ' CONROY, EDWARD CPS-WX Plea Drive whilst disqualified Speeding - exceed 70 mph motorway limit - manned equipment Use a motor vehicle / trailer in a condition likely to cause danger of injury Use a motor vehicle on a road / public place without third party insurance ', 1), (1044, 60, '2025-05-07 08:00:29', 'UTC', '54ED0484622', ' FRANKLIN, SAMANTHA CPS-WX First hearing Send letter / communication / article conveying indecent / offensive message ', 0), (1045, 60, '2025-05-07 08:00:29', 'UTC', '54DD0167325', ' GERAGHTY, LIAM CPS-WX First hearing Drive motor vehicle when alcohol level above limit Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1046, 60, '2025-05-07 08:00:29', 'UTC', '54DD0091825', ' WEXLAR, DAVID CPS-WX First hearing Criminal damage to property valued under £5000 ', 0), (1047, 60, '2025-05-07 08:00:29', 'UTC', '54DD0148225', ' WHYTE, LIAM CPS-WX First hearing Fail to comply with a section 35 direction excluding a person from an area Theft from a shop ', 0), (1048, 60, '2025-05-07 08:00:29', 'UTC', '54DD0168325', ' GILLESPIE, ROBERT WILSPF First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (1049, 89, '2025-05-07 08:00:29', 'UTC', '06JJ0473424', ' HEYWOOD, JANE CPS-NW Hearing Theft from a shop Theft from a shop ', 0), (1050, 89, '2025-05-07 08:00:29', 'UTC', '06JJ0050025', ' HEYWOOD, JANE CPS-NW Hearing Theft from a shop ', 0), (1051, 90, '2025-05-07 08:00:29', 'UTC', '52SG0230824', ' LOCKYEAR, GRAHAM AVSPF Trial Harassment without violence ', 0), (1052, 90, '2025-05-07 08:00:29', 'UTC', '52SB0669624', ' BASSETT, MALCOLM CPS-SW Application Assault by beating ', 0), (1053, 90, '2025-05-07 08:00:29', 'UTC', '52SG0299624', ' FRITH, NIGEL CPS-SW First hearing Make a false statement to obtain insurance ', 0), (1054, 90, '2025-05-07 08:00:30', 'UTC', '52SJ0156324', ' BLACKMORE, JORDAN CPS-SW Plea Assault by beating Assault by beating ', 0), (1055, 90, '2025-05-07 08:00:30', 'UTC', '52SJ0011125', ' BISHOP, KURT CPS-SW Plea Theft from a shop TOOGOOD, DANIELLE Theft from a shop ASHMORE, NATASHA Theft from a shop ', 0), (1056, 61, '2025-05-07 08:00:30', 'UTC', '17SR0901824', ' OLDROYD, CHRIS CPS-NECD Trial Assault by beating ', 0), (1057, 61, '2025-05-07 08:00:30', 'UTC', '17NS1475224', ' ROBINSON, PHILLIP CPS-NECD Trial Fail to provide specimen for analysis - vehicle driver Use a motor vehicle on a road / public place without third party insurance ', 1), (1058, 61, '2025-05-07 08:00:30', 'UTC', '17SM1177624', ' HAWDON, COLIN CPS-NECD Trial Breach a non-molestation order - Family Law Act 1996 ', 0), (1059, 61, '2025-05-07 08:00:30', 'UTC', '17SR1689924', ' BISHOP, DARREN CPS-NECD Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1060, 61, '2025-05-07 08:00:30', 'UTC', '17SR1634224', ' BALOGUN, JOSEPH CPS-NECD Trial Racially / religiously aggravated assault occasioning actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (1061, 61, '2025-05-07 08:00:30', 'UTC', '17SR2042024', ' KNOTT, ANDREW CPS-NECD Trial Fail to provide specimen for analysis - vehicle driver ', 1), (1062, 61, '2025-05-07 08:00:30', 'UTC', '17SM0616125', ' PATE, EDWARD CPS-NECD First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (1063, 61, '2025-05-07 08:00:30', 'UTC', '17NH0614025', ' HILL, BRITTANY CPS-NECD First hearing Theft from a shop ', 0), (1064, 62, '2025-05-07 08:00:30', 'UTC', '22TP1243924', ' HEARD, Chris CPS-WM Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (1065, 62, '2025-05-07 08:00:30', 'UTC', '22GA1158023', ' SZUMALA, Mariusz CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (1066, 62, '2025-05-07 08:00:30', 'UTC', '22FA1119023', ' DALTON, Richard CPS-WM Mention Assault by beating of an emergency worker ', 0), (1067, 62, '2025-05-07 08:00:30', 'UTC', '22FA1261024', ' SEVERN, Anastasia CPS-WM Sentence Assault by beating Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (1068, 62, '2025-05-07 08:00:30', 'UTC', '22GA1341324', ' HUMPHRIES, Tre CPS-WM Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Have article with intent to destroy / damage property GAMBONE, Salvatorie Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Have article with intent to destroy / damage property ', 0), (1069, 62, '2025-05-07 08:00:30', 'UTC', '22GA1006225', ' EMMERSON, Daniel CPS-WM Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1070, 62, '2025-05-07 08:00:30', 'UTC', '22FA1085324', ' POWELL, David CPS-WM Mention & Fix Send false message by public electronic communication network to cause annoyance, ', 0), (1071, 91, '2025-05-07 08:00:31', 'UTC', '01KF1152725', ' CONSTANTIN, Marcel CPS-LN First hearing Assault by beating Intentional strangulation Assault by beating ', 0), (1072, 91, '2025-05-07 08:00:31', 'UTC', '01HT1389424', ' FREEMAN, Robert CPS-LN Sentence Burglary other than dwelling - theft Burglary other than dwelling - theft Burglary other than dwelling - theft Possess a controlled drug of Class A - Crack Cocaine ', 0), (1073, 91, '2025-05-07 08:00:31', 'UTC', '01GD1207124', ' YIHEYES, Dawit CPS-LN Hearing Exposure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (1074, 91, '2025-05-07 08:00:31', 'UTC', '01HT1137025', ' MASON, Michael CPS-LN Sentence Attempt theft from shop ', 0), (1075, 91, '2025-05-07 08:00:31', 'UTC', '01RP1209124', ' ENGEL, Jechiel CPS-LN Plea Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (1076, 91, '2025-05-07 08:00:31', 'UTC', '01KF1141025', ' MUHAMMED, Sulaiman Ajao CPS-LN Plea Possess an offensive weapon in a public place Fail to surrender to police / court bail at the appointed time ', 0), (1077, 91, '2025-05-07 08:00:31', 'UTC', '01HT1169525', ' WARSAMA, Ahmed CPS-LN Further Case Harassment - breach of a restraining order on Management conviction Assault by beating ', 0), (1078, 91, '2025-05-07 08:00:31', 'UTC', '01HT1160925', ' TAMBUNAN, Marlon CPS-LN Bail Variation Voyeurism - recording a private act - SOA 2003 Application Press/Publication restrictions apply to this case ', 0), (1079, 91, '2025-05-07 08:00:31', 'UTC', '01HT1188725', ' DALRYMPLE, Aundre CPS-LN Bail Application Burglary other than dwelling with intent to steal ', 0), (1080, 91, '2025-05-07 08:00:31', 'UTC', '01YR1161825', ' DALRYMPLE, Aundre CPS-LN Bail Application Burglary other than dwelling with intent to steal ', 0), (1081, 91, '2025-05-07 08:00:31', 'UTC', '01GD1153425', ' DALRYMPLE, Aundre CPS-LN Bail Application Burglary other than dwelling - theft ', 0), (1082, 91, '2025-05-07 08:00:31', 'UTC', '01HT1165525', ' RAMOS, Maria CPS-LN Bail Variation Stalking involving fear of violence Application ', 0), (1083, 91, '2025-05-07 08:00:31', 'UTC', '01KF1353424', ' MILNE, Andrew CPS-LN Further Case Stalking without fear / alarm / distress Management ', 0), (1084, 63, '2025-05-07 08:00:31', 'UTC', '50AC0044324', ' COLLINS, PAUL CPS-SW Trial Assault by beating Drive a motor vehicle dangerously ', 1), (1085, 63, '2025-05-07 08:00:31', 'UTC', '50AC0460824', ' MEDLYN, JOHN CPS-SW Trial Drive motor vehicle when alcohol level above limit ', 1), (1086, 63, '2025-05-07 08:00:31', 'UTC', '50SJ0245424', ' GILBERT, SAM CPS-SW Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (1087, 92, '2025-05-07 08:00:31', 'UTC', '01TX1086025', ' DOURADO, Midroy CPS-LN Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Distribute / display visible representation with intent to cause fear of / to provoke violence ', 0), (1088, 92, '2025-05-07 08:00:31', 'UTC', '01XH1213124', ' HANDSCOMBE, Andrew CPS-LN Mention - Criminal damage to property valued under £5000 Defendant to Attend ', 0), (1089, 92, '2025-05-07 08:00:31', 'UTC', '01TX1125925', ' HAJI-MAOW, Yusuf CPS-LN Further Case Fail to provide specimen for analysis - vehicle Management driver Use a motor vehicle on a road / public place without third party insurance ', 1), (1090, 92, '2025-05-07 08:00:31', 'UTC', '01XB1004125', ' ENE, Marcian-alex CPS-LN Plea Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1091, 92, '2025-05-07 08:00:31', 'UTC', '01XB1178624', ' TODD, Jimmy lee CPS-LN Sentence Attempt theft of pedal cycle Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (1092, 92, '2025-05-07 08:00:31', 'UTC', '01TX1117524', ' IBRAHIM, Sakariya CPS-LN Application Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1093, 92, '2025-05-07 08:00:31', 'UTC', '01XH1131425', ' CRAWLEY, William CPS-LN Plea Theft from a shop ', 0), (1094, 92, '2025-05-07 08:00:31', 'UTC', '01XB1106525', ' STIGNAC, Nathan CPS-LN Mention - Possess with intent to supply a controlled drug of Defendant to Class B - Cannabis Attend ', 0), (1095, 64, '2025-05-07 08:00:32', 'UTC', '20WV1202124', ' MOHAMMED, Barham CPS-WM Trial Assault a person thereby occasioning them actual bodily harm ', 0), (1096, 64, '2025-05-07 08:00:32', 'UTC', '20WS1161224', ' BROWN, Jeremy CPS-WM Mention Criminal damage to property valued under £5000 Assault by beating Stalking involving serious alarm / distress Threat to damage / destroy property ', 0), (1097, 64, '2025-05-07 08:00:32', 'UTC', '20DY1094525', ' LITTLE, Timothy CPS-WM Trial Burglary dwelling - with intent to steal Theft from a shop ', 0), (1098, 64, '2025-05-07 08:00:32', 'UTC', '20DY1493224', ' LITTLE, Timothy Dudley Mention Magistrates' Court ', 0), (1099, 64, '2025-05-07 08:00:32', 'UTC', '20DY1373024', ' HILES, Matthew CPS-WM Trial Assault by beating ', 0), (1100, 64, '2025-05-07 08:00:32', 'UTC', '20SW1069925', ' DHILLON, Dilbag CPS-WM Trial Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (1101, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0474125', ' BIELSKIS, ZYDRUWAS CPS-MC First hearing Drive whilst disqualified Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1102, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0435325', ' LOOSEMORE, ROBERT CPS-MC First hearing Obstruct / resist a constable in execution of duty ', 0), (1103, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0481825', ' BOWERS, FIONA CHESPF First hearing Drive motor vehicle when alcohol level above limit ', 1), (1104, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0483625', ' DOLAN, PAUL CPS-MC First hearing Common assault Common assault Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1105, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0485425', ' HICKEY, DENNIS CPS-MC First hearing Possess an offensive weapon in a public place Going equipped for theft - not motor vehicle ', 1), (1106, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0486825', ' WOODAGE, PAUL CPS-MC First hearing Obstruct / resist a constable in execution of duty ', 0), (1107, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0484025', ' MATTHEWS, ANDREW CPS-MC First hearing Destroy / damage property of a value unknown ', 0), (1108, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0484325', ' SLAVIN, DANIEL CHESPF First hearing Assault by beating ', 0), (1109, 65, '2025-05-07 08:00:32', 'UTC', '07NZ0370425', ' NEILL, CAROLINE CHESPF First hearing Theft from a shop Possess a controlled drug of Class A - Cocaine Possess with intent to supply a controlled drug of ', 0), (1110, 93, '2025-05-07 08:00:33', 'UTC', '55DH0091425', ' FOX, AMY CPS-WX First hearing Assault by beating ', 0), (1111, 93, '2025-05-07 08:00:33', 'UTC', '55DH0049925', ' DUTHIE, BEAU CPS-WX First hearing Assault by beating ', 0), (1112, 93, '2025-05-07 08:00:33', 'UTC', '55DH0226224', ' ROWLAND, REECE CPS-WX First hearing Theft by employee Theft by employee Burglary other than dwelling with intent to steal Burglary other than dwelling with intent to steal Burglary other than dwelling with intent to steal Burglary other than dwelling with intent to steal ', 0), (1113, 93, '2025-05-07 08:00:33', 'UTC', '55DH0225824', ' LEWIS, CARL CPS-WX First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (1114, 93, '2025-05-07 08:00:33', 'UTC', '55DH0276424', ' BALDWIN, MARK CPS-WX Plea to be Assault by beating Taken Assault by beating ', 0), (1115, 93, '2025-05-07 08:00:33', 'UTC', '55DH0265924', ' JUDD, MICHAEL CPS-WX First hearing Assault by beating ', 0), (1116, 93, '2025-05-07 08:00:33', 'UTC', '55DH0310024', ' STUART, ANDREW CPS-WX First hearing Assault by beating ', 0), (1117, 93, '2025-05-07 08:00:33', 'UTC', '55DH0331724', ' STONE, BRENT CPS-WX First hearing Harassment without violence ', 0), (1118, 94, '2025-05-07 08:00:33', 'UTC', '01SX1413824', ' DOGARU, Dani CPS-LN Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle / trailer the number of passenger / manner carried likely to cause danger ', 1), (1119, 94, '2025-05-07 08:00:33', 'UTC', '01QK1283724', ' SMITH, Kairo CPS-LN Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1120, 94, '2025-05-07 08:00:33', 'UTC', '01SX1415324', ' DENN, Tony CPS-LN Plea Produce controlled drug of Class B - cannabis ', 0), (1121, 94, '2025-05-07 08:00:33', 'UTC', '43SW0443824', ' SMITH, KAIRO CPS-TCTV Sentence Drive a motor vehicle dangerously Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Use a motor vehicle on a road / public place without third party insurance Driver of a vehicle fail to stop after a road accident Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fraudulently use a registration mark / registration document Press/Publication restrictions apply to this case ', 1), (1122, 94, '2025-05-07 08:00:33', 'UTC', '01QK1378124', ' SMITH, Kairo CPS-LN Sentence Take a motor vehicle without the owners consent ', 1), (1123, 94, '2025-05-07 08:00:33', 'UTC', '01SX1102625', ' KERR, Oraine CPS-LN Mention Assault by beating ', 0), (1124, 94, '2025-05-07 08:00:33', 'UTC', '01QK1332124', ' FENTON-JOSEPH, Jem CPS-LN Plea ', 0), (1125, 72, '2025-05-07 08:00:34', 'UTC', '60EW1623324', ' DELANEY, ANNE CPS-CYN Trial Drive motor vehicle when alcohol level above limit ', 1), (1126, 72, '2025-05-07 08:00:34', 'UTC', '60EW0002325', ' GEORGE, SARA CPS-CYN Trial Assault by beating ', 0), (1127, 72, '2025-05-07 08:00:34', 'UTC', '60EW1357724', ' JONES, RICKY CPS-CYN Trial Handle stolen goods ', 0), (1128, 72, '2025-05-07 08:00:34', 'UTC', '60EW0115125', ' JONES, RICKY CPS-CYN Sentence Fail to surrender to police / court bail at the appointed time Theft from a shop ', 0), (1129, 72, '2025-05-07 08:00:34', 'UTC', '60EW0365225', ' JONES, RICKY CPS-CYN Sentence Obstruct / resist a constable in execution of duty ', 0), (1130, 72, '2025-05-07 08:00:34', 'UTC', '60EW0030925', ' JONES, RICKY CPS-CYN Sentence Theft from a shop Remain on / enter premises in contravention of a closure notice - nuisance / disorder Fail to surrender to police / court bail at the appointed time ', 0), (1131, 72, '2025-05-07 08:00:34', 'UTC', '60EF1626424', ' NUTTALL, BENJAMIN CPS-CYN Trial Fail to provide specimen for analysis - vehicle driver ', 1), (1132, 72, '2025-05-07 08:00:34', 'UTC', '60EW0380625', ' RICHARDS, MALCOLM CPS-CYN Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin Handle stolen goods ', 0), (1133, 72, '2025-05-07 08:00:34', 'UTC', '60EW0431725', ' RICHARDS, MALCOLM CPS-CYN Plea Obstruct / resist a constable in execution of duty ', 0), (1134, 95, '2025-05-08 08:00:03', 'UTC', '01KD1368924', ' JOHNSON, Daniel CPS-LN Sentence Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified Make off without making payment Drive whilst disqualified ', 1), (1135, 95, '2025-05-08 08:00:03', 'UTC', '01KD1006625', ' FITZPATRICK, Terry CPS-LN Sentence Assault by beating ', 0), (1136, 95, '2025-05-08 08:00:03', 'UTC', '47EH0882724', ' MANKEVICIUS, TOMAS CPS-SE Mention Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1137, 95, '2025-05-08 08:00:03', 'UTC', '01KG5052222', ' COSTA, Renato CPS-LN Mention Obstruct an authorised person in exercise of a section 23 power to detain / search a person / vehicle / vessel re drugs Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (1138, 95, '2025-05-08 08:00:03', 'UTC', '01KF1135725', ' NADIF, Hanad CPS-LN Sentence Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Harassment - breach of a restraining order on conviction ', 0), (1139, 95, '2025-05-08 08:00:03', 'UTC', '01JI1032925', ' HASSAN, Md Mahede CPS-LN Further Case Stalking without fear / alarm / distress Management ', 0), (1140, 95, '2025-05-08 08:00:03', 'UTC', '01KG1075025', ' COSTA, Renato CPS-LN Mention Possess with intent to supply a controlled drug of ', 0), (1141, 96, '2025-05-08 08:00:03', 'UTC', '14XD1013125', ' ARCHER, Patrick CPS-YH Plea ', 0), (1142, 96, '2025-05-08 08:00:03', 'UTC', '14XD1013025', ' ARCHER, Patrick CPS-YH Plea ', 0), (1143, 96, '2025-05-08 08:00:03', 'UTC', '14XB1117525', ' MURPHY, Shane CPS-YH Bail Application ', 0), (1144, 96, '2025-05-08 08:00:03', 'UTC', '14XN1017725', ' LUNN, Andrew CPS-YH Application ', 0), (1145, 96, '2025-05-08 08:00:03', 'UTC', '14XB1178824', ' BARKER, Kylie CPS-YH Sentence ', 0), (1146, 96, '2025-05-08 08:00:03', 'UTC', '14XB1057425', ' LYNCH, Marie CPS-YH Sentence ', 0), (1147, 96, '2025-05-08 08:00:03', 'UTC', '14XB1100825', ' HODSON, Jack CPS-YH Sentence ', 0), (1148, 96, '2025-05-08 08:00:03', 'UTC', '14XQ1048025', ' MAYFIELD, Jordan CPS-YH Sentence ', 0), (1149, 96, '2025-05-08 08:00:03', 'UTC', '14XO1105824', ' SMITH, Jason CPS-YH Sentence ', 0), (1150, 96, '2025-05-08 08:00:03', 'UTC', '13BD0230625', ' SMITH, JASON CPS-YH Sentence ', 0), (1151, 96, '2025-05-08 08:00:03', 'UTC', '14XA1323024', ' COOPER, Paige CPS-YH Trial ', 0), (1152, 96, '2025-05-08 08:00:03', 'UTC', '14XA1320424', ' O'CONNOR, Paul CPS-YH Trial ', 0), (1153, 96, '2025-05-08 08:00:03', 'UTC', '14XN1065623', ' BURROWS, Andrew CPS-YH Trial ', 0), (1154, 2, '2025-05-08 08:00:03', 'UTC', '42MR1649925', ' DAWSON, Daniel CPS-EEE First hearing Assault by beating of an emergency worker Drive motor vehicle when alcohol level above limit ', 1), (1155, 2, '2025-05-08 08:00:03', 'UTC', '42MR1644525', ' BERHE, Noah CPS-EEE First hearing Drunk and disorderly in a public place Criminal damage to property valued under £5000 ', 0), (1156, 2, '2025-05-08 08:00:03', 'UTC', '42MR2587924', ' PARSONS, Owen CPS-EEE First hearing Cause serious injury by careless / inconsiderate driving ', 0), (1157, 2, '2025-05-08 08:00:03', 'UTC', '42MR2218124', ' RYAN, Mark CPS-EEE First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class A - Cocaine Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1158, 2, '2025-05-08 08:00:03', 'UTC', '42MR2493324', ' CLARK, Stuart CPS-EEE First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (1159, 2, '2025-05-08 08:00:03', 'UTC', '42MR2213023', ' JOYCE, Christopher CPS-EEE First hearing Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 ', 0), (1160, 2, '2025-05-08 08:00:03', 'UTC', '42MR1115025', ' LOUREIRO, Fernando CPS-EEE First hearing Common assault Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1161, 2, '2025-05-08 08:00:03', 'UTC', '42MR1661225', ' HOWARD, Chantelle CPS-EEE First hearing Assault by beating ', 0), (1162, 3, '2025-05-08 08:00:03', 'UTC', '44BB0021525', ' TODD, DALE CPS-WX First hearing ', 0), (1163, 3, '2025-05-08 08:00:03', 'UTC', '44BB0858324', ' LEICESTER, KARL CPS-WX First hearing ', 0), (1164, 3, '2025-05-08 08:00:03', 'UTC', '44BB0219825', ' O'LEARY, BARRIE CPS-WX First hearing ', 0), (1165, 3, '2025-05-08 08:00:03', 'UTC', '44PC0367725', ' GOVER, ANDREW CPS-WX First hearing ', 0), (1166, 3, '2025-05-08 08:00:03', 'UTC', '44BB0303023', ' CRAWLEY, GARY CPS-WX First hearing ', 0), (1167, 3, '2025-05-08 08:00:03', 'UTC', '44BB0201325', ' MEDHURST, SAMUEL CPS-WX First hearing ', 0), (1168, 3, '2025-05-08 08:00:03', 'UTC', '44BB0247225', ' KAMANGA, TAKUNDA CPS-WX First hearing ', 0), (1169, 3, '2025-05-08 08:00:03', 'UTC', '44BB0892624', ' DEVINE, CHRISTOPHER CPS-WX First hearing ', 0), (1170, 3, '2025-05-08 08:00:03', 'UTC', '44BB0245525', ' COBURN, ROSS CPS-WX First hearing ', 0), (1171, 3, '2025-05-08 08:00:03', 'UTC', '44BB0156424', ' JACKSON, PHILLIP HIWPF Sentence ', 0), (1172, 3, '2025-05-08 08:00:03', 'UTC', '44BB0152424', ' BEESLEY, GLEN CPS-WX Sentence ', 0), (1173, 3, '2025-05-08 08:00:03', 'UTC', '44BB0183225', ' BROWN, PEARL CPS-WX Plea ', 0), (1174, 3, '2025-05-08 08:00:03', 'UTC', '44BB0211225', ' MORIARTY, CHRISTOPHER CPS-WX Sentence ', 0), (1175, 3, '2025-05-08 08:00:03', 'UTC', '44BB0118825', ' KAMANGA, TAKUNDA CPS-WX Sentence ', 0), (1176, 3, '2025-05-08 08:00:03', 'UTC', '44BB0150925', ' KAMANGA, TAKUNDA CPS-WX Sentence ', 0), (1177, 3, '2025-05-08 08:00:03', 'UTC', '44BB0175625', ' BREWER, MICHAEL CPS-WX Sentence ', 0), (1178, 4, '2025-05-08 08:00:04', 'UTC', '52SE0016525', ' JOHNSON, CHLOE CPS-SW Sentence Assault by beating Assault by beating of an emergency worker ', 0), (1179, 4, '2025-05-08 08:00:04', 'UTC', '52SE0170224', ' MINNS, SIMON CPS-SW First hearing Drive a vehicle whilst unfit through drugs ', 1), (1180, 4, '2025-05-08 08:00:04', 'UTC', '52SE0038325', ' MCKENZIE, LEROY CPS-SW First hearing Assault by beating ', 0), (1181, 4, '2025-05-08 08:00:04', 'UTC', '52SE0140523', ' RHYMER, NEVIL CPS-SW First hearing Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal Offender 18 or over cause / incite a girl under 13 to engage in sexual activity - no penetration - SOA 2003 Press/Publication restrictions apply to this case ', 0), (1182, 4, '2025-05-08 08:00:04', 'UTC', '52SE0166824', ' GIVANS, JACOB CPS-SW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (1183, 4, '2025-05-08 08:00:04', 'UTC', '52SE0041525', ' FLANAGAN, SARAH CPS-SW First hearing Theft from a shop ', 0), (1184, 4, '2025-05-08 08:00:04', 'UTC', '52SE0043325', ' EDDY, ANDREW CPS-SW First hearing Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1185, 4, '2025-05-08 08:00:04', 'UTC', '52SB0684223', ' WATSON, PETER CPS-SW First hearing Adult attempt to engage in sexual communication with a child Adult attempt to engage in sexual communication with a child Adult attempt to engage in sexual communication with a child Adult attempt to engage in sexual communication ', 0), (1186, 6, '2025-05-08 08:00:05', 'UTC', '01TK1860925', ' PLUMMER, Jonathan METPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1187, 6, '2025-05-08 08:00:05', 'UTC', '01TA1610025', ' OZTURK, Sinem METPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (1188, 6, '2025-05-08 08:00:05', 'UTC', '01TK1905725', ' GOODHEAD, Marcel METPF Pre-Trial Review Speeding - exceed 20 mph - Local Order - manned equipment ', 0), (1189, 6, '2025-05-08 08:00:05', 'UTC', '01TA1601125', ' ADAM, Hassan METPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (1190, 6, '2025-05-08 08:00:05', 'UTC', '01TK1893825', ' ALLEN, Tameika METPF Plea Speeding - exceed 20 mph - Local Order - manned equipment ', 0), (1191, 6, '2025-05-08 08:00:05', 'UTC', '01TA1613125', ' MORRISON-FACER, Dimarli METPF Plea Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (1192, 6, '2025-05-08 08:00:05', 'UTC', '01TK1893225', ' MANORANJAN, Senthusan METPF Plea Speeding - exceed 20 mph - Local Order - manned equipment ', 0), (1193, 6, '2025-05-08 08:00:05', 'UTC', '01TK1863325', ' REID, Andrew Joseph METPF Pre-Trial Review Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (1194, 6, '2025-05-08 08:00:05', 'UTC', '01TJ1124725', ' RUTKAUSKAS, Karolis METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1195, 7, '2025-05-08 08:00:05', 'UTC', '20BE2139724', ' MAHMOOD, Zahid CPS-WM Sentence Possess an offensive weapon in a public place ', 0), (1196, 7, '2025-05-08 08:00:05', 'UTC', '20BW2577124', ' MAHMOOD, Zahid CPS-WM Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use a motor vehicle on a road / public place without third party insurance ', 1), (1197, 7, '2025-05-08 08:00:05', 'UTC', '20BE1468825', ' MAHMOOD, Zahid CPS-WM Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (1198, 7, '2025-05-08 08:00:05', 'UTC', '20BW2334824', ' MAHMOOD, Zahid CPS-WM Sentence Possess an offensive weapon in a public place ', 0), (1199, 7, '2025-05-08 08:00:05', 'UTC', '20BE1984524', ' ALI, Yousuf CPS-WM Plea Drive whilst unfit through drink ', 0), (1200, 7, '2025-05-08 08:00:05', 'UTC', '20BE1379725', ' BROOKES, Kieran CPS-WM Bail Application Theft from a shop Theft from a shop ', 0), (1201, 8, '2025-05-08 08:00:06', 'UTC', '04ZL1691624', ' DEVASIA, Thomas CPS-NW Sentence Adult attempt to engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (1202, 8, '2025-05-08 08:00:06', 'UTC', '04ZL3540624', ' JAVED, Waqas CPS-NW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1203, 8, '2025-05-08 08:00:06', 'UTC', '04ZL1001025', ' MIRZA, Adeeb CPS-NW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance ', 1), (1204, 8, '2025-05-08 08:00:06', 'UTC', '04ZL1094624', ' Bibby, Corey LANPF Plea Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug ', 0), (1205, 8, '2025-05-08 08:00:06', 'UTC', '04ZL1091025', ' COOPER, Luke CPS-NW Sentence Possess an offensive weapon in a public place ', 0), (1206, 8, '2025-05-08 08:00:06', 'UTC', '04ZL4128024', ' MITHA, Salim CPS-NW Sentence Drive whilst disqualified Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals ', 1), (1207, 8, '2025-05-08 08:00:06', 'UTC', '06KK0190925', ' MITHA, SALIM CPS-NW Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1208, 8, '2025-05-08 08:00:06', 'UTC', '04ZL2453724', ' KERR, Amanda CPS-NW Plea Theft from a shop ', 0), (1209, 76, '2025-05-08 08:00:06', 'UTC', '06FF0240625', ' WHITE, KEENAN CPS-NW Mention Assault by beating Theft from a shop Theft from a shop Theft from a shop ', 0), (1210, 76, '2025-05-08 08:00:06', 'UTC', '06A10225825', ' SPEERS, William CPS-NW Mention Intentional strangulation Criminal damage to property valued under £5000 ', 0), (1211, 76, '2025-05-08 08:00:06', 'UTC', '06A10200625', ' HAMA, GARMYAN CPS-NW Mention - Common assault Defendant to Press/Publication restrictions apply to this case Attend ', 0), (1212, 76, '2025-05-08 08:00:06', 'UTC', '06A10231425', ' LEE, James CPS-NW Mention Harassment - put in fear of violence ', 0), (1213, 76, '2025-05-08 08:00:06', 'UTC', '06A10166125', ' DEAN, Brandon CPS-NW Mention - Possess knife blade / sharp pointed article in a Defendant to public place - Criminal Justice Act 1988 Attend ', 0), (1214, 76, '2025-05-08 08:00:06', 'UTC', '06MM0120225', ' KANDRAC, Milan CPS-NW Bail Application Theft from a shop Theft from a shop ', 0), (1215, 76, '2025-05-08 08:00:06', 'UTC', '06A20415023', ' HOQUE, Ivan CPS-NW Mention Robbery Robbery Possess a controlled drug of Class B - Other ', 0), (1216, 76, '2025-05-08 08:00:06', 'UTC', '06MM0129125', ' PEEL, LUCAS CPS-NW Bail Application Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Criminal damage to property valued under £5000 ', 0), (1217, 10, '2025-05-08 08:00:07', 'UTC', '47CC0003725', ' ROCHA OLIVEIRA, JOSE CPS-SE Hearing Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Fail to co-operate with a preliminary test - motor vehicle offence Drive whilst disqualified ', 1), (1218, 10, '2025-05-08 08:00:07', 'UTC', '47WW0942724', ' LEE, RAYMOND CPS-SE Hearing Possess a controlled drug of Class A - Other Obstruct/resist a constable in execution of duty Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1219, 10, '2025-05-08 08:00:07', 'UTC', '47CC0448625', ' CEESAY, MUSTAPHA CPS-SE Further Case Common assault Management Stalking involving fear of violence Press/Publication restrictions apply to this case ', 0), (1220, 10, '2025-05-08 08:00:07', 'UTC', '47EE0609725', ' CALDARAR, MARIA CPS-SE Application Theft from a shop Theft from a shop ', 0), (1221, 12, '2025-05-08 08:00:07', 'UTC', '01RG1351024', ' SWAIN, Danny William Michael CPS-LS Trial Theft from a motor vehicle ', 1), (1222, 12, '2025-05-08 08:00:07', 'UTC', '01ZD1608724', ' WILLIAMS, Terry CPS-LS Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1223, 12, '2025-05-08 08:00:07', 'UTC', '01PL1433824', ' ARCHER, Jamarl CPS-LS Trial Use a motor vehicle on a road / public place without third party insurance Take a motor vehicle without the owners consent Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Drive whilst disqualified Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 1), (1224, 12, '2025-05-08 08:00:07', 'UTC', '01TJ1396524', ' TAYLOR, Joseph METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1225, 12, '2025-05-08 08:00:07', 'UTC', '01TK3808724', ' LOUDEN, Paul METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (1226, 77, '2025-05-08 08:00:07', 'UTC', '04ZL3448124', ' MUHITH, Abdul CPS-NW Sentence Assault by beating of an emergency worker Theft from a motor vehicle Assault by beating of an emergency worker Assault by beating ', 1), (1227, 77, '2025-05-08 08:00:07', 'UTC', '04ZL3035423', ' HIGGINS, Daniel CPS-NW Trial Drive whilst disqualified ', 0), (1228, 14, '2025-05-08 08:00:08', 'UTC', '35NT1223825', ' PALMER, Trevor CPS-EEEC First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (1229, 14, '2025-05-08 08:00:08', 'UTC', '35NT1927024', ' MACK, Philip CPS-EEEC First hearing Use a motor vehicle on a road / public place without third party insurance Fraudulently use a registration mark / registration document Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (1230, 14, '2025-05-08 08:00:08', 'UTC', '42MR3295424', ' COLLIS, Samuel ESXPF Plea Send communication / article of an indecent / offensive nature ', 0), (1231, 14, '2025-05-08 08:00:08', 'UTC', '35NT1204225', ' BESTER, Olivia CPS-EEEC Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (1232, 14, '2025-05-08 08:00:08', 'UTC', '35NT1259925', ' COCIU, Mariana CPS-EEEC Plea Theft from a shop Theft from a shop COCIU, Doinita Theft from a shop Theft from a shop ', 0), (1233, 14, '2025-05-08 08:00:08', 'UTC', '35NT1186225', ' HOOTEN, Alex CPS-EEEC First hearing Criminal damage to property valued under £5000 ', 0), (1234, 14, '2025-05-08 08:00:08', 'UTC', '35NT1126425', ' HARDY, Toni CPS-EEEC Plea Drive motor vehicle when alcohol level above limit ', 1), (1235, 14, '2025-05-08 08:00:08', 'UTC', '35NT2008724', ' MAUGHAN, John CPS-EEEC First hearing Assault by beating of an emergency worker ', 0), (1236, 15, '2025-05-08 08:00:08', 'UTC', '21CL2723524', ' Defendant CPS-WM First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a motor vehicle which had been taken without the owner's consent Press/Publication restrictions apply to this case ', 1), (1237, 15, '2025-05-08 08:00:08', 'UTC', '21GS2205924', ' Defendant CPS-WM Plea Assault by beating Criminal damage to property valued under £5000 Assault by beating Press/Publication restrictions apply to this case ', 0), (1238, 15, '2025-05-08 08:00:08', 'UTC', '21CL1524324', ' Defendant STAFPF Mention Carried in / on conveyance taken without consent ( not motor vehicle ) Press/Publication restrictions apply to this case ', 1), (1239, 15, '2025-05-08 08:00:08', 'UTC', '21WT0225225', ' RASHID, ARIF STAFPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1240, 15, '2025-05-08 08:00:08', 'UTC', '21GS0620825', ' Defendant CPS-WM First hearing Assault by beating of an emergency worker Press/Publication restrictions apply to this case ', 0), (1241, 15, '2025-05-08 08:00:08', 'UTC', '21CL2390124', ' Defendant CPS-WM First hearing Theft from a shop Press/Publication restrictions apply to this case ', 0), (1242, 15, '2025-05-08 08:00:08', 'UTC', '21CL2389324', ' Defendant CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 Theft - other - including theft by finding Press/Publication restrictions apply to this case ', 0), (1243, 15, '2025-05-08 08:00:08', 'UTC', '93AX0008225', ' Defendant BTP Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Press/Publication restrictions apply to this case ', 0), (1244, 15, '2025-05-08 08:00:08', 'UTC', '93JD0507725', ' Defendant BTP Plea Wound / inflict grievous bodily harm without intent Assault by beating of an emergency worker Possess knife blade / sharp pointed article in a ', 0), (1245, 16, '2025-05-08 08:00:08', 'UTC', '62EN0040625', ' SALEH, SABRINA CPS-CYSE First hearing Assault by beating Assault by beating Criminal damage to property valued under £5000 Assault by beating ', 0), (1246, 16, '2025-05-08 08:00:08', 'UTC', '62EN1124624', ' SPENCER, WENDY CPS-CYSE First hearing Assault by beating of an emergency worker ', 0), (1247, 16, '2025-05-08 08:00:08', 'UTC', '62CL0292725', ' PSZENYCZNYJ, CHAY CPS-CYSE First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (1248, 16, '2025-05-08 08:00:08', 'UTC', '62EN0355625', ' BUSUTTIL, JAY CPS-CYSE First hearing Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Fail to provide specimen for analysis - vehicle driver O'CONNELL, MICHAEL In charge of motor vehicle - alcohol level above limit Obstruct / resist a constable in execution of duty ', 1), (1249, 16, '2025-05-08 08:00:08', 'UTC', '62CL0289125', ' INGLIS, KERRY CPS-CYSE First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (1250, 16, '2025-05-08 08:00:08', 'UTC', '62EN0200325', ' MULLIGAN, SAM CPS-CYSE Sentence Burglary other than dwelling - theft Theft from a shop Burglary other than dwelling with intent to steal ', 0), (1251, 16, '2025-05-08 08:00:08', 'UTC', '62EN0237525', ' SALEH, SABRINA CPS-CYSE First hearing Theft from a shop ', 0), (1252, 16, '2025-05-08 08:00:08', 'UTC', '62CL0295825', ' HARDY, CHRISTOPHER CPS-CYSE First hearing   Possess a controlled drug of Class B -   Amphetamine   ', 0), (1253, 16, '2025-05-08 08:00:08', 'UTC', '62EN0341725', ' MCKECHNIE, ANDY CPS-CYSE First hearing   Breach sexual harm prevention order   Breach sexual harm prevention order   ', 0), (1254, 16, '2025-05-08 08:00:08', 'UTC', '62EN0356525', ' TOKBE, NELSON CPS-CYSE First hearing   Use a motor vehicle on a road / public place   without third party insurance   Drive motor vehicle when alcohol level above limit   Drive a motor vehicle otherwise than in   accordance with a licence - endorsable offence   ', 1), (1255, 16, '2025-05-08 08:00:08', 'UTC', '62EN0356325', ' DONNELLY, CIAN CPS-CYSE First hearing   Fail to provide specimen for analysis - vehicle   driver   ', 1), (1256, 16, '2025-05-08 08:00:08', 'UTC', '62EN0350625', ' HUTCHINSON, CHABE CPS-CYSE First hearing   Breach sexual harm prevention order   Breach sexual harm prevention order   ', 0), (1257, 16, '2025-05-08 08:00:08', 'UTC', '62CL0132325', ' COLLINS, ELLE CPS-CYSE Plea   Assault by beating of an emergency worker   Assault by beating of an emergency worker   Assault by beating of an emergency worker   ', 0), (1258, 16, '2025-05-08 08:00:08', 'UTC', '62EN0143925', ' WILLIAMS, LUKE CPS-CYSE First hearing   Drive motor vehicle when alcohol level above limit   Speeding - exceed 20 mph on restricted road in   Wales - manned equipment   Drive a motor vehicle otherwise than in   accordance with a licence - endorsable offence   Use a motor vehicle on a road / public place   without third party insurance   ', 1), (1259, 16, '2025-05-08 08:00:08', 'UTC', '62EN0359125', ' THOMAS, TRACY CPS-CYSE First hearing   Drunk and disorderly in a public place   ', 0), (1260, 18, '2025-05-08 08:00:08', 'UTC', '42MR2600724', ' NUR, Guled ESXPF Sentence Possess a class C drug for import with intent to evade prohibition / restriction ', 0), (1261, 18, '2025-05-08 08:00:08', 'UTC', '42MR1725925', ' BATES, Josh CPS-EEE Sentence Threat to damage / destroy property ', 0), (1262, 19, '2025-05-08 08:00:09', 'UTC', '53CH0223724', ' LACEY, CAROLYN CPS-SW Application Assault by beating Common assault Breach a non-molestation order - Family Law Act 1996 ', 0), (1263, 19, '2025-05-08 08:00:09', 'UTC', '53BH0122025', ' NIANG, ABDOU CPS-SW Sentence Drive motor vehicle when alcohol level above limit Fail to provide specimen for analysis - vehicle driver ', 1), (1264, 19, '2025-05-08 08:00:09', 'UTC', '53AH0219824', ' WALTON, COLBIE CPS-SW Sentence Send communication threatening death or serious harm ', 0), (1265, 19, '2025-05-08 08:00:09', 'UTC', '53BH0438024', ' HOOPER, NATALIE CPS-SW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1266, 78, '2025-05-08 08:00:09', 'UTC', '07WZ1803424', ' LEON, SIMON CPS-MC Mention Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (1267, 20, '2025-05-08 08:00:09', 'UTC', '30DI0727924', ' BAUGH, Johnathon CPS-EM Sentence Criminal damage to property valued under £5000 Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1268, 20, '2025-05-08 08:00:09', 'UTC', '30DI0880725', ' LOWE, VINCENT CPS-EM First hearing Criminal damage to property valued under £5000 ', 0), (1269, 20, '2025-05-08 08:00:09', 'UTC', '30DI2763424', ' KNOWLES, MATHEW CPS-EM First hearing Drive a motor vehicle dangerously Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit ', 1), (1270, 20, '2025-05-08 08:00:09', 'UTC', '30DI0569125', ' HUMPHREY, NIGEL CPS-EM Plea Theft from a shop Theft from a shop Theft from a shop Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1271, 20, '2025-05-08 08:00:09', 'UTC', '30DI2729524', ' BROWN, Luke CPS-EM First hearing Possess a class C controlled drug ', 0), (1272, 20, '2025-05-08 08:00:09', 'UTC', '30DI2712724', ' DANCE, Shaun CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1273, 20, '2025-05-08 08:00:09', 'UTC', '30DI0834025', ' NOBLE, TEEJAY CPS-EM First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (1274, 79, '2025-05-08 08:00:09', 'UTC', '42MR3439024', ' MCCANN, Thomas CPS-EEE Plea Criminal damage to property valued under £5000 ', 0), (1275, 79, '2025-05-08 08:00:09', 'UTC', '42MR1278225', ' BRANCH, Shanice CPS-EEE Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (1276, 79, '2025-05-08 08:00:09', 'UTC', '42MR1254425', ' RILEY, Dominic CPS-EEE Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (1277, 79, '2025-05-08 08:00:09', 'UTC', '42MR1387225', ' LOMAN, Adam CPS-EEE Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1278, 79, '2025-05-08 08:00:09', 'UTC', '42MR2955224', ' RELF-STABLES, Kyle CPS-EEE Sentence Fraud by false representation - Fraud Act 2006 ', 0), (1279, 79, '2025-05-08 08:00:09', 'UTC', '42MR2643524', ' FERRIS, Rebecca CPS-EEE Plea Assault by beating of an emergency worker Assault by beating of an emergency worker Possess a controlled drug of Class B - Cannabis / Cannabis Resin Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (1280, 79, '2025-05-08 08:00:09', 'UTC', '42MR1326024', ' JOHNSON, Cassie CPS-EEE Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (1281, 79, '2025-05-08 08:00:09', 'UTC', '42MR1624624', ' SHARPE, Gary CPS-EEE Plea Criminal damage to property valued under £5000 ', 0), (1282, 79, '2025-05-08 08:00:10', 'UTC', '42MR1026425', ' PARIRENYATWA, Munyaradzi CPS-EEE Sentence Assault by beating ', 0), (1283, 97, '2025-05-08 08:00:10', 'UTC', '61SC1656324', ' SINGH, AMRIK GWTPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1284, 97, '2025-05-08 08:00:10', 'UTC', '61SC1378324', ' GRIFFIN, MICHAEL GWTPF Sentence Exceed a 50mph speed restriction on a special road / motorway - automatic camera device ', 1), (1285, 97, '2025-05-08 08:00:10', 'UTC', '61SC1335724', ' HUMPHREYS, JAYDEN GWTPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1286, 97, '2025-05-08 08:00:10', 'UTC', '61SC1164624', ' WHITE, JAMIE GWTPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1287, 81, '2025-05-08 08:00:11', 'UTC', '01TA3827924', ' HANCOX, Joel METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (1288, 81, '2025-05-08 08:00:11', 'UTC', '01CW1223825', ' SINGH, Satgur CPS-LS Sentence Theft from a shop ', 0), (1289, 81, '2025-05-08 08:00:11', 'UTC', '01XB1093825', ' LUSZCZAK, Karol CPS-LN Trial Assault by beating Send communication threatening death or serious harm ', 0), (1290, 81, '2025-05-08 08:00:11', 'UTC', '01XB1071925', ' SYAM, Rafeek CPS-LN Trial Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (1291, 81, '2025-05-08 08:00:11', 'UTC', '01XH1334724', ' COULLEAU, Richard CPS-LN Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1292, 81, '2025-05-08 08:00:11', 'UTC', '01XB1033925', ' MUKASA, Stella CPS-LN Mention Assault by beating ', 0), (1293, 81, '2025-05-08 08:00:11', 'UTC', '01TA4299024', ' ABU, Omar METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (1294, 81, '2025-05-08 08:00:11', 'UTC', '01TA4164424', ' ASFAHA, Aron METPF Trial Drive a vehicle when the registration mark fails to conform with regulations ', 1), (1295, 26, '2025-05-08 08:00:11', 'UTC', '46ZY1870023', ' WARRWICK, Ian CPS-SE Sentence Harassment without violence Harassment without violence ', 0), (1296, 26, '2025-05-08 08:00:11', 'UTC', '46YY1127625', ' REGESTER, Jake-lee CPS-SE Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (1297, 26, '2025-05-08 08:00:11', 'UTC', '46ZY1302825', ' REGESTER, Jake-y-lee CPS-SE Sentence Theft from a shop ', 0), (1298, 26, '2025-05-08 08:00:11', 'UTC', '46ZY1330825', ' REGESTER, Jake CPS-SE Sentence Theft from a shop ', 0), (1299, 26, '2025-05-08 08:00:11', 'UTC', '46ZY1352725', ' THOMAS, Rhiannon CPS-SE First hearing Drunk and disorderly in a public place ', 0), (1300, 26, '2025-05-08 08:00:11', 'UTC', '46ZY1316425', ' GROOM, Blake CPS-SE First hearing Attempt theft from shop Threaten a person with a blade / sharply pointed article in a public place ', 0), (1301, 26, '2025-05-08 08:00:11', 'UTC', '46ZY2093824', ' VALLE, Marty CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Fail to surrender to police / court bail at the appointed time ', 1), (1302, 27, '2025-05-08 08:00:11', 'UTC', '16XL0530225', ' MCDONAGH, MICHAEL CPS-YH Sentence Assault by beating Criminal damage to property valued under £5000 Affray ', 0), (1303, 27, '2025-05-08 08:00:11', 'UTC', '06II0002725', ' TYCZYNSKI, PAWEL CPS-NW Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1304, 27, '2025-05-08 08:00:11', 'UTC', '16XL2437824', ' FERNARDEZ, HALEY CPS-YH Mention Send by public communication network an offensive / indecent / obscene / menacing message / matter Assault by beating Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Driver of a vehicle involved in a road accident fail to report that accident Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use a motor vehicle on a road / public place without third party insurance Possess a controlled drug of Class A - Cocaine ', 1), (1305, 27, '2025-05-08 08:00:11', 'UTC', '16XL2010324', ' DALY, KIAN CPS-YH Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1306, 27, '2025-05-08 08:00:11', 'UTC', '16XL0860525', ' MAWSON, NATHAN CPS-YH Mention Theft from a shop Common assault Theft from a shop Theft from the person of another Harassment - breach of a restraining order on conviction ', 0), (1307, 28, '2025-05-08 08:00:12', 'UTC', '45GD0019025', ' NEWBY, MICHELLE CPS-SE Sentence Drive motor vehicle when alcohol level above limit ', 1), (1308, 28, '2025-05-08 08:00:12', 'UTC', '45EL0310625', ' SAMPSON, SPENCER CPS-SE Sentence Drive motor vehicle when alcohol level above limit ', 1), (1309, 28, '2025-05-08 08:00:12', 'UTC', '45RB0832123', ' SHALLOW, ASHLEY SURRPF Plea Arson with recklessness as to whether life was endangered Unauthorised possession in prison of knife or offensive weapon ', 0), (1310, 28, '2025-05-08 08:00:12', 'UTC', '45GD1577624', ' STONE, SKYLA CPS-SE Mention Common assault Theft from a shop ', 0), (1311, 28, '2025-05-08 08:00:12', 'UTC', '45WV1242224', ' COOPER, KAINE CPS-SE Sentence Common assault Use violence to secure entry to premises Criminal damage to property valued under £5000 Common assault ', 0), (1312, 28, '2025-05-08 08:00:12', 'UTC', '45WK1619624', ' BIRCH, ALAN CPS-SE Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (1313, 28, '2025-05-08 08:00:12', 'UTC', '45EP1819824', ' TURNER, MATTHEW SURRPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1314, 98, '2025-05-08 08:00:12', 'UTC', '12NY0485025', ' FRANK, SIMON CPS-YH First hearing Drive motor vehicle when alcohol level above limit ', 1), (1315, 98, '2025-05-08 08:00:12', 'UTC', '12NY0489425', ' MURGATROYD, KYLE CPS-YH First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1316, 98, '2025-05-08 08:00:12', 'UTC', '12NY0441425', ' WRIGHTSON, DARREN CPS-YH First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (1317, 98, '2025-05-08 08:00:12', 'UTC', '12NY0495525', ' FOX, PAUL CPS-YH First hearing Drive motor vehicle when alcohol level above limit ', 1), (1318, 98, '2025-05-08 08:00:12', 'UTC', '12NY0503625', ' MEREDITH, DANIEL CPS-YH First hearing Fail to provide specimen for analysis - vehicle driver Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1319, 98, '2025-05-08 08:00:12', 'UTC', '12NY0664524', ' BUTLER, NATHAN CPS-YH First hearing Assault by beating of an emergency worker ', 0), (1320, 98, '2025-05-08 08:00:12', 'UTC', '12NY0497625', ' LEWIS, MARTIN CPS-YH First hearing Drunk and disorderly in a public place ', 0), (1321, 29, '2025-05-08 08:00:12', 'UTC', '47EE2305524', ' STANFORD, SUZIE CPS-SE Trial Criminal damage to property valued under £5000 Assault by beating ', 0), (1322, 29, '2025-05-08 08:00:12', 'UTC', '47EH2131924', ' HUTTON, JAMES CPS-SE Trial Assault by beating ', 0), (1323, 82, '2025-05-08 08:00:13', 'UTC', '01EK1106225', ' POPHAN, Steven CPS-LN Plea Theft from a shop ', 0), (1324, 82, '2025-05-08 08:00:13', 'UTC', '93JD0255325', ' DIALLO, OUSMAN CPS-WM Plea Drunk and disorderly in a public place ', 0), (1325, 82, '2025-05-08 08:00:13', 'UTC', '01YR1147625', ' ELMIA, Yusef CPS-LN First hearing Individual fail to comply with a community protection notice ', 0), (1326, 82, '2025-05-08 08:00:13', 'UTC', '01YE1124025', ' ROSE, Faye CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (1327, 82, '2025-05-08 08:00:13', 'UTC', '01CW1231325', ' DANILA, Sabina CPS-LS First hearing Theft from the person of another ', 0), (1328, 82, '2025-05-08 08:00:13', 'UTC', '01NI1147725', ' BLOOMFIELD, Lee CPS-LN First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1329, 82, '2025-05-08 08:00:13', 'UTC', '01NI1147525', ' ZANINI, Paolo CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (1330, 82, '2025-05-08 08:00:13', 'UTC', '01BX1014125', ' LEIGH, Roger CPS-LS First hearing Sell / otherwise dispose of a ticket for a designated football match ', 0), (1331, 82, '2025-05-08 08:00:13', 'UTC', '01YR1148025', ' EKILA, Rosy CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (1332, 82, '2025-05-08 08:00:13', 'UTC', '93JD0412925', ' ANSAH-JONES, OHENE CPS-WM Plea Possess an offensive weapon in a public place ', 0), (1333, 82, '2025-05-08 08:00:13', 'UTC', '93JD1480724', ' LEWIS, LELA CPS-WM Plea ', 0), (1334, 36, '2025-05-08 08:00:14', 'UTC', '04ZL1589825', ' LEEMING, Andrew CPS-NW Sentence Assault by beating Fail to surrender to police / court bail at the appointed time Criminal damage to property valued under £5000 ', 0), (1335, 36, '2025-05-08 08:00:14', 'UTC', '04ZL1487425', ' RICHARDSON, Shelly-ann CPS-NW Sentence Drive motor vehicle when alcohol level above limit ', 1), (1336, 36, '2025-05-08 08:00:14', 'UTC', '04ZL1384125', ' HIGHAM, Barry CPS-NW Further Case Criminal damage to property valued under £5000 Management Fail to surrender to police / court bail at the appointed time ', 0), (1337, 36, '2025-05-08 08:00:14', 'UTC', '04ZL3553623', ' HILEY, Cameron CPS-NW Mention & Fix Criminal damage to property valued under £5000 Assault by beating Assault by beating ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (1338, 36, '2025-05-08 08:00:14', 'UTC', '04ZL1586525', ' MCGINLEY, Leigh CPS-NW Bail Variation Burglary other than dwelling - theft Application ', 0), (1339, 36, '2025-05-08 08:00:14', 'UTC', '04ZL4066924', ' MCGINLEY, Leigh CPS-NW Bail Variation Fail to surrender to police / court bail at the Application appointed time Theft from a shop ', 0), (1340, 36, '2025-05-08 08:00:14', 'UTC', '04ZL1594725', ' MCGINLEY, Leigh CPS-NW Bail Variation Theft from a shop Application ', 0), (1341, 36, '2025-05-08 08:00:14', 'UTC', '01QA0208822', ' VANESCU, Constantin METPF Sentence Burglary other than dwelling - theft Fail to surrender to police / court bail at the appointed time ', 0), (1342, 36, '2025-05-08 08:00:14', 'UTC', '04ZL2172223', ' IQBAL, Hinnaa CPS-NW Sentence Fail to provide specimen for analysis - vehicle driver Use a motor vehicle on a road / public place ', 1), (1343, 37, '2025-05-08 08:00:14', 'UTC', '13LD0403025', ' JEFFREYS, JORDAN WYPF Sentence Assault by beating Assault by beating ', 0), (1344, 37, '2025-05-08 08:00:14', 'UTC', '13LD0291225', ' MASINA, MICHELLE CPS-YH Sentence Theft from a shop ', 0), (1345, 37, '2025-05-08 08:00:14', 'UTC', '13LD0072125', ' CROFT, CHRISTOHPER CPS-YH Further Case Throw a missile onto a football playing area - Management Football (Offences) Act 1991 ', 0), (1346, 37, '2025-05-08 08:00:14', 'UTC', '13WD0154425', ' JOYNSON, HARVEY CPS-YH Plea Common assault of an emergency worker ', 0), (1347, 37, '2025-05-08 08:00:14', 'UTC', '13WD0110125', ' PRETTY, NIALL CPS-YH First hearing Assault by beating Criminal damage to property valued under £5000 ', 0), (1348, 37, '2025-05-08 08:00:14', 'UTC', '13LD0118925', ' EDWARDS, ALIX CPS-YH First hearing Assault by beating Engage in controlling / coercive behaviour in an intimate / family relationship Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place Criminal damage to property valued under £5000 Assault by beating Assault by beating Assault by beating Assault by beating ', 0), (1349, 37, '2025-05-08 08:00:14', 'UTC', '13LD0393525', ' THACKRAH, LEE CPS-YH First hearing Drive motor vehicle when alcohol level above limit ', 1), (1350, 37, '2025-05-08 08:00:14', 'UTC', '13WD0284524', ' ZAID, SAHER WYPF First hearing Harassment - breach of a restraining order on ', 0), (1351, 38, '2025-05-08 08:00:14', 'UTC', '33JJ0193925', ' WILLIAMS, OZAIN LEIPF Mention Assault by beating Criminal damage to property valued under £5000 ', 0), (1352, 38, '2025-05-08 08:00:14', 'UTC', '33JJ0420325', ' TSHUMA, KAMILO CPS-EM Plea In charge of motor vehicle - alcohol level above limit ', 1), (1353, 38, '2025-05-08 08:00:14', 'UTC', '33JJ0534425', ' BLAYLOCK, KEVIN LEIPF Mention Engage in controlling / coercive behaviour in an intimate / family relationship Stalking without fear / alarm / distress ', 0), (1354, 38, '2025-05-08 08:00:14', 'UTC', '33JJ0945025', ' BLAYLOCK, KEVIN LEIPF Mention Stalking without fear / alarm / distress ', 0), (1355, 38, '2025-05-08 08:00:14', 'UTC', '33JJ0058225', ' GREET, SCOTT CPS-EM Trial Assault by beating of an emergency worker ', 0), (1356, 38, '2025-05-08 08:00:14', 'UTC', '33JJ2676524', ' TANDAREL, SEBASTIAN CPS-EM Sentence Possess / have custody of a fighting dog ', 0), (1357, 38, '2025-05-08 08:00:14', 'UTC', '33JJ2430923', ' WHALLEY, ANTHONY WHALLEY Application Application within criminal proceedings Application within criminal proceedings Application within criminal proceedings Application within criminal proceedings Application within criminal proceedings ', 0), (1358, 38, '2025-05-08 08:00:14', 'UTC', '33JJ2141824', ' CLARK, WILLIAM CPS-EM Trial - no Use threatening / abusive / insulting words / witnesses behaviour to cause harassment / alarm / distress ', 0), (1359, 83, '2025-05-08 08:00:14', 'UTC', '32D10215625', ' DOMONEY, MARTINE CPS-EM First hearing Theft from a shop ', 0), (1360, 83, '2025-05-08 08:00:14', 'UTC', '32D90077625', ' PASHOV, KANCHO CPS-EM First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1361, 83, '2025-05-08 08:00:14', 'UTC', '32D90759224', ' SELBY, PAU CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1362, 83, '2025-05-08 08:00:14', 'UTC', '32D90886824', ' FOWLER, DWAN CPS-EM First hearing Possess a controlled drug of Class B - Amphetamine ', 0), (1363, 83, '2025-05-08 08:00:14', 'UTC', '32C90269025', ' MCGOWAN, Christopher CPS-EM First hearing Possess a controlled drug of Class B - Amphetamine Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1364, 83, '2025-05-08 08:00:14', 'UTC', '32B90835024', ' LEES, CALLUM CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1365, 83, '2025-05-08 08:00:14', 'UTC', '32D10844624', ' LOWTHER, JONATHAN CPS-EM First hearing Theft from a shop Theft from a shop Breach criminal behaviour order Breach criminal behaviour order ', 0), (1366, 83, '2025-05-08 08:00:14', 'UTC', '32D90270025', ' KRISLATY, GRAHAM CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (1367, 83, '2025-05-08 08:00:14', 'UTC', '32B90270725', ' SURRIDGE, NICK CPS-EM First hearing Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Use a motor vehicle on a road / public place ', 1), (1368, 40, '2025-05-08 08:00:15', 'UTC', '63AC0263824', ' SCUTT, JAMES CPS-CYSW First hearing Criminal damage to property valued under £5000 ', 0), (1369, 40, '2025-05-08 08:00:15', 'UTC', '63AC1193723', ' DAVISON, ALBERT DYPPF First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (1370, 40, '2025-05-08 08:00:15', 'UTC', '63AC0235824', ' SHAW, JOHN CPS-CYSW First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1371, 40, '2025-05-08 08:00:15', 'UTC', '63AC0245724', ' GRIFFITHS, ZOE CPS-CYSW First hearing Stalking without fear / alarm / distress Criminal damage to property valued under £5000 ', 0), (1372, 40, '2025-05-08 08:00:15', 'UTC', '63AC0074925', ' THOMAS, KEIRON CPS-CYSW First hearing Fail to provide specimen for analysis - vehicle driver Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Criminal damage to property valued under £5000 ', 1), (1373, 40, '2025-05-08 08:00:15', 'UTC', '63CH0050225', ' BAMBROUGH-LEWIS, KAINE CPS-CYSW Further Case Drive motor vehicle with a proportion of a specified Management controlled drug above the specified limit ', 1), (1374, 40, '2025-05-08 08:00:15', 'UTC', '63AC0047825', ' EVANS, CRAIG CPS-CYSW Sentence Send photograph or film of genitals to cause alarm, distress or humiliation Possess an offensive weapon in private place ', 0), (1375, 40, '2025-05-08 08:00:15', 'UTC', '63AC0092625', ' RAVUOCO, KARA CPS-CYSW Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1376, 41, '2025-05-08 08:00:15', 'UTC', '33JJ2497824', ' YORK, DANIEL CPS-EM Mention & Fix Assault by beating Criminal damage to property valued under £5000 Assault by beating ', 0), (1377, 41, '2025-05-08 08:00:15', 'UTC', '33JJ1681524', ' LEWIS, JAMES CPS-EM Trial Assault by beating Assault by beating ', 0), (1378, 41, '2025-05-08 08:00:15', 'UTC', '33JJ2103024', ' VIRDEE, KABIR CPS-EM Trial Common assault ', 0), (1379, 41, '2025-05-08 08:00:15', 'UTC', '33JJ1203924', ' MISTRY, SURAS CPS-EM Trial - no Possess knife blade / sharp pointed article in a witnesses public place - Criminal Justice Act 1988 ', 0), (1380, 41, '2025-05-08 08:00:15', 'UTC', '33JJ0069625', ' STACY, JORDAN CPS-EM Trial Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (1381, 42, '2025-05-08 08:00:15', 'UTC', '46YY1008024', ' FERRIES, Zane CPS-SE Trial (Priority) In charge of motor vehicle - alcohol level above limit ', 1), (1382, 42, '2025-05-08 08:00:15', 'UTC', '46XY1562324', ' URSU, Daniel CPS-SE Trial Fail to provide specimen for analysis - vehicle driver Fail to surrender to police / court bail at the appointed time ', 1), (1383, 43, '2025-05-08 08:00:16', 'UTC', '31CF0486825', ' TAFA, EMILJAN CPS-EM Mention Criminal damage to property valued under £5000 Produce controlled drug of Class B - cannabis ', 0), (1384, 43, '2025-05-08 08:00:16', 'UTC', '31CF0420225', ' MOCHUN, JACK CPS-EM First hearing Possess a controlled drug of Class A - Cocaine ', 0), (1385, 43, '2025-05-08 08:00:16', 'UTC', '31CF0033325', ' EDWARDS, DUANE CPS-EM Bail Application Intentional strangulation ', 0), (1386, 43, '2025-05-08 08:00:16', 'UTC', '31CF0526125', ' WILDRIDGE, LEVI CPS-EM Bail Application Theft from a shop ', 0), (1387, 43, '2025-05-08 08:00:16', 'UTC', '31CF1115024', ' TATE, AARON CPS-EM Hearing Drive whilst disqualified Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance ', 1), (1388, 43, '2025-05-08 08:00:16', 'UTC', '31CF0564125', ' FOSTER, BAILEY CPS-EM First hearing Fail to provide specimen for analysis - vehicle driver Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (1389, 43, '2025-05-08 08:00:16', 'UTC', '31CF0202625', ' CARLIN, CATRINA CPS-EM First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1390, 43, '2025-05-08 08:00:16', 'UTC', '31CF1711424', ' BRUMPTON, DANIEL CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1391, 44, '2025-05-08 08:00:16', 'UTC', '46ZY1520723', ' IBRAM, Atena CPS-SE Sentence Burglary other than dwelling with intent to steal Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Attempt burglary other than dwelling with intent to steal ', 0), (1392, 44, '2025-05-08 08:00:16', 'UTC', '46ZY1295125', ' GILBERT, Francis CPS-SE First hearing Assault by beating ', 0), (1393, 44, '2025-05-08 08:00:16', 'UTC', '46ZY1651624', ' BIRCH, Gino CPS-SE First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1394, 44, '2025-05-08 08:00:16', 'UTC', '46ZY1292225', ' WILLIAMS, Rose CPS-SE First hearing Theft from a shop ', 0), (1395, 44, '2025-05-08 08:00:16', 'UTC', '46ZY1555624', ' BLAKE, Mark CPS-SE Sentence Theft in dwelling other than an automatic machine or meter ', 0), (1396, 44, '2025-05-08 08:00:16', 'UTC', '46ZY1248925', ' GUNAR, Jan CPS-SE Plea Drive motor vehicle when alcohol level above limit ', 1), (1397, 84, '2025-05-08 08:00:16', 'UTC', '60EF0270025', ' GOULD, MARTIN CPS-CYN Sentence Threaten a person with an offensive weapon in a public place ', 0), (1398, 45, '2025-05-08 08:00:16', 'UTC', '34NA0020425', ' BROOM, PAIGE-LOUISE CPS-EM Trial Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (1399, 45, '2025-05-08 08:00:16', 'UTC', '34NA1145824', ' EBANKS, LEONI CPS-EM Trial Common assault of an emergency worker Possess a controlled drug of Class B - Cannabis / Cannabis Resin Common assault of an emergency worker Common assault of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1400, 46, '2025-05-08 08:00:16', 'UTC', '31CF0024425', ' BAGSHAW, AARON CPS-EM Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (1401, 99, '2025-05-08 08:00:17', 'UTC', '11CJ0530224', ' COOPER, David DURPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (1402, 99, '2025-05-08 08:00:17', 'UTC', '11CJ0376824', ' CLARK, Andrew DURPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (1403, 99, '2025-05-08 08:00:17', 'UTC', '11CJ0542524', ' COATES, Jonathan DURPF Sentence Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (1404, 99, '2025-05-08 08:00:17', 'UTC', '11CJ0555224', ' BULMER, Peter DURPF Pre-Trial Review Speeding - exceed 30 mph on restricted road in England - manned equipment Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (1405, 99, '2025-05-08 08:00:17', 'UTC', '11CJ0519324', ' LASKEY, Wayne DURPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1406, 99, '2025-05-08 08:00:17', 'UTC', '11CJ0002825', ' AKERS, Owen DURPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (1407, 99, '2025-05-08 08:00:17', 'UTC', '11CJ0477224', ' ROMAC LOGISTICS LTD DURPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1408, 99, '2025-05-08 08:00:17', 'UTC', '11SS0013425', ' REDMILE, Toria DURPF Plea ', 0), (1409, 48, '2025-05-08 08:00:17', 'UTC', '50EL0136625', ' SALMON, MICHAEL CPS-SW First hearing Drive motor vehicle when alcohol level above limit ', 1), (1410, 48, '2025-05-08 08:00:17', 'UTC', '50EL0208424', ' LAING, JEFF CPS-SW First hearing Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class B - Cannabis / Cannabis Resin Import a controlled drug of Class B to which a prohibition applies ', 0), (1411, 48, '2025-05-08 08:00:17', 'UTC', '50EL0017325', ' MCDONOUGH, PAIGE CPS-SW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (1412, 48, '2025-05-08 08:00:17', 'UTC', '50EL0290124', ' PAYNE, AMY CPS-SW Sentence Assault by beating Assault by beating ', 0), (1413, 48, '2025-05-08 08:00:17', 'UTC', '50EL0356623', ' ROBERTS, MARK CPS-SW Sentence Drive a vehicle whilst unfit through drugs ', 1), (1414, 85, '2025-05-08 08:00:17', 'UTC', '55CH0039725', ' BARNEY, SHANE CPS-WX First hearing Theft from a shop ', 0), (1415, 49, '2025-05-08 08:00:17', 'UTC', '44PC0904123', ' HAMILTON, TRACEY CPS-WX Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1416, 49, '2025-05-08 08:00:17', 'UTC', '44PC0866624', ' LAWSON, AARON CPS-WX Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (1417, 49, '2025-05-08 08:00:17', 'UTC', '44PC0833524', ' LAWSON, AARON CPS-WX Sentence Theft from a shop Theft from a shop Fail to surrender to police / court bail at the appointed time Theft from a shop Theft from a shop Theft from a shop ', 0), (1418, 49, '2025-05-08 08:00:17', 'UTC', '44PC0017125', ' LAWSON, AARON CPS-WX Sentence Theft from a shop Theft from a shop ', 0), (1419, 49, '2025-05-08 08:00:17', 'UTC', '44PC0866724', ' LAWSON, AARON CPS-WX Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (1420, 49, '2025-05-08 08:00:17', 'UTC', '44PC0944024', ' LAWSON, AARON CPS-WX Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (1421, 49, '2025-05-08 08:00:17', 'UTC', '44PC0203223', ' LOCK, AARON CPS-WX Sentence Affray Wound / inflict grievous bodily harm without intent Press/Publication restrictions apply to this case ', 0), (1422, 49, '2025-05-08 08:00:17', 'UTC', '44PC0692524', ' PERRYMAN, JOSS CPS-WX Sentence ', 0), (1423, 50, '2025-05-08 08:00:18', 'UTC', '04ZL4164824', ' KUNJUMON, Eban CPS-NW First hearing Drive motor vehicle when alcohol level above limit ', 1), (1424, 50, '2025-05-08 08:00:18', 'UTC', '04ZL1153425', ' GRACE, Rebecca CPS-NW Sentence Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (1425, 50, '2025-05-08 08:00:18', 'UTC', '04ZL1689125', ' BAILEY, Michael CPS-NW Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Obstruct / resist a constable in execution of duty ', 0), (1426, 50, '2025-05-08 08:00:18', 'UTC', '04ZL4207424', ' HOLDEN, Lydia CPS-NW Plea Possess a controlled drug of Class B - Ketamine ', 0), (1427, 50, '2025-05-08 08:00:18', 'UTC', '04ZL3776624', ' REAY, Jack CPS-NW Mention Handle stolen goods SUTCLIFFE, Emily Handle stolen goods ', 0), (1428, 50, '2025-05-08 08:00:18', 'UTC', '04ZL4225624', ' REAY, Jack CPS-NW Mention Theft from a shop SUTCLIFFE, Emily Theft from a shop ', 0), (1429, 50, '2025-05-08 08:00:18', 'UTC', '04ZL1694425', ' BASS, Robert CPS-NW Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Common assault of an emergency worker Common assault of an emergency worker ', 0), (1430, 50, '2025-05-08 08:00:18', 'UTC', '04ZL2292824', ' PARKINSON, Tommy CPS-NW Sentence Assault by beating Intentional strangulation ', 0), (1431, 51, '2025-05-08 08:00:18', 'UTC', '43SW0160825', ' Courtroom 04 10:00 ', 0), (1432, 51, '2025-05-08 08:00:18', 'UTC', '43SW0333324', ' Courtroom 06 10:00 ', 0), (1433, 51, '2025-05-08 08:00:18', 'UTC', '43SW0333624', ' Courtroom 05 10:00 ', 0), (1434, 51, '2025-05-08 08:00:18', 'UTC', '43SW0261225', ' Courtroom 04 11:00 ', 0), (1435, 51, '2025-05-08 08:00:18', 'UTC', '43SW0030925', ' Courtroom 06 14:00 ', 0), (1436, 51, '2025-05-08 08:00:18', 'UTC', '43SW0880824', ' Courtroom 04 11:00 ', 0), (1437, 51, '2025-05-08 08:00:18', 'UTC', '43SW0617424', ' Courtroom 06 10:00 ', 0), (1438, 51, '2025-05-08 08:00:18', 'UTC', '43SW0281925', ' Courtroom 04 14:00 ', 0), (1439, 51, '2025-05-08 08:00:18', 'UTC', '43SW0068025', ' Courtroom 04 10:00 ', 0), (1440, 51, '2025-05-08 08:00:18', 'UTC', '43SW0758124', ' Courtroom 06 14:00 ', 0), (1441, 51, '2025-05-08 08:00:18', 'UTC', '43SW0181225', ' Courtroom 01 10:00 ', 0), (1442, 51, '2025-05-08 08:00:18', 'UTC', '43SW0280125', ' Courtroom 04 11:00 ', 0), (1443, 100, '2025-05-08 08:00:18', 'UTC', '01JI1078925', ' SINGH, Amandeep CPS-LN Trial Act of outraging public decency - common law Act of outraging public decency - common law ', 0), (1444, 100, '2025-05-08 08:00:18', 'UTC', '01TA1183525', ' HUSSAIN, Atif METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (1445, 100, '2025-05-08 08:00:18', 'UTC', '01JI1111624', ' TORABALLY, Azhar CPS-LN Trial Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (1446, 100, '2025-05-08 08:00:18', 'UTC', '01KD1045025', ' OLOGUN, Alaba CPS-LN Trial Criminal damage to property valued under £5000 Assault by beating ', 0), (1447, 100, '2025-05-08 08:00:18', 'UTC', '01TA1102725', ' SCIUPAKOV, Denis METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (1448, 100, '2025-05-08 08:00:18', 'UTC', '01KG1423524', ' MOHAUMD, Nasteha CPS-LN Trial Assault by beating ', 0), (1449, 100, '2025-05-08 08:00:18', 'UTC', '01JI1057325', ' MAHAMMOUD, Mohammed CPS-LN Trial ', 0), (1450, 52, '2025-05-08 08:00:18', 'UTC', '54ED0067822', ' POWELL, DREW CPS-WX First hearing Adult attempt to engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (1451, 52, '2025-05-08 08:00:18', 'UTC', '54ES0635124', ' CONFREY, MICHAEL CPS-WX First hearing Criminal damage to property valued under £5000 ', 0), (1452, 52, '2025-05-08 08:00:18', 'UTC', '54ED0171925', ' ELWARD, JAMES CPS-WX Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1453, 52, '2025-05-08 08:00:18', 'UTC', '54ED0531824', ' NICHOLLS, JACOB CPS-WX Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use a motor vehicle on a road / public place without third party insurance Fail to give information relating to the identification of the driver / rider of a vehicle when required Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (1454, 52, '2025-05-08 08:00:18', 'UTC', '54ED0027625', ' SAMPHIRE, MICHAEL CPS-WX First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road without a valid test certificate Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (1455, 52, '2025-05-08 08:00:18', 'UTC', '54ED0027425', ' JACOBS, JORDAN CPS-WX First hearing Theft from a shop ', 0), (1456, 52, '2025-05-08 08:00:18', 'UTC', '54ED0025525', ' COLE, FRANKIE CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (1457, 52, '2025-05-08 08:00:18', 'UTC', '54ED0264824', ' GREEN, DANIEL CPS-WX First hearing ', 0), (1458, 101, '2025-05-08 08:00:19', 'UTC', '12NY0254024', ' JUDE, BRENT CPS-YH Sentence Concerned in the supply of class B drug - other RICHARDSON, KIRSTY Concerned in the supply of class B drug - other NYESTE, BENJAMIN Concerned in the supply of a controlled drug of Class B - cannabis ', 0), (1459, 101, '2025-05-08 08:00:19', 'UTC', '12NY1848221', ' HORSFALL, LEE CPS-YH Plea Conspire to supply a class A controlled drug - heroin Conspire to supply a class A controlled drug - crack cocaine BRIGGS, CHARITY Conspire to supply a class A controlled drug - heroin Conspire to supply a class A controlled drug - crack cocaine ', 0), (1460, 101, '2025-05-08 08:00:19', 'UTC', '12NY1585724', ' REED, BRANDON CPS-YH Sentence Assault a person thereby occasioning them actual bodily harm Assault by beating of an emergency worker Assault by beating of an emergency worker Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (1461, 101, '2025-05-08 08:00:19', 'UTC', '12NY0469925', ' MCMANUS, ELLIOTT CPS-YH First hearing Common assault of an emergency worker Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Assault by beating of an emergency worker ', 0), (1462, 101, '2025-05-08 08:00:19', 'UTC', '12NY0470625', ' DOCHERTY, MEGAN CPS-YH First hearing ', 0), (1463, 53, '2025-05-08 08:00:19', 'UTC', '05E70056224', ' LIU, FLOYD CPS-MC Trial Harassment without violence ', 0), (1464, 53, '2025-05-08 08:00:19', 'UTC', '05E10295725', ' MCDONAGH, Patrick Quinn CPS-MC Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (1465, 53, '2025-05-08 08:00:19', 'UTC', '05E20000225', ' AL-HAJ, ISLAM CPS-MC Trial Fail to provide specimen for analysis - vehicle driver ', 1), (1466, 53, '2025-05-08 08:00:19', 'UTC', '05E80082424', ' WILLIAMS, SHARON CPS-MC Trial Assault by beating ', 0), (1467, 54, '2025-05-08 08:00:19', 'UTC', '46XY1477724', ' PERRIAM, Ben CPS-SE Plea Theft of pedal cycle ', 0), (1468, 54, '2025-05-08 08:00:19', 'UTC', '46YY0586721', ' ELKINGTON, Cameron CPS-SE Sentence Assault by beating of an emergency worker Possess a controlled drug of Class A - Cocaine Assault by beating of an emergency worker Assault by beating of an emergency worker Assault a person thereby occasioning them actual bodily harm ', 0), (1469, 54, '2025-05-08 08:00:19', 'UTC', '46YY1010225', ' CAFFREY, Finbar CPS-SE Sentence Theft from a shop Attempt theft from shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (1470, 54, '2025-05-08 08:00:19', 'UTC', '01ZD1029525', ' CAFFREY, Finbar CPS-LS Sentence Theft of mail bag / postal packet ', 0), (1471, 54, '2025-05-08 08:00:19', 'UTC', '46XY1560324', ' CROOK, Kevin CPS-SE Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Theft from a shop Assault by beating ', 0), (1472, 54, '2025-05-08 08:00:19', 'UTC', '46SJ1472524', ' KILADEJO, Samuel KENPF Further Case Use a motor vehicle on a road / public place Management without third party insurance ', 1), (1473, 55, '2025-05-08 08:00:19', 'UTC', '14XS1245425', ' SIMPKINS, Jade CPS-YH Plea Assault by beating ', 0), (1474, 55, '2025-05-08 08:00:19', 'UTC', '14XQ1053725', ' BRELSFORD, Connor CPS-YH Mention Burglary dwelling - with intent to cause damage Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (1475, 55, '2025-05-08 08:00:19', 'UTC', '14XC1105424', ' DAVIDSON, Tyrone CPS-YH Sentence Assault by beating ', 0), (1476, 55, '2025-05-08 08:00:19', 'UTC', '14XS1570024', ' STANCHEVA, Esmerelda CPS-YH Bail Application Theft from the person of another Fraud by false representation - Fraud Act 2006 ', 0), (1477, 55, '2025-05-08 08:00:19', 'UTC', '14XS1200325', ' RAMZAN, Mohammed CPS-YH Bail Variation Threaten violence to secure entry to premises Application Assault by beating ', 0), (1478, 55, '2025-05-08 08:00:19', 'UTC', '14XB1192424', ' STANCHEVA, Esmerelda CPS-YH Bail Application Theft from the person of another Theft from the person of another Theft from the person of another Fraud by false representation - Fraud Act 2006 ', 0), (1479, 55, '2025-05-08 08:00:19', 'UTC', '14XR1149225', ' Borcan Transport Limited SYPF First hearing Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1480, 55, '2025-05-08 08:00:19', 'UTC', '14XS1035425', ' LOFT TECH LTD TRADING SYPF First hearing Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1481, 55, '2025-05-08 08:00:19', 'UTC', '14XW1032825', ' MOORE, Thomas SYPF First hearing ', 0), (1482, 56, '2025-05-08 08:00:20', 'UTC', '42MR1450425', ' GOLDSTONE, Andrea CPS-EEE Sentence Theft from a shop ', 0), (1483, 57, '2025-05-08 08:00:20', 'UTC', '45RB1240723', ' MACKINTOSH, DANIEL CPS-SE Sentence Breach a non-molestation order - Family Law Act 1996 ', 0), (1484, 57, '2025-05-08 08:00:20', 'UTC', '93JD0654224', ' LAMOTTE, GRANT CPS-SE Sentence Theft of pedal cycle Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1485, 57, '2025-05-08 08:00:20', 'UTC', '45SL1483924', ' FRANCIS, EDWARD CPS-SE Sentence Voyeurism - recording a private act - SOA 2003 Press/Publication restrictions apply to this case ', 0), (1486, 57, '2025-05-08 08:00:20', 'UTC', '45SL0562624', ' ROSIER, HARRY CPS-SE Sentence Possess a controlled drug of Class A - Cocaine Assault by beating of an emergency worker ', 0), (1487, 57, '2025-05-08 08:00:20', 'UTC', '45SL1571024', ' ROSIER, HARRY CPS-SE Sentence Assault by beating ', 0), (1488, 57, '2025-05-08 08:00:20', 'UTC', '45SL1324024', ' COLE, MARTIN CPS-SE Sentence Drive motor vehicle when alcohol level above limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1489, 57, '2025-05-08 08:00:20', 'UTC', '45WK0230024', ' SIMMONDS, SCARLETT CPS-SE Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1490, 57, '2025-05-08 08:00:20', 'UTC', '45WK1474624', ' BRAMPTON, LUKE CPS-SE Sentence Theft from a shop ', 0), (1491, 57, '2025-05-08 08:00:20', 'UTC', '45WV0125324', ' BRAMPTON, LUKE CPS-SE Sentence ', 0), (1492, 58, '2025-05-08 08:00:20', 'UTC', '41B22117024', ' WOOLF, Adam HERTPF Trial Criminal damage to property valued under £5000 Assault by beating ', 0), (1493, 58, '2025-05-08 08:00:20', 'UTC', '41CT1328724', ' KHAN, Irfan HERTPF Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (1494, 58, '2025-05-08 08:00:20', 'UTC', '41B21369625', ' HARRIS, Shaun HERTPF Trial Threat to damage / destroy property Assault by beating Common assault of an emergency worker ', 0), (1495, 58, '2025-05-08 08:00:20', 'UTC', '41B22249724', ' WALKER, Danny CPS-TCBH Trial Harassment without violence ', 0), (1496, 58, '2025-05-08 08:00:20', 'UTC', '41CT1208725', ' MURPHY, Kevin HERTPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1497, 58, '2025-05-08 08:00:20', 'UTC', '41CT1159825', ' QUEST, Jonathan HERTPF First hearing Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1498, 58, '2025-05-08 08:00:20', 'UTC', '41CT1066825', ' WELLS, Doreen HERTPF First hearing Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1499, 59, '2025-05-08 08:00:21', 'UTC', '06VV0028624', ' HOBSON, Mark CPS-NW Plea Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (1500, 59, '2025-05-08 08:00:21', 'UTC', '06FF0087523', ' JARRETT, AARON CPS-NW Sentence Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (1501, 59, '2025-05-08 08:00:21', 'UTC', '06A30111025', ' HOLT, DAVID CPS-NW Sentence Drive motor vehicle when alcohol level above limit Assault by beating of an emergency worker ', 1), (1502, 59, '2025-05-08 08:00:21', 'UTC', '06JJ0064925', ' HOGG, Carla CPS-NW First hearing Assault by beating ', 0), (1503, 59, '2025-05-08 08:00:21', 'UTC', '06JJ0022725', ' SAMGAFR, Mohamad CPS-NW First hearing Theft from a shop ', 0), (1504, 59, '2025-05-08 08:00:21', 'UTC', '30DI2663324', ' MCGREAVY, JOSEPH DERPF First hearing Cause serious injury by dangerous driving ', 0), (1505, 59, '2025-05-08 08:00:21', 'UTC', '06JJ0212024', ' MAXIUS, Kailan CPS-NW First hearing Concerned in supply of heroin Supply a controlled drug of Class A - Heroin Concerned in the supply of crack cocaine BOOTH, NATASHA Possess a controlled drug of Class A - Heroin ', 0), (1506, 59, '2025-05-08 08:00:21', 'UTC', '06JJ0120425', ' BATTY, Michael CPS-NW First hearing Obstruct / resist a constable in execution of duty ', 0), (1507, 86, '2025-05-08 08:00:21', 'UTC', '01GD1031925', ' SWEENEY, Jason CPS-LN Trial Harassment without violence ', 0), (1508, 86, '2025-05-08 08:00:21', 'UTC', '01GD1101525', ' WARNER, Leonard CPS-LN Trial Harassment without violence Criminal damage to property valued under £5000 ', 0), (1509, 86, '2025-05-08 08:00:21', 'UTC', '01TA4175524', ' LEWIN, Jansyn METPF Sentence Exceed 50 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (1510, 86, '2025-05-08 08:00:21', 'UTC', '01TA1148825', ' IKRAM, Ali METPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (1511, 86, '2025-05-08 08:00:21', 'UTC', '01TA2049925', ' MYKHAILIUK, Stanislav METPF First hearing Use a motor vehicle on a road / public place without third party insurance Use on a road a motor vehicle / trailer - danger of injury due to weight / position / distribution / security of load Use a motor vehicle / trailer with tyre with any of the ply / cord exposed LAZORYK, Andriy Permit use of motor vehicle with no insurance ', 1), (1512, 86, '2025-05-08 08:00:21', 'UTC', '01TK1221825', ' DAY, Connor METPF Plea Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (1513, 86, '2025-05-08 08:00:21', 'UTC', '01TA1153325', ' CHOUDHURY, Tawhid METPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (1514, 60, '2025-05-08 08:00:21', 'UTC', '54DD0172425', ' UJAKY, NORBERT CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (1515, 60, '2025-05-08 08:00:21', 'UTC', '54DD0583824', ' ANTAL, TYRONE CPS-WX First hearing Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1516, 60, '2025-05-08 08:00:21', 'UTC', '54DD0171625', ' MOSS, NATALIE CPS-WX First hearing Permit use of motor vehicle with no insurance In charge of motor vehicle - alcohol level above limit ', 1), (1517, 60, '2025-05-08 08:00:21', 'UTC', '54DD0273424', ' LYNCH, BEN CPS-WX First hearing Stalking involving serious alarm / distress ', 0), (1518, 60, '2025-05-08 08:00:21', 'UTC', '54DD0171725', ' HERNE, RICARDO CPS-WX First hearing Intentionally / recklessly cause a public nuisance ', 0), (1519, 60, '2025-05-08 08:00:21', 'UTC', '54DD0030825', ' GITTINS, SEAN CPS-WX First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (1520, 60, '2025-05-08 08:00:21', 'UTC', '54DD0176825', ' REEVES, ALEX CPS-WX First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin REEVES, ELLIOT Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1521, 60, '2025-05-08 08:00:21', 'UTC', '54DD0176525', ' MURRAY, CRAIG CPS-WX First hearing Possess a controlled drug of Class A - Heroin ', 0), (1522, 60, '2025-05-08 08:00:21', 'UTC', '54DD0042425', ' ECCLESTON, ALISTAIR CPS-WX First hearing Breach sexual harm prevention order Breach sexual harm prevention order Breach sexual harm prevention order ', 0), (1523, 89, '2025-05-08 08:00:22', 'UTC', '06GG0037225', ' MORRISEY, SHAUN CPS-NW First hearing Going equipped for theft - not motor vehicle Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (1524, 89, '2025-05-08 08:00:22', 'UTC', '06QQ0029725', ' BEGUM, MAZEDA CPS-NW First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (1525, 89, '2025-05-08 08:00:22', 'UTC', '06QQ0199123', ' HIMSWORTH, JAYDEN CPS-NW First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Burglary dwelling - with intent to steal ', 0), (1526, 89, '2025-05-08 08:00:22', 'UTC', '06QQ0044325', ' Dulca, Mariana CPS-NW First hearing Theft from a shop ', 0), (1527, 89, '2025-05-08 08:00:22', 'UTC', '06GG0293324', ' EDDLESTON, JAMIE CPS-NW First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Assault by beating of an emergency worker ', 0), (1528, 89, '2025-05-08 08:00:22', 'UTC', '06QQ0039025', ' ALI, Sufiaan CPS-NW First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1529, 89, '2025-05-08 08:00:22', 'UTC', '06A10078524', ' LEIGH, Megan CPS-NW First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Assault by beating of an emergency worker Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1530, 89, '2025-05-08 08:00:22', 'UTC', '06KK0742224', ' HAIGH, NATHAN CPS-NW First hearing ', 0), (1531, 90, '2025-05-08 08:00:22', 'UTC', '52SW0121824', ' SAUNDERS, TYLER CPS-SW Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1532, 90, '2025-05-08 08:00:22', 'UTC', '52SG0039525', ' WINTERS, CHADD CPS-SW Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Harassment - put in fear of violence ', 0), (1533, 90, '2025-05-08 08:00:22', 'UTC', '52SG0351224', ' WHYTE, GEORGE CPS-SW Sentence Assault by beating ', 0), (1534, 90, '2025-05-08 08:00:22', 'UTC', '52SU0124624', ' SAUNDERS, TYLER AVSPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1535, 90, '2025-05-08 08:00:22', 'UTC', '52SG0262224', ' SAUNDERS, TYLER CPS-SW Sentence Criminal damage to property valued under £5000 ', 0), (1536, 90, '2025-05-08 08:00:22', 'UTC', '52SJ0151424', ' O'DWYER, DECLAN CPS-SW Mention & Fix Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1537, 90, '2025-05-08 08:00:22', 'UTC', '52SG0132721', ' BITTON, PASCAL AVSPF Plea Offender 18 or over engage in non penetrative sexual activity with girl 13 to 15 - SOA 2003 Press/Publication restrictions apply to this case ', 0), (1538, 90, '2025-05-08 08:00:22', 'UTC', '52SG0269724', ' PHIPPS, ALEX CPS-SW Plea Affray ', 0), (1539, 90, '2025-05-08 08:00:22', 'UTC', '52SG0282024', ' MOUZOURE, JAMES CPS-SW First hearing Harassment without violence ', 0), (1540, 90, '2025-05-08 08:00:22', 'UTC', '52SG0017225', ' OAKLEY, MARK CPS-SW Plea ', 0), (1541, 61, '2025-05-08 08:00:22', 'UTC', '17NH0610624', ' SMITH, MICHAEL Teesside Review Magistrates' Court ', 0), (1542, 61, '2025-05-08 08:00:22', 'UTC', '17NH1469224', ' SMITH, MICHAEL Teesside Review Magistrates' Court ', 0), (1543, 61, '2025-05-08 08:00:22', 'UTC', '17NH1658624', ' MATHIESON, MICHAEL Teesside Review Magistrates' Court ', 0), (1544, 61, '2025-05-08 08:00:22', 'UTC', '17NH1737324', ' MATHIESON, MICHAEL Teesside Review Magistrates' Court ', 0), (1545, 61, '2025-05-08 08:00:22', 'UTC', '17SM1804424', ' HUGILL, LEE Teesside Mention - Magistrates' Defendant to Court Attend ', 0), (1546, 61, '2025-05-08 08:00:22', 'UTC', '17SM1614124', ' HUGILL, LEE Teesside Review Magistrates' Court ', 0), (1547, 61, '2025-05-08 08:00:22', 'UTC', '17NS0833924', ' STEPHENSON, DANIEL Teesside Review Magistrates' Court ', 0), (1548, 61, '2025-05-08 08:00:22', 'UTC', '17SM0626525', ' BRIGGS, MARTIN CPS-NECD First hearing Common assault of an emergency worker ', 0), (1549, 61, '2025-05-08 08:00:22', 'UTC', '17SM0588825', ' YATES, LEANNE CPS-NECD First hearing Possess a controlled drug of Class A - Cocaine Possess a class C controlled drug ', 0), (1550, 61, '2025-05-08 08:00:22', 'UTC', '17SR0625825', ' BROWN, TEEGAN CPS-NECD First hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver ', 1), (1551, 61, '2025-05-08 08:00:22', 'UTC', '17SM0630325', ' GARDINER, DESMOND CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (1552, 61, '2025-05-08 08:00:22', 'UTC', '17SM0632425', ' COOK, DANIEL CPS-NECD First hearing Fail to provide specimen for analysis - vehicle driver Common assault of an emergency worker ', 1), (1553, 61, '2025-05-08 08:00:22', 'UTC', '17SM0628325', ' FINN, JAMES CPS-NECD First hearing Drunk and disorderly in a public place ', 0), (1554, 61, '2025-05-08 08:00:22', 'UTC', '17SM0269624', ' THOMSON, DYLAN CPS-NECD First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (1555, 61, '2025-05-08 08:00:22', 'UTC', '17NS0610125', ' GOWLING, JOSEPH CPS-NECD First hearing Theft from a shop Theft from a shop Theft from a shop ', 0), (1556, 61, '2025-05-08 08:00:22', 'UTC', '17SM0471125', ' MARTIN, NEIL CPS-NECD First hearing Theft from a shop ', 0), (1557, 61, '2025-05-08 08:00:22', 'UTC', '17SM0610325', ' MCLAY, CARLA CPS-NECD First hearing Theft from a shop ', 0), (1558, 61, '2025-05-08 08:00:22', 'UTC', '17SR0630425', ' KNIGHT, MATHEW CPS-NECD First hearing Criminal damage to property valued under £5000 ', 0), (1559, 61, '2025-05-08 08:00:22', 'UTC', '17NS0633725', ' MALCOLM, ERIC CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (1560, 61, '2025-05-08 08:00:22', 'UTC', '17SR0632125', ' HULLAH, MARK CPS-NECD First hearing Obstruct / resist a constable in execution of duty ', 0), (1561, 61, '2025-05-08 08:00:22', 'UTC', '17SM0622225', ' SMITH, JONATHAN CPS-NECD First hearing Theft from a shop Possess a class C controlled drug ', 0), (1562, 61, '2025-05-08 08:00:22', 'UTC', '17SM0628625', ' MARLEY, ALAN CPS-NECD First hearing ', 0), (1563, 62, '2025-05-08 08:00:23', 'UTC', '22FA1005325', ' WILLIAMS, Matthew CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1564, 62, '2025-05-08 08:00:23', 'UTC', '22TP1269824', ' SMITH, David CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1565, 62, '2025-05-08 08:00:23', 'UTC', '22TP1264324', ' DANIEL, Benjamin WMEPF First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1566, 62, '2025-05-08 08:00:23', 'UTC', '22GA1127625', ' MANSFIELD, Lee CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (1567, 62, '2025-05-08 08:00:23', 'UTC', '22FA1088025', ' VANCE, William CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (1568, 62, '2025-05-08 08:00:23', 'UTC', '22FA1037825', ' WATSON, Demaine CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1569, 62, '2025-05-08 08:00:23', 'UTC', '22FA1104225', ' CARPENTER, James CPS-WM First hearing Theft from a shop ', 0), (1570, 62, '2025-05-08 08:00:23', 'UTC', '22GA1043424', ' McMURDO, Steven CPS-WM Mention & Fix Assault a person thereby occasioning them actual bodily harm ', 0), (1571, 62, '2025-05-08 08:00:23', 'UTC', '22FA1048924', ' BOWDLER, Sarah CPS-WM Mention & Fix Assault by beating ', 0), (1572, 62, '2025-05-08 08:00:23', 'UTC', '20BW1996324', ' WILCOX, Cameron CPS-WM Mention Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (1573, 62, '2025-05-08 08:00:23', 'UTC', '22GA1296624', ' WILCOX, Cameron CPS-WM Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin Criminal damage to property valued under £5000 ', 0), (1574, 62, '2025-05-08 08:00:23', 'UTC', '22FA1060023', ' WILCOX, Cameron CPS-WM Mention Robbery ', 0), (1575, 62, '2025-05-08 08:00:23', 'UTC', '22GA1113425', ' MCDONAGH, Christopher CPS-WM Sentence Theft from a shop ', 0), (1576, 62, '2025-05-08 08:00:23', 'UTC', '22FA1088324', ' BISHOP, Emily CPS-WM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (1577, 62, '2025-05-08 08:00:23', 'UTC', '22GA1319224', ' THOMAS, Liam CPS-WM Trial - no Fail to surrender to police / court bail at the witnesses appointed time ', 0), (1578, 62, '2025-05-08 08:00:23', 'UTC', '22GA1020924', ' THOMAS, Liam CPS-WM Trial - no Fail to surrender to police / court bail at the witnesses appointed time ', 0), (1579, 62, '2025-05-08 08:00:23', 'UTC', '22DA1117125', ' LANDER, Simon CPS-WM Mention Common assault of an emergency worker Theft from a shop Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test Assault by beating of an emergency worker ', 0), (1580, 92, '2025-05-08 08:00:23', 'UTC', '01XB1104525', ' SPARROCK, Rhys CPS-LN Mention Harassment - breach of a restraining order on conviction Threats to kill Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm ', 0), (1581, 92, '2025-05-08 08:00:23', 'UTC', '01XH1168323', ' SCOTT-BROWN, Kieran CPS-LN Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1582, 92, '2025-05-08 08:00:23', 'UTC', '01XB1001524', ' YOUNAS, Farzana CPS-LN Sentence Assault by beating of an emergency worker Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Fail to surrender to police / court bail at the appointed time ', 0), (1583, 92, '2025-05-08 08:00:23', 'UTC', '34NA1101924', ' WRIGHT, SCARLET CPS-EM Mention Causing danger to road users Fail to surrender to police / court bail at the appointed time ', 0), (1584, 92, '2025-05-08 08:00:23', 'UTC', '01XB1385124', ' FITZWATER, Kevin CPS-LN Sentence Assault by beating Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1585, 92, '2025-05-08 08:00:23', 'UTC', '01XH1089525', ' KEARTON, Darren CPS-LN Sentence Theft from a shop ', 0), (1586, 92, '2025-05-08 08:00:23', 'UTC', '01ID1032025', ' KEARTON, Darren CPS-LN Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (1587, 64, '2025-05-08 08:00:24', 'UTC', '20WS1496224', ' BUSHELL, Peter CPS-WM Trial Theft from a shop Theft from a shop ', 0), (1588, 64, '2025-05-08 08:00:24', 'UTC', '20SW1535924', ' POTTER, Christopher CPS-WM Trial Assault a person thereby occasioning them actual bodily harm ', 0), (1589, 64, '2025-05-08 08:00:24', 'UTC', '20WV1160024', ' WILLIAMS, Oneil CPS-WM Trial Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Stalking without fear / alarm / distress ', 0), (1590, 64, '2025-05-08 08:00:24', 'UTC', '20WS1411524', ' SINGH, Palvinder CPS-WM Trial Assault by beating of an emergency worker Assault by beating of an emergency worker Common assault of an emergency worker Common assault of an emergency worker ', 0), (1591, 64, '2025-05-08 08:00:24', 'UTC', '20WS1143324', ' BLAKE, Gavin CPS-WM Trial Harassment - put in fear of violence Criminal damage to property valued under £5000 ', 0), (1592, 68, '2025-05-08 08:00:28', 'UTC', '01BS1043024', ' SMYTH, Ines CPS-LS Sentence ', 0), (1593, 68, '2025-05-08 08:00:28', 'UTC', '01CW1729424', ' JALIL, Naim CPS-LS Mention ', 0), (1594, 68, '2025-05-08 08:00:28', 'UTC', '01MP1115025', ' LOVE, Ankit CPS-LS Mention ', 0), (1595, 68, '2025-05-08 08:00:28', 'UTC', '01CW1065325', ' STEPHENSON, Malcom CPS-LS Mention ', 0), (1596, 68, '2025-05-08 08:00:28', 'UTC', '01CW1737124', ' NEWTON, Adam CPS-LS Plea ', 0), (1597, 68, '2025-05-08 08:00:28', 'UTC', '01MP1330923', ' BAILLIE, Cameron CPS-LS First hearing ', 0), (1598, 68, '2025-05-08 08:00:28', 'UTC', '01BS1035725', ' GIBBONS, Lee CPS-LS Sentence ', 0), (1599, 68, '2025-05-08 08:00:28', 'UTC', '01CW1035025', ' O'DONNELL, Catrina CPS-LS Sentence ', 0), (1600, 93, '2025-05-08 08:00:29', 'UTC', '55DH0279824', ' STANDLEY, KARN CPS-WX Sentence Possess a controlled drug of Class B - Ketamine Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1601, 93, '2025-05-08 08:00:29', 'UTC', '55DH0317223', ' HUNWICK, KIAN CPS-WX Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (1602, 93, '2025-05-08 08:00:29', 'UTC', '55DH0270724', ' HUNWICK, KIAN CPS-WX Sentence Fail to surrender to police / court bail at the appointed time Fail to comply with a section 35 direction excluding a person from an area Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1603, 93, '2025-05-08 08:00:29', 'UTC', '93JD0379125', ' HUNWICK, KIAN CPS-WM Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft from a shop ', 0), (1604, 93, '2025-05-08 08:00:29', 'UTC', '55DH0329424', ' CARPENTER, ANDREW CPS-WX Sentence Drive motor vehicle when alcohol level above limit ', 1), (1605, 93, '2025-05-08 08:00:29', 'UTC', '55DH0252324', ' STEPHENS, CHRISTINE CPS-WX Sentence Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Theft - other - including theft by finding Fail to surrender to police / court bail at the appointed time ', 0), (1606, 93, '2025-05-08 08:00:29', 'UTC', '55DH0330124', ' BARRETT, HAYDEN CPS-WX Sentence Breach a sexual risk order / interim sexual risk order ', 0), (1607, 93, '2025-05-08 08:00:29', 'UTC', '55CH0436924', ' CATMULL, JOHN CPS-WX Plea Drive whilst unfit through drink ', 0), (1608, 93, '2025-05-08 08:00:29', 'UTC', '55DH0110124', ' SUGANTHAN, SOBIKA CPS-WX Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Criminal damage to property valued under £5000 ', 0), (1609, 93, '2025-05-08 08:00:29', 'UTC', '55DH0291224', ' SUGANTHAN, SOBIKA CPS-WX Plea Obtain services dishonestly - Fraud Act 2006 ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (1610, 93, '2025-05-08 08:00:29', 'UTC', '55DH0138023', ' KING, GARY CPS-WX Sentence Burglary other than dwelling with intent to steal Possess a controlled drug of Class A - Other Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1611, 93, '2025-05-08 08:00:29', 'UTC', '93JD0411124', ' ALDERMAN, RYAN CPS-WM Sentence Assault by beating of an emergency worker ', 0), (1612, 69, '2025-05-08 08:00:30', 'UTC', '01RP1165124', ' TENKORANG, Elisha CPS-LS Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1613, 69, '2025-05-08 08:00:30', 'UTC', '01TA3440824', ' NIYAZI, Ersin Erol METPF Trial Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (1614, 69, '2025-05-08 08:00:30', 'UTC', '01WW1263523', ' WORONA, Pawel marcin CPS-LS Trial Assault by beating of an emergency worker ', 0), (1615, 69, '2025-05-08 08:00:30', 'UTC', '01VW1090424', ' BADZIOKILA, Reece CPS-LS Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1616, 69, '2025-05-08 08:00:30', 'UTC', '01VK1073125', ' LEPORT, Liam CPS-LS Sentence Breach a non-molestation order - Family Law Act 1996 ', 0), (1617, 69, '2025-05-08 08:00:30', 'UTC', '01WW1104925', ' BATEMAN, Clint CPS-LS Mention Drunk and disorderly in a public place ', 0), (1618, 69, '2025-05-08 08:00:30', 'UTC', '01WW1100725', ' BATEMAN, Clint CPS-LS Mention Drunk and disorderly in a public place Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1619, 69, '2025-05-08 08:00:30', 'UTC', '01WW1039725', ' BATEMAN, Clint CPS-LS Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1620, 69, '2025-05-08 08:00:30', 'UTC', '01WW1035125', ' BATEMAN, Clint CPS-LS Mention ', 0), (1621, 70, '2025-05-08 08:00:30', 'UTC', '20DY1040125', ' EADES, Dean CPS-WM First hearing Possess a controlled drug of Class A - Cocaine PHIPPS, Leroy Possess a controlled drug of Class A - Cocaine ', 0), (1622, 70, '2025-05-08 08:00:30', 'UTC', '20SW1688924', ' RHODES, Cecilia CPS-WM First hearing Theft from a shop Theft from a shop Theft from a shop ', 0), (1623, 74, '2025-05-08 08:00:31', 'UTC', '12NY1521924', ' MEMUSHAJ, KELED CPS-YH First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1624, 74, '2025-05-08 08:00:31', 'UTC', '12NY0327725', ' DOUGLAS, JORDAN CPS-YH First hearing Possess a controlled drug of Class A - Cocaine ', 0), (1625, 74, '2025-05-08 08:00:31', 'UTC', '12NY0257925', ' BANDYOVA, SARKA CPS-YH First hearing Theft from a shop ', 0), (1626, 74, '2025-05-08 08:00:31', 'UTC', '12NY0509525', ' GREEN, DARRELL CPS-YH First hearing Theft from a shop Assault by beating ', 0), (1627, 74, '2025-05-08 08:00:31', 'UTC', '12NY0512925', ' LANGLEY, PAUL CPS-YH First hearing In charge of motor vehicle - alcohol level above limit ', 1), (1628, 74, '2025-05-08 08:00:31', 'UTC', '12NY0470325', ' SARGENT, THOMAS CPS-YH First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1629, 74, '2025-05-08 08:00:31', 'UTC', '12NY0512025', ' COCIU, ION CPS-YH First hearing Theft from a shop ', 0), (1630, 95, '2025-05-09 08:00:03', 'UTC', '01RP1076425', ' TARDEA, Ion CPS-LN Hearing Drive motor vehicle when alcohol level above limit ', 1), (1631, 95, '2025-05-09 08:00:03', 'UTC', '01JI1328724', ' HENNESSY, Daniel CPS-LN First hearing Handle stolen goods ', 0), (1632, 95, '2025-05-09 08:00:03', 'UTC', '01KD1105225', ' LASHBROOK, Bobby CPS-LN First hearing Drunk and disorderly in a public place Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1633, 95, '2025-05-09 08:00:03', 'UTC', '01KD1104925', ' COLLINS, Laura CPS-LN First hearing Send letter / communication / article conveying indecent / offensive message ', 0), (1634, 95, '2025-05-09 08:00:03', 'UTC', '01JI1109025', ' NGAMDY, Godwin CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (1635, 95, '2025-05-09 08:00:03', 'UTC', '01JI1113425', ' BORG, Alfie CPS-LN First hearing Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (1636, 95, '2025-05-09 08:00:03', 'UTC', '01KD1105725', ' AKAMO, Adejok CPS-LN First hearing Intentional strangulation Common assault ', 0), (1637, 95, '2025-05-09 08:00:03', 'UTC', '01KD1105025', ' KENNY, Jake CPS-LN First hearing Drunk and disorderly in a public place ', 0), (1638, 95, '2025-05-09 08:00:03', 'UTC', '01KD1109925', ' GREENBERG, Joanne CPS-LN First hearing Possess a controlled drug of Class A - Crack Cocaine Possess a controlled drug of Class B - Amphetamine Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1639, 1, '2025-05-09 08:00:04', 'UTC', '50TP0008825', ' RABOSEA, AKASIO DVCPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1640, 1, '2025-05-09 08:00:04', 'UTC', '50DE0267525', ' RUSSELL, WAYNE DVCPF Application Harassment - breach of a restraining order on conviction ', 0), (1641, 1, '2025-05-09 08:00:04', 'UTC', '50DE0247825', ' BLACKWOOD, KATLYNN DVCPF Sentence Stalking involving serious alarm / distress ', 0), (1642, 2, '2025-05-09 08:00:04', 'UTC', '42MR1209525', ' PAXTON, Christopher CPS-EEE First hearing In charge of motor vehicle - alcohol level above limit ', 1), (1643, 2, '2025-05-09 08:00:04', 'UTC', '42MR1357625', ' COYLE, John CPS-EEE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1644, 2, '2025-05-09 08:00:04', 'UTC', '42MR1122925', ' NICHOLLS, Graham CPS-EEE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1645, 2, '2025-05-09 08:00:04', 'UTC', '42MR1557825', ' GRAY, Daniel CPS-EEE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1646, 2, '2025-05-09 08:00:04', 'UTC', '42MR1686025', ' BRITCHFORD, Lee CPS-EEE First hearing Theft from a shop Theft from a shop ', 0), (1647, 2, '2025-05-09 08:00:04', 'UTC', '42MR1605725', ' DAY, Chris CPS-EEE First hearing Drive motor vehicle when alcohol level above limit ', 1), (1648, 2, '2025-05-09 08:00:04', 'UTC', '42MR3131524', ' BOLTON, Philip CPS-EEE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details ', 1), (1649, 3, '2025-05-09 08:00:04', 'UTC', '44BB0892424', ' Defendant CPS-WX Further Case Criminal damage to property valued under £5000 Management Press/Publication restrictions apply to this case ', 0), (1650, 3, '2025-05-09 08:00:04', 'UTC', '44BB0896324', ' Defendant CPS-WX Further Case Criminal damage to property valued under £5000 Management Assault by beating Press/Publication restrictions apply to this case ', 0), (1651, 3, '2025-05-09 08:00:04', 'UTC', '44BB0881524', ' Defendant HIWPF Further Case Criminal damage to property valued under £5000 Management Sexual assault on a female Assault by beating Assault by beating Criminal damage to property valued under £5000 Assault by beating Criminal damage to property valued under £5000 Assault by beating Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Common assault Assault by beating Common assault Assault by beating Assault by beating Assault by beating Press/Publication restrictions apply to this case ', 0), (1652, 3, '2025-05-09 08:00:04', 'UTC', '44BB0888524', ' Defendant CPS-WX Further Case Criminal damage to property valued under £5000 Management Criminal damage to property valued under £5000 Press/Publication restrictions apply to this case ', 0), (1653, 3, '2025-05-09 08:00:04', 'UTC', '44BB0838424', ' Defendant CPS-WX Trial Fraud by false representation - Fraud Act 2006 Press/Publication restrictions apply to this case ', 0), (1654, 3, '2025-05-09 08:00:04', 'UTC', '44BB0129825', ' Defendant Crown Trial Criminal damage to property valued under £5000 Prosecution Criminal damage to property valued under £5000 Service - Theft from a shop Wessex Press/Publication restrictions apply to this case PO1 2PJ ', 0), (1655, 3, '2025-05-09 08:00:04', 'UTC', '44BB0446024', ' Defendant CPS-WX Trial Criminal damage to property valued under £5000 Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Press/Publication restrictions apply to this case ', 0), (1656, 4, '2025-05-09 08:00:04', 'UTC', '52SU0134524', ' SZPAK, DANIEL AVSPF DISQ - Traffic Use a motor vehicle on a road / public place Disqualification without third party insurance ', 1), (1657, 4, '2025-05-09 08:00:04', 'UTC', '52SY1006324', ' ALI, YASMIN AVSPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1658, 4, '2025-05-09 08:00:04', 'UTC', '52SY1362224', ' AINSWORTH, RYAN AVSPF Sentence Speeding - exceed 40 mph special road / motorway limit - ACD ', 1), (1659, 4, '2025-05-09 08:00:04', 'UTC', '52SY1407024', ' EDGINTON, SARA AVSPF Sentence Speeding - exceed 40 mph special road / motorway limit - ACD ', 1), (1660, 4, '2025-05-09 08:00:04', 'UTC', '52SY1005024', ' WANJOHI, MUSANGO AVSPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1661, 4, '2025-05-09 08:00:04', 'UTC', '52SW0104824', ' KULCSAR, ROLAND AVSPF Sentence Use a motor vehicle on a road / public place without third party insurance Speeding - exceed 70 mph motorway limit - manned equipment Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1662, 4, '2025-05-09 08:00:04', 'UTC', '52SY1462524', ' TREPTE, MARK AVSPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (1663, 4, '2025-05-09 08:00:04', 'UTC', '52SY1367624', ' CLARK, LUCY AVSPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (1664, 4, '2025-05-09 08:00:04', 'UTC', '52SY1329924', ' FANOSPOUR, DARYUSH AVSPF Sentence Speeding - exceed 40 mph special road / motorway limit - ACD ', 1), (1665, 4, '2025-05-09 08:00:04', 'UTC', '52SY1025124', ' BAKARIAN, MARAL AVSPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1666, 4, '2025-05-09 08:00:04', 'UTC', '01TK1451125', ' EDGINGTON, Sara METPF DISQ - Traffic Exceed a 20 mph speed limit in contravention of a Disqualification Local Traffic Order - automatic camera device ', 0), (1667, 4, '2025-05-09 08:00:04', 'UTC', '52SY1478724', ' ULLAH, OBAID AVSPF DISQ - Traffic Fail to give information relating to the identification Disqualification of the driver / rider of a vehicle when required ', 1), (1668, 4, '2025-05-09 08:00:04', 'UTC', '52SY0360025', ' RICHARDS, GILES AVSPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required Speeding - exceed 30 mph on restricted road in England - manned equipment ', 1), (1669, 4, '2025-05-09 08:00:04', 'UTC', '52SY1413824', ' FILIPOV, KAMEN AVSPF DISQ - Traffic Drive on road other than motorway, fail comply Disqualification with red / green arrow / lane closure light signals - automatic equipment ', 1), (1670, 4, '2025-05-09 08:00:04', 'UTC', '52SY0972824', ' PEMBERTON, SUSAN AVSPF DISQ - Traffic Speeding - exceed 40 mph special road / Disqualification motorway limit - ACD ', 1), (1671, 4, '2025-05-09 08:00:05', 'UTC', '52SY0905724', ' LEE, TYLER AVSPF DISQ - Traffic Fail to give information relating to the identification Disqualification of the driver / rider of a vehicle when required ', 1), (1672, 4, '2025-05-09 08:00:05', 'UTC', '52SY0011925', ' DAY, PAUL AVSPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - manned equipment ', 0), (1673, 4, '2025-05-09 08:00:05', 'UTC', '52SY0011725', ' CHURCH, MARTIN AVSPF DISQ - Traffic Speeding - exceed 30 mph on restricted road in Disqualification England - manned equipment ', 0), (1674, 5, '2025-05-09 08:00:05', 'UTC', '16XP0455025', ' THOMPSON, JOSHUA CPS-YH First hearing Common assault Harassment without violence Press/Publication restrictions apply to this case ', 0), (1675, 5, '2025-05-09 08:00:05', 'UTC', '16XP0680024', ' ELBECK, OSCAR CPS-YH Plea Cause to be sent by public communication network an offensive / indecent / obscene / menacing message / matter Press/Publication restrictions apply to this case ', 0), (1676, 7, '2025-05-09 08:00:05', 'UTC', '20BW1186823', ' MCEVOY, Brendan CPS-WM Trial Threats to kill Threaten a person with a blade / sharply pointed article in a public place Threats to kill Cultivate cannabis plant a class B controlled drug Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1677, 7, '2025-05-09 08:00:05', 'UTC', '20BW1434425', ' MOHAMMED, HOZAIR CPS-WM Trial Criminal damage to property valued under £5000 Threaten a person with an offensive weapon in a public place Harassment - breach of a restraining order on conviction ', 0), (1678, 8, '2025-05-09 08:00:05', 'UTC', '04ZL1043825', ' CLAYTON, Roman CPS-NW First hearing Section 18 - wounding with intent ', 0), (1679, 8, '2025-05-09 08:00:05', 'UTC', '04ZL2151523', ' ORSOS, Ganos LANPF First hearing Possess with intent to supply a controlled drug of Class B - Cannabis Possess a controlled drug of Class A - Cocaine ', 0), (1680, 8, '2025-05-09 08:00:05', 'UTC', '04ZL1312524', ' AL-DOUSARI, Baraa CPS-NW First hearing Commit an act / series of acts with intent to pervert the course of public justice ', 0), (1681, 8, '2025-05-09 08:00:05', 'UTC', '04ZL1947623', ' BAILEY, Liam CPS-NW Sentence Criminal damage to property valued under £5000 Assault by beating Fail to surrender to police / court bail at the appointed time ', 0), (1682, 8, '2025-05-09 08:00:05', 'UTC', '04ZL1081524', ' WILLIS, Callum CPS-NW Sentence Possess a prohibited image of a child Breach SHPO / interim SHPO / SOPO / interim SOPO / foreign travel order Breach SHPO / interim SHPO / SOPO / interim SOPO / foreign travel order Breach SHPO / interim SHPO / SOPO / interim SOPO / foreign travel order ', 0), (1683, 8, '2025-05-09 08:00:05', 'UTC', '04ZL1993725', ' BOLLAND, Martin CPS-NW Mention & Fix Assault by beating ', 0), (1684, 8, '2025-05-09 08:00:05', 'UTC', '04ZL1843425', ' WILTON, Lee CPS-NW Plea Drive whilst disqualified ', 0), (1685, 8, '2025-05-09 08:00:05', 'UTC', '04ZL1372025', ' WILTON, Lee CPS-NW Plea Drive whilst disqualified ', 0), (1686, 8, '2025-05-09 08:00:05', 'UTC', '04ZL4090324', ' WOODBURN, Jordan CPS-NW Further Case Carried in / on a motor vehicle taken without the Management owners consent ', 1), (1687, 75, '2025-05-09 08:00:05', 'UTC', '50AC0010725', ' MULARCZYK, MICHAL CPS-SW Plea Drunk and disorderly in a public place ', 0), (1688, 75, '2025-05-09 08:00:05', 'UTC', '50AC0012525', ' MULARCZYK, MICHAL CPS-SW Plea Drunk and disorderly in a public place ', 0), (1689, 75, '2025-05-09 08:00:05', 'UTC', '50AC0117525', ' Sutton, RICKY CPS-SW Sentence Criminal damage to property valued under £5000 ', 0), (1690, 75, '2025-05-09 08:00:05', 'UTC', '50AC0085625', ' HOWELL, LUKE CPS-SW Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1691, 75, '2025-05-09 08:00:05', 'UTC', '50AC0150624', ' EDWARDS, CLARE CPS-SW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (1692, 75, '2025-05-09 08:00:05', 'UTC', '50AC0639524', ' CARTER, NICHOLAS CPS-SW Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Common assault Theft from a shop Theft from a shop ', 0), (1693, 75, '2025-05-09 08:00:05', 'UTC', '50AC0631724', ' BROCKLESBY, JAYNE CPS-SW Plea to be Drive whilst unfit through drink Taken ', 0), (1694, 75, '2025-05-09 08:00:05', 'UTC', '50AC0134425', ' CHAPMAN, MICHAEL CPS-SW First hearing Assault by beating ', 0), (1695, 75, '2025-05-09 08:00:05', 'UTC', '50AC0193325', ' PERRY, DYLAN CPS-SW First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Possess a controlled drug of Class A - Other ', 1), (1696, 76, '2025-05-09 08:00:06', 'UTC', '06A20105625', ' EBRAHIM, Abushema GMPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (1697, 76, '2025-05-09 08:00:06', 'UTC', '06MM0077725', ' CHOUDRY, Shazad GMPF Pre-Trial Review Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1698, 9, '2025-05-09 08:00:06', 'UTC', '32D10078825', ' MCMILLAN, JOSEPH LINPF Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1699, 9, '2025-05-09 08:00:06', 'UTC', '32D10105325', ' SADAUSKAS, MANTAS LINPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (1700, 9, '2025-05-09 08:00:06', 'UTC', '32D10078625', ' MCMILLAN, JOSEPH LINPF Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1701, 9, '2025-05-09 08:00:06', 'UTC', '32D10078325', ' MCMILLAN, JOSEPH CPS-EM Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1702, 9, '2025-05-09 08:00:06', 'UTC', '32C90034625', ' MARAGH, STACEY CPS-EM Trial Drive motor vehicle when alcohol level above limit ', 1), (1703, 9, '2025-05-09 08:00:06', 'UTC', '32C80146525', ' GEKMOVS, VIESTURS CPS-EM Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating ', 0), (1704, 9, '2025-05-09 08:00:06', 'UTC', '32C80181225', ' DEERY, DEAN CPS-EM Trial Theft from a shop ', 0), (1705, 9, '2025-05-09 08:00:06', 'UTC', '32D10044425', ' MORGAN BELL LOUREIRO, LINPF Trial TOMACINA Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1706, 9, '2025-05-09 08:00:06', 'UTC', '32D90574224', ' LIZDENIS, GIEDRIUS CPS-EM Trial Drive motor vehicle when alcohol level above limit ', 1), (1707, 11, '2025-05-09 08:00:06', 'UTC', '52SB0240525', ' Courtroom 04 11:00 ', 0), (1708, 11, '2025-05-09 08:00:06', 'UTC', '52SB0070925', ' Courtroom 04 10:00 ', 0), (1709, 11, '2025-05-09 08:00:06', 'UTC', '52SB0924323', ' Courtroom 04 14:00 ', 0), (1710, 11, '2025-05-09 08:00:06', 'UTC', '52SB0236125', ' Courtroom 04 10:00 ', 0), (1711, 11, '2025-05-09 08:00:06', 'UTC', '52SB0826824', ' Courtroom 04 11:00 ', 0), (1712, 11, '2025-05-09 08:00:06', 'UTC', '52SB0266125', ' Courtroom 04 14:00 ', 0), (1713, 11, '2025-05-09 08:00:06', 'UTC', '52SB0925524', ' Courtroom 04 11:00 ', 0), (1714, 11, '2025-05-09 08:00:06', 'UTC', '52SB0055525', ' Courtroom 04 10:00 ', 0), (1715, 11, '2025-05-09 08:00:06', 'UTC', '52SB0463524', ' Courtroom 02 10:00 ', 0), (1716, 11, '2025-05-09 08:00:06', 'UTC', '52SB0199125', ' Courtroom 02 10:00 ', 0), (1717, 11, '2025-05-09 08:00:06', 'UTC', '52SB0895924', ' Courtroom 04 10:00 ', 0), (1718, 11, '2025-05-09 08:00:06', 'UTC', '52SB0956324', ' Courtroom 04 14:00 ', 0), (1719, 13, '2025-05-09 08:00:07', 'UTC', '60WY0985924', ' JAGGARD, SUSAN NWPF Trial Stalking without fear / alarm / distress ', 0), (1720, 13, '2025-05-09 08:00:07', 'UTC', '60WG1625724', ' POLLARD, JAKE CPS-CYN Trial Assault by beating Assault by beating ', 0), (1721, 14, '2025-05-09 08:00:07', 'UTC', '53CH0280124', ' BESO, IONUT GLOSPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (1722, 14, '2025-05-09 08:00:07', 'UTC', '35NT1217125', ' DOCHERTY, Boyd CPS-EEEC Review Possess an offensive weapon in private place ', 0), (1723, 14, '2025-05-09 08:00:07', 'UTC', '35NT1204725', ' TUNNELL, Daniel CPS-EEEC Sentence Drive motor vehicle when alcohol level above limit ', 1), (1724, 15, '2025-05-09 08:00:07', 'UTC', '21GS0694625', ' YOUNG, GARETH CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1725, 15, '2025-05-09 08:00:07', 'UTC', '21GS3153424', ' CLAY, ROBERT CPS-WM First hearing Breach sexual harm prevention order Breach sexual harm prevention order ', 0), (1726, 15, '2025-05-09 08:00:07', 'UTC', '21GS0089925', ' HOLLIS, TERRY CPS-WM First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (1727, 15, '2025-05-09 08:00:07', 'UTC', '21GS2613924', ' POULTON, JOE CPS-WM First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Assault by beating of an emergency worker ', 0), (1728, 15, '2025-05-09 08:00:07', 'UTC', '21GS2811324', ' CARTWRIGHT, LEE CPS-WM First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1729, 15, '2025-05-09 08:00:07', 'UTC', '21GS2814224', ' THOMPSON, CHERRIE CPS-WM First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (1730, 15, '2025-05-09 08:00:07', 'UTC', '21GS0928925', ' ANDREA, THOMAS CPS-WM First hearing Assault by beating ', 0), (1731, 15, '2025-05-09 08:00:07', 'UTC', '21CL0444925', ' BISHOP, LLOYD CPS-WM Sentence Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke ', 0), (1732, 16, '2025-05-09 08:00:07', 'UTC', '62EN0266925', ' WATTS, LOUISE CPS-CYSE First hearing Theft from a shop ', 0), (1733, 16, '2025-05-09 08:00:07', 'UTC', '62EN0779323', ' WILLIAMS, JACK CPS-CYSE First hearing Robbery ', 0), (1734, 16, '2025-05-09 08:00:07', 'UTC', '62CL0905024', ' PATTON, BRADLEY CPS-CYSE First hearing Assault by beating of an emergency worker ', 0), (1735, 16, '2025-05-09 08:00:07', 'UTC', '62EN0362925', ' POLEON, KEENEN CPS-CYSE First hearing Possess a controlled drug of Class A - Cocaine ', 0), (1736, 78, '2025-05-09 08:00:08', 'UTC', '07WZ0403025', ' MILLARD, GEORGE CPS-MC Sentence Harassment - breach of a restraining order on conviction ', 0), (1737, 78, '2025-05-09 08:00:08', 'UTC', '07WZ0394725', ' CONNORS, MICK CPS-MC Plea Drive motor vehicle when alcohol level above limit ', 1), (1738, 78, '2025-05-09 08:00:08', 'UTC', '07WZ0224825', ' SHAW, GEORGE CPS-MC Plea Theft from a shop ', 0), (1739, 78, '2025-05-09 08:00:08', 'UTC', '07WZ0335925', ' MILLARD, GEORGE CPS-MC Sentence Drunk and disorderly in a public place ', 0), (1740, 78, '2025-05-09 08:00:08', 'UTC', '07WZ1809924', ' JACKSON, RICHARD CPS-MC Sentence Possess indecent photograph / pseudo- photograph of a child Possess a prohibited image of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (1741, 78, '2025-05-09 08:00:08', 'UTC', '07WZ1070924', ' MILLARD, GEORGE CPS-MC Mention Application within criminal proceedings ', 0), (1742, 78, '2025-05-09 08:00:08', 'UTC', '07WZ0169025', ' TAYLOR, GARY CPS-MC Sentence Possess indecent photograph / pseudo- photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (1743, 78, '2025-05-09 08:00:08', 'UTC', '07WZ0358625', ' EDWARDS, CARL CPS-MC Sentence Intentionally / recklessly cause a public nuisance Have article with intent to destroy / damage property - endanger life ', 0), (1744, 20, '2025-05-09 08:00:08', 'UTC', '30DI0215324', ' GRUNDY, James CPS-EM Trial Harassment without violence ', 0), (1745, 20, '2025-05-09 08:00:08', 'UTC', '06JJ0091925', ' GRUNDY, James CPS-NW Trial Harassment without violence ', 0), (1746, 20, '2025-05-09 08:00:08', 'UTC', '30DI1782924', ' WALKER, JACK CPS-EM Trial Theft from a motor vehicle ', 1), (1747, 20, '2025-05-09 08:00:08', 'UTC', '30DI1336024', ' BELL, Dominic CPS-EM Trial Stalking involving serious alarm / distress ', 0), (1748, 20, '2025-05-09 08:00:08', 'UTC', '30DI1478824', ' MEAKIN, JASON CPS-EM Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated harassment / alarm / distress by words / writing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Assault by beating of an emergency worker Assault by beating ', 0), (1749, 20, '2025-05-09 08:00:09', 'UTC', '30DI2442424', ' WIDDOWSON, GARY CPS-EM Trial Criminal damage to property valued under £5000 ', 0), (1750, 20, '2025-05-09 08:00:09', 'UTC', '30DI2029424', ' LAING, Liam CPS-EM Trial Criminal damage to property valued under £5000 Arrest by a constable for breaking / likely to break ', 0), (1751, 79, '2025-05-09 08:00:09', 'UTC', '42MR2456423', ' JOHNSON, Hari CPS-EEE Trial In charge of a motor vehicle with proportion of specified controlled drug above specified limit ', 1), (1752, 79, '2025-05-09 08:00:09', 'UTC', '42MR1541224', ' WHITTLE, Teniva-ote-ra CPS-EEE Trial Common assault Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1753, 79, '2025-05-09 08:00:09', 'UTC', '42TK2615523', ' WOODYARD, Stephen ESXPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1754, 79, '2025-05-09 08:00:09', 'UTC', '42TK2594923', ' WOODYARD, Glenys ESXPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1755, 79, '2025-05-09 08:00:09', 'UTC', '42TK1990524', ' SMYTH, Kevin ESXPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive on a road a motor vehicle whilst not wearing a seat belt ', 1), (1756, 79, '2025-05-09 08:00:09', 'UTC', '42TK2001024', ' BELL, Helen ESXPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1757, 79, '2025-05-09 08:00:09', 'UTC', '42TK1979224', ' OLAMONA, Emmanuella Monisola ESXPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1758, 22, '2025-05-09 08:00:09', 'UTC', '47WC2555324', ' KILADEJO, SAMUEL CPS-SE Further Case Drive motor vehicle with a proportion of a specified Management controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance ', 1), (1759, 22, '2025-05-09 08:00:09', 'UTC', '47CC0217425', ' SMUZYNSKI, IRENEUSZ CPS-SE Bail Application Assault a person thereby occasioning them actual bodily harm Theft from the person of another ', 0), (1760, 22, '2025-05-09 08:00:09', 'UTC', '47CC1026325', ' SMUZYNSKI, IRENEUSZ SSXPF Bail Application Intentional strangulation Assault a person thereby occasioning them actual bodily harm ', 0), (1761, 22, '2025-05-09 08:00:09', 'UTC', '47NC0153525', ' BUCHAN, LEE CPS-SE Sentence Going equipped for theft - not motor vehicle Theft from a shop Theft from a shop ', 1), (1762, 23, '2025-05-09 08:00:09', 'UTC', '01PL1157525', ' BRANN, Rachel CPS-LS First hearing Possess / have custody of a fighting dog ', 0), (1763, 23, '2025-05-09 08:00:09', 'UTC', '01MD1113625', ' WALKOWSKI, Adam CPS-LS First hearing Owner / person in charge of dog dangerously out of control causing injury ', 0), (1764, 23, '2025-05-09 08:00:09', 'UTC', '01LX1486724', ' MENDES, Alex CPS-LS Sentence Owner / person in charge of dog dangerously out of control causing injury ', 0), (1765, 23, '2025-05-09 08:00:09', 'UTC', '01BS1229124', ' CRIPPS, Pablo CPS-LS First hearing Cause unnecessary suffering to a protected animal ', 0), (1766, 23, '2025-05-09 08:00:09', 'UTC', '01MD1448724', ' MASON, Paul CPS-LS Further Case Duty of person responsible for animal to ensure Management welfare - Animal Welfare Act 2006 ', 0), (1767, 23, '2025-05-09 08:00:09', 'UTC', '01FH1094925', ' PACA, Dea CPS-LS First hearing Possess / have custody of a fighting dog ', 0), (1768, 23, '2025-05-09 08:00:09', 'UTC', '01LX1510824', ' NDUDI, Tresor CPS-LS Plea Possess / have custody of a fighting dog ', 0), (1769, 23, '2025-05-09 08:00:09', 'UTC', '01ZD1571024', ' ASSEYE, Rita CPS-LS First hearing Owner / person in charge of dog dangerously out of control causing injury ', 0), (1770, 97, '2025-05-09 08:00:10', 'UTC', '61SC1379124', ' MALLON, CHARLOTTE GWTPF Sentence Exceed a 50mph speed restriction on a special road / motorway - automatic camera device ', 1), (1771, 97, '2025-05-09 08:00:10', 'UTC', '61SC1237724', ' BROWN, GAIL GWTPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1772, 97, '2025-05-09 08:00:10', 'UTC', '61SC1087024', ' CMB TRAFFIC MANAGEMENT LTD GWTPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1773, 97, '2025-05-09 08:00:10', 'UTC', '61SC1297624', ' PASARE, DUMITRU GWTPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1774, 97, '2025-05-09 08:00:10', 'UTC', '61SC1113324', ' PASARE, DUMITRU GWTPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1775, 97, '2025-05-09 08:00:10', 'UTC', '61SC1338224', ' PASARE, DUMITRU GWTPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1776, 97, '2025-05-09 08:00:10', 'UTC', '61SC1864124', ' JONES, GETHYN GWTPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (1777, 97, '2025-05-09 08:00:10', 'UTC', '61SC0960724', ' ROSSER, LYNDA GWTPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1778, 97, '2025-05-09 08:00:10', 'UTC', '61SC1827024', ' MENAD, KARIM GWTPF Hearing Exceed a 50mph speed restriction on a special road / motorway - automatic camera device ', 1), (1779, 80, '2025-05-09 08:00:10', 'UTC', '30DI2601224', ' KADHIR, Nori CPS-EM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (1780, 81, '2025-05-09 08:00:10', 'UTC', '01XB1155624', ' KHATRI, Kapil CPS-LS Mention Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1781, 81, '2025-05-09 08:00:10', 'UTC', '01TX1171424', ' Clark , Fiona CPS-LN Sentence Assault by beating of an emergency worker ', 0), (1782, 81, '2025-05-09 08:00:10', 'UTC', '01XB1198424', ' ZAKRZEWCKI, Michaw CPS-LN Sentence Destroy / damage property of a value unknown Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1783, 81, '2025-05-09 08:00:10', 'UTC', '93JD0719324', ' BAILEY, BENIAIH CPS-WM Mention - Use threatening / abusive / insulting words / Defendant to behaviour to cause harassment / alarm / distress Attend ', 0), (1784, 81, '2025-05-09 08:00:10', 'UTC', '46ZY1923224', ' AL-MOHAMED, Musa hussein CPS-SE Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1), (1785, 81, '2025-05-09 08:00:10', 'UTC', '01TX1090725', ' WROBEL, Leszek CPS-LN Sentence Theft of motor vehicle Drive whilst unfit through drink Use a motor vehicle on a road / public place without third party insurance Going equipped for theft of a motor vehicle Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (1786, 81, '2025-05-09 08:00:10', 'UTC', '01TX1166824', ' SOROZNISHVILI, Nika CPS-LN Sentence Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 ', 0), (1787, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1253725', ' CAMPBELL, Jason CPS-SE First hearing Drive whilst disqualified Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance ', 1), (1788, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1182025', ' MORLEY, Laura CPS-SE Sentence Make off without making payment Fail to surrender to police / court bail at the appointed time ', 0), (1789, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1118125', ' MORLEY, Laura CPS-SE Sentence Make off without making payment Make off without making payment Fail to surrender to police / court bail at the appointed time ', 0), (1790, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1450424', ' MORLEY, Laura CPS-SE Sentence Make off without making payment ', 0), (1791, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1093123', ' MORLEY, Laura CPS-SE Sentence Make off without making payment Make off without making payment Make off without making payment Make off without making payment Make off without making payment Make off without making payment ', 0), (1792, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1227523', ' MORLEY, Laura CPS-SE Sentence Make off without making payment ', 0), (1793, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1138825', ' TERRY, Peter CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1794, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1894624', ' COLLINSON, Harry CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a vehicle whilst unfit through drugs ', 1), (1795, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1293225', ' GRAHAM, Keith CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (1796, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1356425', ' LEWIS, Michael CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (1797, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1982724', ' BROADWELL, Danny CPS-SE Plea Theft from a shop Theft from a shop Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1798, 26, '2025-05-09 08:00:11', 'UTC', '46TS1046324', ' ALI, Miran CPS-SE Mention Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1799, 26, '2025-05-09 08:00:11', 'UTC', '46ZY2004024', ' ANNESS, David CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1800, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1931124', ' BARRETT, Jamie CPS-SE First hearing Drive a vehicle whilst unfit through drugs Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1801, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1356125', ' DANNAHER, John CPS-SE First hearing Theft from a shop ', 0), (1802, 26, '2025-05-09 08:00:11', 'UTC', '46ZY1830922', ' LANGFORD, Hazel CPS-SE Plea Drive a vehicle whilst unfit through drugs ', 1), (1803, 27, '2025-05-09 08:00:11', 'UTC', '16XL0543625', ' HYDE, THOMAS CPS-YH Sentence Assault by beating ', 0), (1804, 27, '2025-05-09 08:00:11', 'UTC', '16XL0782125', ' STANIFORTH, KANE CPS-YH Plea Theft from a shop Theft from a shop Theft from a shop ', 0), (1805, 27, '2025-05-09 08:00:11', 'UTC', '16XL0781725', ' HEDERINGTON, KURTIS CPS-YH Plea Vagrant - being found in or upon enclosed premises Theft from a shop Theft from a shop STANIFORTH, KANE Theft from a shop Theft from a shop Vagrant - being found in or upon enclosed premises ', 0), (1806, 27, '2025-05-09 08:00:11', 'UTC', '16XL0375723', ' SLACK, DANIEL CPS-YH Application Application within criminal proceedings ', 0), (1807, 27, '2025-05-09 08:00:11', 'UTC', '16XL0881625', ' EASTON, TAYLOR CPS-YH Bail Application Assault a person thereby occasioning them actual bodily harm Intentional strangulation Criminal damage to property valued under £5000 Assault by beating ', 0), (1808, 27, '2025-05-09 08:00:11', 'UTC', '16XL0516625', ' GILBERT, DANIEL HUMPF Sentence Theft from a shop Harassment without violence ', 0), (1809, 27, '2025-05-09 08:00:11', 'UTC', '16XL0420225', ' BURTON, PAUL CPS-YH First hearing Drive motor vehicle when alcohol level above limit ', 1), (1810, 27, '2025-05-09 08:00:11', 'UTC', '16XL0418825', ' COUGHLAN, ANDREW CPS-YH First hearing Drive motor vehicle when alcohol level above limit ', 1), (1811, 28, '2025-05-09 08:00:11', 'UTC', '45TD0452224', ' BISLA, SHANI CPS-SE Mention Assault a person thereby occasioning them actual bodily harm Common assault Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place ', 0), (1812, 28, '2025-05-09 08:00:11', 'UTC', '45WK0861223', ' BARRETT, NEVILLE CPS-SE Mention Attempt to rape a woman 16 or over - SOA 2003 Assault a person thereby occasioning them actual bodily harm Press/Publication restrictions apply to this case ', 0), (1813, 28, '2025-05-09 08:00:11', 'UTC', '45RB0492024', ' SAVAGE, LEON CPS-SE Sentence Theft from a shop ', 0), (1814, 28, '2025-05-09 08:00:11', 'UTC', '45RB1329323', ' SAVAGE, LEON CPS-SE Sentence Theft from a shop Theft from a shop Individual fail to comply with a community protection notice ', 0), (1815, 98, '2025-05-09 08:00:12', 'UTC', '12NY1538524', ' STEPHENSON, ADAM CPS-YH Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (1816, 98, '2025-05-09 08:00:12', 'UTC', '12NY0543825', ' STEPHENSON, ADAM CPS-YH Sentence Threat to damage / destroy property ', 0), (1817, 98, '2025-05-09 08:00:12', 'UTC', '12NY0268925', ' WILTSHIRE, VICTORIA CPS-YH Sentence Drive motor vehicle when alcohol level above limit ', 1), (1818, 98, '2025-05-09 08:00:12', 'UTC', '12NY0950924', ' HORNE, PETER CPS-YH Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (1819, 98, '2025-05-09 08:00:12', 'UTC', '12NY1362224', ' FLOYD, DANIEL CPS-YH Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1820, 98, '2025-05-09 08:00:12', 'UTC', '12NY0287325', ' MAWSON, KERRY CPS-YH Sentence Theft from a shop Going equipped for theft - not motor vehicle Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class A - Heroin ', 1), (1821, 98, '2025-05-09 08:00:12', 'UTC', '12NY0273925', ' STEPHENSON, ADAM CPS-YH Sentence Criminal damage to property valued under £5000 Possess a controlled drug of Class B - Other ', 0), (1822, 98, '2025-05-09 08:00:12', 'UTC', '12NY0399725', ' STEPHENSON, ADAM CPS-YH Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (1823, 98, '2025-05-09 08:00:12', 'UTC', '12NY0364625', ' KANG, GURNEET CPS-YH Mention & Fix Possess a class C controlled drug Drive motor vehicle with a proportion of a specified ', 1), (1824, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1069525', ' ANDREWS, Martin CPS-EENS First hearing Possess an offensive weapon in private place ', 0), (1825, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1967524', ' COLEMAN, Joni CPS-EENS First hearing Theft from a shop ', 0), (1826, 34, '2025-05-09 08:00:12', 'UTC', '36CJ1406925', ' JANXOTELI, Soslan CPS-EENS First hearing Theft from a shop ', 0), (1827, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1900924', ' WAGSTAFF, Harry CPS-EENS First hearing Breach SHPO / interim SHPO Make indecent photograph / pseudo-photograph of a child ', 0), (1828, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1817424', ' BARRETT, Mark CPS-EENS First hearing Send communication / article of an indecent / offensive nature ', 0), (1829, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1202425', ' POWELL, Leonard CPS-EENS First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (1830, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1856323', ' MAYHEW, Mathew CPS-EENS First hearing Make indecent photograph / pseudo-photograph of a child Breach sexual harm prevention order Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (1831, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1314925', ' BOYTON, Saffron CPS-EENS First hearing Theft from a shop ', 0), (1832, 34, '2025-05-09 08:00:12', 'UTC', '37CJ1112825', ' PRICE, Claira CPS-EENS First hearing Assault by beating Criminal damage to property valued under £5000 ', 0), (1833, 36, '2025-05-09 08:00:13', 'UTC', '04ZL4244824', ' DUTTON, James CPS-NW Sentence Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Driver of a vehicle fail to stop after a road accident Assault by beating of an emergency worker Aggravated vehicle taking - (initial taker) and vehicle damage under £5000 ', 1), (1834, 36, '2025-05-09 08:00:13', 'UTC', '04ZL3715824', ' WILSON, Ryan CPS-NW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (1835, 36, '2025-05-09 08:00:13', 'UTC', '04ZL2116524', ' MCCARTNEY, Paul CPS-NW Mention Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Burglary dwelling and theft - no violence Criminal damage to property valued under £5000 ', 0), (1836, 36, '2025-05-09 08:00:13', 'UTC', '04ZL1262225', ' DIDSBURY, Richard CPS-NW Plea Drunk and disorderly in a public place ', 0), (1837, 36, '2025-05-09 08:00:13', 'UTC', '04ZL1145725', ' DIDSBURY, Richard CPS-NW Plea Drunk and disorderly in a public place ', 0), (1838, 36, '2025-05-09 08:00:13', 'UTC', '04ZL3908024', ' Disbury, Richard CPS-NWLC Plea Drunk and disorderly in a public place ', 0), (1839, 36, '2025-05-09 08:00:13', 'UTC', '04ZL1292325', ' BUTT, Alexander CPS-NW Bail Variation Assault by beating Application ', 0), (1840, 36, '2025-05-09 08:00:13', 'UTC', '04ZL1259125', ' KAIRYS, Titas CPS-NW Sentence Possess an offensive weapon in a public place ', 0), (1841, 36, '2025-05-09 08:00:13', 'UTC', '04ZL1755425', ' BURKE, Edward CPS-NW Sentence Breach a non-molestation order - Family Law Act ', 0), (1842, 37, '2025-05-09 08:00:13', 'UTC', '13WD0199625', ' ', 0), (1843, 37, '2025-05-09 08:00:13', 'UTC', '13LD1152424', ' ', 0), (1844, 37, '2025-05-09 08:00:13', 'UTC', '13LD0269325', ' ', 0), (1845, 38, '2025-05-09 08:00:13', 'UTC', '33JJ1158924', ' MYAKALA, BHARATH CPS-EM Plea Assault a person thereby occasioning them actual bodily harm Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Criminal damage to property valued under £5000 Threats to kill Threats to kill ', 0), (1846, 38, '2025-05-09 08:00:13', 'UTC', '33JJ0064825', ' LUNN, DEMPSEY CPS-EM Hearing Burglary dwelling - with intent to steal Drive a motor vehicle which had been taken without the owner's consent Burglary other than dwelling - theft Drive whilst disqualified Theft from a motor vehicle Criminal damage to property valued under £5000 Fraud by false representation - Fraud Act 2006 Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 1), (1847, 38, '2025-05-09 08:00:13', 'UTC', '33JJ2863424', ' DANDA, VISHNU CPS-EM Trial - no Drive whilst disqualified witnesses Use a motor vehicle on a road / public place without third party insurance ', 1), (1848, 38, '2025-05-09 08:00:13', 'UTC', '33JJ0640425', ' PARKER, ARCHIE CPS-EM Trial Assault by beating Assault by beating ', 0), (1849, 38, '2025-05-09 08:00:13', 'UTC', '33JJ0542825', ' PERRY, GARY CPS-EM Trial Theft from a shop ', 0), (1850, 38, '2025-05-09 08:00:13', 'UTC', '33JJ0047525', ' LUDWELL, STEPHEN CPS-EM Trial Common assault ', 0), (1851, 83, '2025-05-09 08:00:13', 'UTC', '32C90573324', ' GOODRIDGE, CHRISTOPHER CPS-EM Sentence Assault by beating ', 0), (1852, 83, '2025-05-09 08:00:13', 'UTC', '32D10241825', ' TRAIL GROUP LIMITED LINPF First hearing Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1853, 83, '2025-05-09 08:00:13', 'UTC', '32D10084625', ' GILBERT, MARY LINPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1854, 83, '2025-05-09 08:00:13', 'UTC', '32C60107625', ' ANDERSON, JOSHUA LINPF First hearing Driver of a vehicle fail to stop after a road accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD ', 1), (1855, 83, '2025-05-09 08:00:13', 'UTC', '32D10155425', ' HARDY, DANIEL LINPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (1856, 83, '2025-05-09 08:00:13', 'UTC', '32D10073925', ' SMITH, JACK LINPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1857, 83, '2025-05-09 08:00:13', 'UTC', '32D10076825', ' NEWMAN, OLIVER LINPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1858, 83, '2025-05-09 08:00:13', 'UTC', '32D10220925', ' FIXGLASS LTD LINPF First hearing Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1859, 39, '2025-05-09 08:00:14', 'UTC', '60CC1005424', ' MAYNARD, DAVID CPS-CYN Plea to be Taken Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (1860, 39, '2025-05-09 08:00:14', 'UTC', '60CC0642025', ' REW, ALISON NWPF First hearing Common assault ', 0), (1861, 41, '2025-05-09 08:00:14', 'UTC', '33JJ0193825', ' CHAPMAN, RHYS CPS-EM Trial Intimidate a witness / juror Harassment - put in fear of violence Stalking involving serious alarm / distress ', 0), (1862, 41, '2025-05-09 08:00:14', 'UTC', '33JJ2930724', ' MARSHALL, KURT CPS-EM Trial Stalking involving serious alarm / distress Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (1863, 41, '2025-05-09 08:00:14', 'UTC', '33JJ0610025', ' GREENSMITH, DANIEL CPS-EM Trial - no Drive a motor vehicle otherwise than in witnesses accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (1864, 41, '2025-05-09 08:00:14', 'UTC', '33JJ1942124', ' TOSH, CHRISTINE CPS-EM Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1865, 42, '2025-05-09 08:00:14', 'UTC', '46XY1911724', ' AHMED, Salim CPS-SE First hearing Act of outraging public decency - common law ', 0), (1866, 42, '2025-05-09 08:00:14', 'UTC', '46YY1144825', ' OBRIEN, Michael CPS-SE First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (1867, 42, '2025-05-09 08:00:14', 'UTC', '46XY1251025', ' ROBINSON, Oscar CPS-SE Sentence Engage in sexual communication with a child Engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (1868, 42, '2025-05-09 08:00:14', 'UTC', '46XY1165724', ' MCCONNON, Deaglan CPS-SE First hearing Adult attempt to engage in sexual communication with a child Adult attempt to engage in sexual communication with a child Attempt to cause / incite a female child under 13 to engage in sexual activity - offender 18 or over - penetration Press/Publication restrictions apply to this case ', 0), (1869, 42, '2025-05-09 08:00:14', 'UTC', '46YY1526222', ' DIXON, Louis CPS-SE First hearing Possess with intent to supply a controlled drug of Class A - Cocaine Acquire / use / possess criminal property ', 0), (1870, 42, '2025-05-09 08:00:14', 'UTC', '46YY1230724', ' BAKER, Stephen CPS-SE First hearing Burglary other than dwelling - theft HUMPHREY, Raymond Burglary other than dwelling - theft ', 0), (1871, 42, '2025-05-09 08:00:14', 'UTC', '46YY1145725', ' KALAICHELVAN, Thusyanthan CPS-SE First hearing Fail to provide specimen for analysis - vehicle driver Criminal damage to property valued under £5000 ', 1), (1872, 42, '2025-05-09 08:00:14', 'UTC', '46YY1144125', ' RAMACHANDRAN, Krishna CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (1873, 42, '2025-05-09 08:00:14', 'UTC', '46ZY1262125', ' VAISNYS, Robertas CPS-SE First hearing ', 0), (1874, 44, '2025-05-09 08:00:14', 'UTC', '46ZY1140525', ' ALGAR, Shane KENPF Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (1875, 44, '2025-05-09 08:00:14', 'UTC', '46ZY1300325', ' FARLEY, Mathew CPS-SE Sentence Common assault Common assault Assault by beating Assault by beating Obstruct / resist a constable in execution of duty Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (1876, 44, '2025-05-09 08:00:14', 'UTC', '46ZY1315725', ' BIGGINGTON, Adam CPS-SE First hearing Theft from a shop ', 0), (1877, 44, '2025-05-09 08:00:14', 'UTC', '46ZY1330225', ' BIGGINGTON, Adam CPS-SE First hearing Theft from a shop ', 0), (1878, 44, '2025-05-09 08:00:14', 'UTC', '46ZY2034624', ' CHITTENDEN, Terry CPS-SE First hearing Individual fail to comply with a community protection notice ', 0), (1879, 44, '2025-05-09 08:00:14', 'UTC', '46ZY1359625', ' HARRIS, Dean CPS-SE First hearing Criminal damage to property valued under £5000 ', 0), (1880, 44, '2025-05-09 08:00:14', 'UTC', '46ZY1359925', ' HILLS, Paula CPS-SE First hearing Common assault of an emergency worker Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (1881, 44, '2025-05-09 08:00:14', 'UTC', '46ZY1400125', ' ALGAR, Shane CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (1882, 45, '2025-05-09 08:00:15', 'UTC', '34NA0190825', ' JEATER, JAMES CPS-EM Trial Theft from a shop ', 0), (1883, 45, '2025-05-09 08:00:15', 'UTC', '34NA1192124', ' NANU, LUCIAN-DUMITRU CPS-EM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (1884, 45, '2025-05-09 08:00:15', 'UTC', '34NA0247325', ' NWAOZUZU, UCHENNA CPS-EM Trial Assault by beating ', 0), (1885, 45, '2025-05-09 08:00:15', 'UTC', '34NA0949524', ' MARTUCCIO, NIK CPS-EM Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess nitrous oxide for wrongful inhalation - class C drug Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (1886, 99, '2025-05-09 08:00:15', 'UTC', '11EE0669324', ' JACKSON, John CPS-NECD First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1887, 99, '2025-05-09 08:00:15', 'UTC', '11CJ0076925', ' DUXFIELD, Bobby Stuart CPS-NECD First hearing Drunk and disorderly in a public place ', 0), (1888, 99, '2025-05-09 08:00:15', 'UTC', '11CJ0089425', ' BROWN, Willamena CPS-NECD First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1889, 99, '2025-05-09 08:00:15', 'UTC', '11EE0124325', ' FOX, David CPS-NECD First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1890, 99, '2025-05-09 08:00:15', 'UTC', '11DD0376324', ' SWALES, Michael CPS-NECD First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1891, 99, '2025-05-09 08:00:15', 'UTC', '11SS0082825', ' BURNSIDE, Daniel CPS-NECD First hearing Theft from a shop Theft from a shop ', 0), (1892, 99, '2025-05-09 08:00:15', 'UTC', '11DD0344024', ' RITCHIE, Paul CPS-NECD First hearing Produce controlled drug of Class B - cannabis ', 0), (1893, 99, '2025-05-09 08:00:15', 'UTC', '11EE0631024', ' HENERY, HAYLEY CPS-NECD First hearing Drive a vehicle whilst unfit through drugs Drive a vehicle whilst unfit through drugs ', 1), (1894, 99, '2025-05-09 08:00:15', 'UTC', '11EE0051125', ' NIXON, MARK CPS-NECD First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (1895, 48, '2025-05-09 08:00:16', 'UTC', '50EL0057125', ' TIPPETT, RICHARD CPS-SW Sentence Send communication threatening death or serious harm ', 0), (1896, 48, '2025-05-09 08:00:16', 'UTC', '50EL0138425', ' DAVIES, NICK CPS-SW First hearing Handle stolen goods Common assault of an emergency worker Individual fail to comply with a community protection notice ', 0), (1897, 48, '2025-05-09 08:00:16', 'UTC', '50TP1153524', ' PERERA, THALAYARATHNAGE CPS-SW Sentence Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1898, 48, '2025-05-09 08:00:16', 'UTC', '50EL0420423', ' SMITH, LIAM CPS-SW Hearing Send by public communication network an offensive / indecent / obscene / menacing message / matter Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (1899, 85, '2025-05-09 08:00:16', 'UTC', '55CH0381124', ' GREENAWAY, WILLIAM CPS-WX First hearing Possess a controlled drug of Class B - Ketamine Possess a controlled drug of Class A - Other Possess a controlled drug of Class A - Other ', 0), (1900, 85, '2025-05-09 08:00:16', 'UTC', '55CH0031625', ' HEAD, ANTHONY CPS-WX First hearing Theft from a shop ', 0), (1901, 85, '2025-05-09 08:00:16', 'UTC', '55CH0605224', ' MILLER, SEAN CPS-WX First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (1902, 85, '2025-05-09 08:00:16', 'UTC', '55CH0090725', ' KEETS, MATTHEW CPS-WX First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a class C controlled drug Theft from a shop Assault by beating ', 0), (1903, 85, '2025-05-09 08:00:16', 'UTC', '55CH0573724', ' HAZZA, HOSSAM CPS-WX First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1904, 85, '2025-05-09 08:00:16', 'UTC', '55DH0081124', ' WILLIAMS, FRANCES CPS-WX Plea Assault a person thereby occasioning them actual bodily harm ', 0), (1905, 85, '2025-05-09 08:00:16', 'UTC', '55CH0128025', ' VOLKART, XAVIER CPS-WX Mention ', 0), (1906, 49, '2025-05-09 08:00:16', 'UTC', '44PC1007724', ' SALAVASTRU, CLAUDIU-THEODOC CPS-WX Sentence Theft from a shop ', 0), (1907, 49, '2025-05-09 08:00:16', 'UTC', '44PC0734324', ' HAMER, PAIGE CPS-WX Sentence Assault by beating ', 0), (1908, 49, '2025-05-09 08:00:16', 'UTC', '44PC0445824', ' SQUIRES, KEIR CPS-WX Sentence Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (1909, 49, '2025-05-09 08:00:16', 'UTC', '44SC0138125', ' YOUNG, SINEAD CPS-WX Hearing Common assault Common assault ', 0), (1910, 49, '2025-05-09 08:00:16', 'UTC', '44PC0993424', ' FARMER, PHILLIPPA CPS-WX Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1911, 50, '2025-05-09 08:00:16', 'UTC', '04ZL3245024', ' COOKSON-SMITH, Andrew CPS-NW Sentence Assault by beating of an emergency worker ', 0), (1912, 50, '2025-05-09 08:00:16', 'UTC', '04ZL4256324', ' ONEIL, Liam CPS-NW Sentence Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Drive whilst disqualified ', 1), (1913, 51, '2025-05-09 08:00:17', 'UTC', '43SW0852624', ' Courtroom 05 10:00 ', 0), (1914, 51, '2025-05-09 08:00:17', 'UTC', '43SW0173525', ' Courtroom 05 10:00 ', 0), (1915, 51, '2025-05-09 08:00:17', 'UTC', '43SW0871924', ' Courtroom 01 10:00 ', 0), (1916, 51, '2025-05-09 08:00:17', 'UTC', '43SW0173724', ' Courtroom 01 10:00 ', 0), (1917, 51, '2025-05-09 08:00:17', 'UTC', '43SW0546924', ' Courtroom 01 10:00 ', 0), (1918, 51, '2025-05-09 08:00:17', 'UTC', '43SW0408624', ' Courtroom 04 14:00 ', 0), (1919, 51, '2025-05-09 08:00:17', 'UTC', '43SW0244224', ' Courtroom 04 10:00 ', 0), (1920, 51, '2025-05-09 08:00:17', 'UTC', '43SW0113125', ' Courtroom 01 10:00 ', 0), (1921, 51, '2025-05-09 08:00:17', 'UTC', '43SW0149724', ' Courtroom 05 10:00 ', 0), (1922, 101, '2025-05-09 08:00:17', 'UTC', '12NY1820724', ' NICHOLSON, JAKE CPS-YH Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1923, 101, '2025-05-09 08:00:17', 'UTC', '12NY1355824', ' ROBERTSON, BRAD CPS-YH Trial Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (1924, 101, '2025-05-09 08:00:17', 'UTC', '12NY0261925', ' TAYLOR, GARETH CPS-YH Trial Drive motor vehicle when alcohol level above limit ', 1), (1925, 53, '2025-05-09 08:00:17', 'UTC', '05E20110224', ' MANLEY, JOSEPH CPS-MC Trial Fail to provide specimen for analysis - vehicle driver ', 1), (1926, 53, '2025-05-09 08:00:17', 'UTC', '05D20120424', ' PUGH, GRAHAM CPS-MC Trial Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Persistently make use of public communication network to cause annoyance / inconvenience / anxiety ', 0), (1927, 53, '2025-05-09 08:00:17', 'UTC', '05E20204424', ' MANLEY, JOSEPH CPS-MC Trial Fail to provide specimen - person in charge of vehicle ', 1), (1928, 53, '2025-05-09 08:00:17', 'UTC', '05C10077224', ' BROOKS, ASHLEY CPS-MC Trial Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (1929, 53, '2025-05-09 08:00:17', 'UTC', '05A40073124', ' DAVIS, LISA CPS-MC Sentence Drive motor vehicle when alcohol level above limit ', 1), (1930, 54, '2025-05-09 08:00:17', 'UTC', '46YY1050125', ' BOLGER, Daniel CPS-SE Further Case Possess knife blade / sharp pointed article in a Management public place - Criminal Justice Act 1988 Possess a controlled drug of Class A - Cocaine ', 0), (1931, 54, '2025-05-09 08:00:17', 'UTC', '46YY1435224', ' BOLGER, Daniel CPS-SE Sentence Theft from a shop ', 0), (1932, 54, '2025-05-09 08:00:17', 'UTC', '46YY1006825', ' BOLGER, Daniel CPS-SE Sentence Theft from a shop ', 0), (1933, 54, '2025-05-09 08:00:17', 'UTC', '46YY1644224', ' BOLGER, Daniel CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (1934, 54, '2025-05-09 08:00:17', 'UTC', '46YY1113625', ' BOLGER, Daniel CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (1935, 54, '2025-05-09 08:00:17', 'UTC', '46YY1171525', ' BOLGER, Daniel CPS-SE Sentence Theft from a shop ', 0), (1936, 54, '2025-05-09 08:00:17', 'UTC', '46YY1039124', ' BROOKES, David CPS-SE Sentence Possess indecent photograph / pseudo- photograph of a child Voyeurism - recording a private act - SOA 2003 Possess indecent photograph / pseudo- photograph of a child Possess indecent photograph / pseudo- photograph of a child Press/Publication restrictions apply to this case ', 0), (1937, 54, '2025-05-09 08:00:17', 'UTC', '46YY1515724', ' NORRIS, Lewis CPS-SE First hearing Possess with intent to supply a controlled drug of Class B - Cannabis Possess an offensive weapon in private place ', 0), (1938, 56, '2025-05-09 08:00:18', 'UTC', '42MR2579124', ' SAVVA, Paul CPS-EEE Sentence Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal Possess indecent photograph / pseudo- photograph of a child Possess indecent photograph / pseudo- photograph of a child Possess indecent photograph / pseudo- photograph of a child ', 0), (1939, 56, '2025-05-09 08:00:18', 'UTC', '42MR3148623', ' TURNER, Leon CPS-EEE Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (1940, 56, '2025-05-09 08:00:18', 'UTC', '42MR1480024', ' HIXON, Glen CPS-EEE Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1941, 56, '2025-05-09 08:00:18', 'UTC', '42MR2259524', ' YEATES, Tom CPS-EEE Sentence Criminal damage to property valued under £5000 ', 0), (1942, 56, '2025-05-09 08:00:18', 'UTC', '42MR2076524', ' YATES, Tom CPS-EEE Sentence Theft from the person of another Common assault Common assault ', 0), (1943, 57, '2025-05-09 08:00:18', 'UTC', '45RM0558425', ' ORIOL VILA, FRANCESC CPS-SE Further Case Act of outraging public decency - common law Management ', 0), (1944, 57, '2025-05-09 08:00:18', 'UTC', '45EL0061425', ' BASHFORD, DANIEL CPS-SE First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1945, 57, '2025-05-09 08:00:18', 'UTC', '45WK0059425', ' ABID, ZAHIR CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Use a passenger vehicle with tyres with insufficient tread - less than 1.6mm ', 1), (1946, 57, '2025-05-09 08:00:18', 'UTC', '45MV0532625', ' ORIOL VILA, FRANCESC CPS-SE First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (1947, 57, '2025-05-09 08:00:18', 'UTC', '45SL0529625', ' SINGH, DALJIT CPS-SE First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (1948, 57, '2025-05-09 08:00:18', 'UTC', '45EL0535425', ' HAMES, CONNOR CPS-SE First hearing Attempt theft of pedal cycle Criminal damage to property valued under £5000 ', 0), (1949, 57, '2025-05-09 08:00:18', 'UTC', '45EL0222725', ' HAMES, CONNOR CPS-SE First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (1950, 57, '2025-05-09 08:00:18', 'UTC', '45RB1673524', ' MARTIN, RICHARD CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (1951, 58, '2025-05-09 08:00:18', 'UTC', '41CT1855924', ' IBRAHIM, Tahir HERTPF Plea Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (1952, 58, '2025-05-09 08:00:18', 'UTC', '41CT1757324', ' BEARPARK, Dean HERTPF Sentence Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (1953, 58, '2025-05-09 08:00:18', 'UTC', '41CT1858224', ' NEVILL, Dan HERTPF Plea Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (1954, 58, '2025-05-09 08:00:18', 'UTC', '41CT1336724', ' BEIU, Cezar HERTPF Plea Speeding - exceed 70 mph motorway limit - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (1955, 58, '2025-05-09 08:00:18', 'UTC', '41CT1538424', ' CHARUNDA, Monica HERTPF Plea Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (1956, 58, '2025-05-09 08:00:18', 'UTC', '41CT1852224', ' HOWSON, Freddie HERTPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Drive on a road a motor vehicle whilst not wearing a seat belt ', 1), (1957, 58, '2025-05-09 08:00:18', 'UTC', '41CT1847524', ' BHATT, Hardik Prabhakar HERTPF Plea Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (1958, 58, '2025-05-09 08:00:18', 'UTC', '41CT1352324', ' WOLEK, Marcin HERTPF Sentence Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (1959, 59, '2025-05-09 08:00:18', 'UTC', '06A30004225', ' MCLAUGHLIN, Anthony CPS-NW Sentence Going equipped for theft of a motor vehicle ', 1), (1960, 59, '2025-05-09 08:00:18', 'UTC', '06MM0072225', ' IMRAN, Hamza CPS-NW Plea Theft by employee ', 0), (1961, 59, '2025-05-09 08:00:19', 'UTC', '06A10728222', ' AZAD, Sharmin CPS-NW Further Case Common assault Management Assault / ill-treat / neglect / abandon a child / young person to cause unnecessary suffering / injury ', 0), (1962, 59, '2025-05-09 08:00:19', 'UTC', '06A30213323', ' CAMPBELL, SEAN CPS-NW Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (1963, 59, '2025-05-09 08:00:19', 'UTC', '06A20274125', ' TSEGAY, BENIAM CPS-NW First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (1964, 59, '2025-05-09 08:00:19', 'UTC', '06JJ0032225', ' HUMPHRIES, RHYCE CPS-NW Sentence Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (1965, 59, '2025-05-09 08:00:19', 'UTC', '06A10199324', ' ARSLAN, Muhammad CPS-NW Sentence Criminal damage to property valued under £5000 ', 0), (1966, 59, '2025-05-09 08:00:19', 'UTC', '06PP0125725', ' HAIDER, Karar CPS-NW Sentence Breach SHPO / interim SHPO Breach SHPO / interim SHPO Breach SHPO / interim SHPO ', 0), (1967, 86, '2025-05-09 08:00:19', 'UTC', '01KF1477224', ' OKOTUMA, Simon CPS-LN Trial Burglary dwelling - with intent to cause damage Criminal damage to property valued under £5000 Possess a controlled drug of Class B - Cannabis / Cannabis Resin Vagrant - being found in or upon enclosed premises NIKITINS, Serge Vagrant - being found in or upon enclosed premises ', 0), (1968, 86, '2025-05-09 08:00:19', 'UTC', '01KF1018025', ' HASSAN, Othman CPS-LN Trial Drive motor vehicle when alcohol level above limit ', 1), (1969, 86, '2025-05-09 08:00:19', 'UTC', '01KF1067325', ' ABUDU, Adebisi CPS-LN Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class A - Cocaine ', 0), (1970, 86, '2025-05-09 08:00:19', 'UTC', '01KF1094025', ' JUCAITIS, Vaidotas CPS-LN Trial - no Individual fail to comply with a community witnesses protection notice ', 0), (1971, 86, '2025-05-09 08:00:19', 'UTC', '01GD1032025', ' AIDEN, Aliya CPS-LN Trial Drunk and disorderly in a public place Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (1972, 86, '2025-05-09 08:00:19', 'UTC', '01KF1020125', ' NIKOLAS, Nibu CPS-LN Trial In charge of motor vehicle - alcohol level above limit ', 1), (1973, 86, '2025-05-09 08:00:19', 'UTC', '01HT1061925', ' OSCHMAN, Stacey CPS-LN Trial ', 0), (1974, 60, '2025-05-09 08:00:19', 'UTC', '54DD0509024', ' HALL, VINCENT CPS-WX Sentence Theft from a shop ', 0), (1975, 60, '2025-05-09 08:00:19', 'UTC', '54DD0108625', ' HALL, VINCENT CPS-WX Sentence Theft from a shop Theft from a shop ', 0), (1976, 60, '2025-05-09 08:00:19', 'UTC', '54DD0326124', ' HOGG, IAN CPS-WX Plea Rape a woman 16 years of age or over - SOA 2003 Assault a person thereby occasioning them actual bodily harm Press/Publication restrictions apply to this case ', 0), (1977, 89, '2025-05-09 08:00:19', 'UTC', '06GG0476024', ' Harrison, Oliver CPS-NW Trial Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Obstruct / resist a constable in execution of duty ', 0), (1978, 89, '2025-05-09 08:00:19', 'UTC', '06PP0430724', ' HORNER, Joshua CPS-NW Trial Assault by beating ', 0), (1979, 89, '2025-05-09 08:00:19', 'UTC', '06QQ0005524', ' BARNETT, Keeley-anne CPS-NW Sentence Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (1980, 89, '2025-05-09 08:00:19', 'UTC', '06A10162425', ' VERCHER VEGA, Luis CPS-NW Sentence Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Use a motor vehicle on a road without a valid test certificate Use a motor vehicle / trailer in a condition likely to cause danger of injury Fraudulently use a registration mark / registration document Obstruct / resist a constable in execution of duty ', 1), (1981, 89, '2025-05-09 08:00:19', 'UTC', '06A20128123', ' VERCHER VEGA, Luis CPS-NW Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (1982, 89, '2025-05-09 08:00:19', 'UTC', '30DI0141824', ' DERRICK, IVY CPS-NW Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (1983, 89, '2025-05-09 08:00:19', 'UTC', '06GG0254524', ' TRAVIS, MICHAEL CPS-NW Mention - Possess an offensive weapon in private place Defendant to Possess an offensive weapon in private place Attend Possess an offensive weapon in private place ', 0), (1984, 90, '2025-05-09 08:00:19', 'UTC', '52SG0038124', ' WRIGHT, IAN CPS-SW Trial Criminal damage to property valued under £5000 Assault by beating ', 0), (1985, 90, '2025-05-09 08:00:19', 'UTC', '50SJ0041725', ' MCKINLAY-BOYCE, DAVID DVCPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (1986, 90, '2025-05-09 08:00:19', 'UTC', '52SY1245024', ' SIMMONS, ANNE AVSPF Further Case Fail to give information relating to the identification Management of the driver / rider of a vehicle when required Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (1987, 90, '2025-05-09 08:00:19', 'UTC', '52SG0135124', ' TWORKOWSKI, WALDEMAR CPS-SW Trial In charge of motor vehicle - alcohol level above limit ', 1), (1988, 61, '2025-05-09 08:00:20', 'UTC', '17NS1848924', ' HAYDEN, DAVID CPS-NECD Trial Theft from a shop Fail to surrender to police / court bail at the appointed time Theft from a shop ', 0), (1989, 61, '2025-05-09 08:00:20', 'UTC', '17NS0283324', ' BRINGLOE, JAKE CPS-NECD Trial Assault by beating Criminal damage to property valued under £5000 Fail to surrender to police / court bail at the appointed time ', 0), (1990, 61, '2025-05-09 08:00:20', 'UTC', '17NS1618824', ' BRINGLOE, JAKE CPS-NECD Trial Stalking involving fear of violence Harassment - put in fear of violence Harassment without violence ', 0), (1991, 61, '2025-05-09 08:00:20', 'UTC', '17NS1604724', ' HAYDEN, DAVID CPS-NECD Trial Theft from a shop ', 0), (1992, 62, '2025-05-09 08:00:20', 'UTC', '22GA1372924', ' DAVIS, Judge CPS-WM First hearing Assault by beating ', 0), (1993, 62, '2025-05-09 08:00:20', 'UTC', '22FA1291024', ' ALLDRIDGE, Matthew CPS-WM First hearing Rape a woman 16 years of age or over - SOA 2003 Press/Publication restrictions apply to this case ', 0), (1994, 62, '2025-05-09 08:00:20', 'UTC', '22GA1199424', ' HATTON, Benjamin CPS-WM First hearing Fraud by false representation - Fraud Act 2006 ', 0), (1995, 62, '2025-05-09 08:00:20', 'UTC', '22GA1065525', ' CHESHIRE, Colin CPS-WM First hearing Burglary dwelling - with intent to inflict grievous bodily harm ', 0), (1996, 62, '2025-05-09 08:00:20', 'UTC', '22GA1148124', ' MCLAUGHLIN, Lee CPS-WM Mention & Fix Racially / religiously aggravated common assault / beating Assault by beating Criminal damage to property valued under £5000 ', 0), (1997, 62, '2025-05-09 08:00:20', 'UTC', '22FA1024824', ' HAYCOCK, Tony CPS-WM Mention & Fix Threaten a person with an offensive weapon in a public place ', 0), (1998, 62, '2025-05-09 08:00:20', 'UTC', '22GA1357624', ' MORRIS, Tyrone CPS-WM Mention & Fix Fail to provide specimen for analysis - vehicle driver ', 1), (1999, 62, '2025-05-09 08:00:20', 'UTC', '22GA1155925', ' MORGAN, Wayne CPS-WM Mention Stalking involving fear of violence ', 0), (2000, 62, '2025-05-09 08:00:20', 'UTC', '22FA1037425', ' MOORE, Kyle CPS-WM Plea Unauthorised possession in prison of knife or offensive weapon ', 0), (2001, 62, '2025-05-09 08:00:20', 'UTC', '22GA1000825', ' BOWERS, Peter CPS-WM Bail Application Assault a person thereby occasioning them actual bodily harm ', 0), (2002, 62, '2025-05-09 08:00:20', 'UTC', '22GA1168425', ' BOWERS, Peter CPS-WM Bail Application Threat to damage / destroy property Use violence to secure entry to premises ', 0), (2003, 62, '2025-05-09 08:00:20', 'UTC', '22GA1097824', ' STEARN, Nathan CPS-WM Mention Intentional strangulation ', 0), (2004, 62, '2025-05-09 08:00:20', 'UTC', '22GA1356624', ' WARRENDER, Gary CPS-WM First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (2005, 62, '2025-05-09 08:00:20', 'UTC', '22GA1407224', ' STEVENTON, Amanda CPS-WM First hearing Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (2006, 62, '2025-05-09 08:00:20', 'UTC', '22GA1053025', ' DAWSON, Gerald CPS-WM First hearing Theft from a shop ', 0), (2007, 62, '2025-05-09 08:00:20', 'UTC', '22FA1414824', ' NADEEM, Muhammed CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (2008, 62, '2025-05-09 08:00:20', 'UTC', '22GA1090425', ' CRUTE, Connor CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2009, 62, '2025-05-09 08:00:20', 'UTC', '22FA1318724', ' HOLE, Jonathan CPS-WM First hearing Criminal damage to property - value over £5000 Owner / person in charge of dog dangerously out of control causing injury ', 0), (2010, 91, '2025-05-09 08:00:21', 'UTC', '47NC2971324', ' GIBBONS, DAVE CPS-SE Mention Common assault Criminal damage to property valued under £5000 Common assault ', 0), (2011, 91, '2025-05-09 08:00:21', 'UTC', '01JI1109625', ' PRINCE, Fabian CPS-LN Sentence Theft from a shop ', 0), (2012, 91, '2025-05-09 08:00:21', 'UTC', '01GD1072725', ' JOHNS, Darren CPS-LN Sentence Burglary other than dwelling - theft ', 0), (2013, 91, '2025-05-09 08:00:21', 'UTC', '48C60122724', ' JOHNS, DARREN CPS-LS Sentence Fail to answer to court / police bail as soon as practicable Fail to surrender to police / court bail at the appointed time Handle stolen goods ', 0), (2014, 91, '2025-05-09 08:00:21', 'UTC', '01KF1188025', ' NICA, Igor CPS-LN Bail Application Assault by beating ', 0), (2015, 91, '2025-05-09 08:00:21', 'UTC', '01HT1066425', ' ELWIN, Jason CPS-LN Application Criminal damage to property valued under £5000 Assault by beating ', 0), (2016, 91, '2025-05-09 08:00:21', 'UTC', '01JC1034025', ' DREMMAH, Abubacarr METPF Sentence Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (2017, 91, '2025-05-09 08:00:21', 'UTC', '01JC1031425', ' CRISTEA, Lucas Nicolas CPS-LN Bail Variation Burglary other than dwelling - theft Application ', 0), (2018, 91, '2025-05-09 08:00:21', 'UTC', '01KF1138425', ' SHAKLAEN, Golam CPS-LN Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2019, 91, '2025-05-09 08:00:21', 'UTC', '01KF1027425', ' LLOYD, Farron CPS-LN Mention Assault by beating ', 0), (2020, 63, '2025-05-09 08:00:21', 'UTC', '50TP1211024', ' HARDMAN, MARK DVCPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (2021, 63, '2025-05-09 08:00:21', 'UTC', '50AC0502124', ' MCBRIDE, TRACY CPS-SW Trial Persistently make use of public communication network to cause annoyance / inconvenience / anxiety ', 0), (2022, 63, '2025-05-09 08:00:21', 'UTC', '50TP0969124', ' WELLAND-FULFORD, MARLEY CPS-SW Trial Speeding - exceed limit for type of vehicle (not goods/passenger vehicle) - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2023, 63, '2025-05-09 08:00:21', 'UTC', '50TP0978924', ' WILLSON, WILLIAM CPS-SW Trial Speeding - exceed limit for type of vehicle (not goods/passenger vehicle) - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2024, 63, '2025-05-09 08:00:21', 'UTC', '50TP0956424', ' BOLTON, DANIEL CPS-SW Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2025, 63, '2025-05-09 08:00:21', 'UTC', '50TP0956524', ' BOLTON, DANIEL CPS-SW Trial Speeding - exceed limit for type of vehicle ( not goods / passenger vehicle) - unmanned automatic equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2026, 92, '2025-05-09 08:00:22', 'UTC', '43SW0884624', ' GROOM, Christopher METPF Plea Engage in controlling / coercive behaviour in an intimate / family relationship Threaten to share photograph or film of person in intimate state ', 0), (2027, 92, '2025-05-09 08:00:22', 'UTC', '01XB1150225', ' CURRAN, John CPS-LN Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Theft from a shop ', 0), (2028, 92, '2025-05-09 08:00:22', 'UTC', '01TX1098525', ' CALLOW, Kulbir CPS-LN Mention - Theft from a shop Defendant to Attend ', 0), (2029, 92, '2025-05-09 08:00:22', 'UTC', '01XB1084625', ' FRANCIS, Tricia CPS-LN First hearing Cause assault / ill treatment / neglect / abandonment of child / young person to cause unnecessary suffering / injury ', 0), (2030, 92, '2025-05-09 08:00:22', 'UTC', '01TX1339124', ' HAYASHI, Harrison CPS-LN First hearing Common assault of an emergency worker Assault by beating ', 0), (2031, 64, '2025-05-09 08:00:22', 'UTC', '20WV1322224', ' HAIDARY, Amin Crown Trial Obstruct/resist a constable in execution of duty Prosecution Fail to answer to court / police bail as soon as Service B3 practicable 2QA ', 0), (2032, 64, '2025-05-09 08:00:22', 'UTC', '20SW1171024', ' LAWLEY, Martin CPS-WM Mention Theft of motor vehicle Handle stolen goods ', 1), (2033, 64, '2025-05-09 08:00:22', 'UTC', '20DY1175023', ' LAWLEY, Martin CPS-WM Sentence Receiving stolen goods ', 0), (2034, 64, '2025-05-09 08:00:22', 'UTC', '20SW1170525', ' TUCKER, Lucas CPS-WM Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Theft from a shop Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Theft from a shop Possess a controlled drug of Class A - Cocaine Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2035, 64, '2025-05-09 08:00:22', 'UTC', '20WV1452624', ' CHAND, Davy CPS-WM Trial Threat to damage / destroy property Theft from the person of another Harassment without violence ', 0), (2036, 64, '2025-05-09 08:00:22', 'UTC', '20SW1383524', ' EDWARDS, Rio CPS-WM Trial Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2037, 65, '2025-05-09 08:00:22', 'UTC', '07EZ0318425', ' VERNON, BRADLEY CPS-MC Plea Assault by beating Threat to damage / destroy property Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Harassment without violence ', 0), (2038, 65, '2025-05-09 08:00:22', 'UTC', '07NZ1827224', ' WILDING, DALE CPS-MC Trial Fail to provide specimen for analysis - vehicle driver ', 1), (2039, 67, '2025-05-09 08:00:23', 'UTC', '63DP0083524', ' LEWIS, MORGAN CPS-CYSW Trial Exposure - SOA 2003 Common assault of an emergency worker Common assault of an emergency worker Common assault of an emergency worker Press/Publication restrictions apply to this case ', 0), (2040, 67, '2025-05-09 08:00:23', 'UTC', '63FH0286624', ' LLOYD-JONES, RILEY DYPPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2041, 67, '2025-05-09 08:00:23', 'UTC', '63DP0014825', ' DOBREV, VASIL CPS-CYSE Trial Common assault ', 0), (2042, 68, '2025-05-09 08:00:23', 'UTC', '01FH1211223', ' MALONEY, Chauntier CPS-LS Plea Act of outraging public decency - common law ', 0), (2043, 68, '2025-05-09 08:00:23', 'UTC', '48C60154124', ' RASVEGLI, LIBAN CPS-LS Sentence Possess a controlled drug of Class A - Cocaine ', 0), (2044, 68, '2025-05-09 08:00:23', 'UTC', '01PL1065024', ' SUTTHICHUEN, Kunsri CPS-LS Sentence Common assault Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Fail to surrender to police / court bail at the appointed time ', 0), (2045, 68, '2025-05-09 08:00:23', 'UTC', '01FH1098424', ' JENNINGS, Junior CPS-LS Plea Burglary other than dwelling - theft Burglary other than dwelling - theft ', 0), (2046, 68, '2025-05-09 08:00:23', 'UTC', '01CW1263325', ' HUSSAIN, Siddeeq METPF Bail Application Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2047, 68, '2025-05-09 08:00:23', 'UTC', '01CW1059025', ' ELMUGHRABI, Hakeem bayan CPS-LS Application ibraheem Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (2048, 68, '2025-05-09 08:00:23', 'UTC', '01CW1269625', ' SALAZAR LOPEZ, Jolio cesar CPS-LS Plea Theft from the person of another Theft from the person of another ', 0), (2049, 68, '2025-05-09 08:00:23', 'UTC', '01FH1085825', ' OSMAN, Zakeriya CPS-LS Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (2050, 68, '2025-05-09 08:00:23', 'UTC', '01FH1307324', ' ILE, Kieron CPS-LS Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (2051, 68, '2025-05-09 08:00:23', 'UTC', '01XH1109025', ' MEEN, Stefan CPS-LN Sentence Criminal damage to property valued under £5000 Threats to kill Assault a person thereby occasioning them actual bodily harm ', 0), (2052, 68, '2025-05-09 08:00:23', 'UTC', '01FH1251224', ' SAKER, Zeyad CPS-LS Plea Robbery Fraud by false representation - Fraud Act 2006 ', 0), (2053, 68, '2025-05-09 08:00:23', 'UTC', '48C60088824', ' ESTEVAO, JOSE CPS-LS Sentence Fraud by false representation - Fraud Act 2006 ', 0), (2054, 68, '2025-05-09 08:00:23', 'UTC', '48C60196624', ' HONOUR, BRADLEY CPS-LS Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2055, 93, '2025-05-09 08:00:24', 'UTC', '55DH0327724', ' KENDALL, JACK CPS-WX First hearing Assault by beating Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2056, 93, '2025-05-09 08:00:24', 'UTC', '55DH0102625', ' HASAN, NATHAN CPS-WX First hearing In charge of motor vehicle - alcohol level above limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (2057, 93, '2025-05-09 08:00:24', 'UTC', '55CH0172525', ' PERRY, IAIN CPS-WX First hearing In charge of motor vehicle - alcohol level above limit ', 1), (2058, 93, '2025-05-09 08:00:24', 'UTC', '55DH0060025', ' PANDYA, AMRISH CPS-WX First hearing Drive whilst disqualified Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance ', 1), (2059, 93, '2025-05-09 08:00:24', 'UTC', '55DH0104625', ' JONES, CHARLOTTE CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (2060, 93, '2025-05-09 08:00:24', 'UTC', '55TH0019425', ' CHESSHIRE, MATTHEW CPS-WX First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2061, 93, '2025-05-09 08:00:24', 'UTC', '55DH0296324', ' BUTT, SAMUEL CPS-WX First hearing Attempt to drive vehicle whilst unfit through drugs ', 1), (2062, 93, '2025-05-09 08:00:24', 'UTC', '55DH0106925', ' HICKS, JEREMY CPS-WX First hearing Assault by beating ', 0), (2063, 93, '2025-05-09 08:00:24', 'UTC', '55DH0103325', ' ROBERTS, ADAM CPS-WX First hearing In charge of motor vehicle - alcohol level above limit Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (2064, 94, '2025-05-09 08:00:24', 'UTC', '01SX5058722', ' MORDECHAY, Orenstein CPS-LN Plea Possess a weapon for the discharge of a noxious liquid / gas / electrical incapacitation device / thing ', 0), (2065, 94, '2025-05-09 08:00:24', 'UTC', '01QK1232224', ' STEWART-HANSON, Tyler Application Application to amend the requirements of a suspended sentence order ', 0), (2066, 94, '2025-05-09 08:00:24', 'UTC', '46ZY1024325', ' WALID, Gharor CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (2067, 94, '2025-05-09 08:00:24', 'UTC', '33JJ1266524', ' SUKELIS, MANTAS CPS-EM Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2068, 94, '2025-05-09 08:00:24', 'UTC', '01RP1102525', ' VELIU, Agon CPS-LN First hearing Fail to provide specimen for analysis - vehicle driver Possess a controlled drug of Class A - Cocaine Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1), (2069, 94, '2025-05-09 08:00:24', 'UTC', '01XB1136425', ' NIJJAR, Ravinder CPS-LN Sentence Harassment - breach of a restraining order on conviction ', 0), (2070, 94, '2025-05-09 08:00:24', 'UTC', '01QA1263824', ' MANOHARAN, Thamillenthy CPS-LN Sentence Breach of stalking order / interim stalking order Fail to notify police of notification requirements ', 0), (2071, 69, '2025-05-09 08:00:24', 'UTC', '01WW1102024', ' FOSTER, Nathaniel CPS-LS Trial Racially / religiously aggravated common assault / beating ', 0), (2072, 69, '2025-05-09 08:00:24', 'UTC', '01TA1449925', ' SIMMS, Philip METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2073, 69, '2025-05-09 08:00:24', 'UTC', '01VW1011825', ' BALDOCK, Nicholas CPS-LS Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (2074, 69, '2025-05-09 08:00:24', 'UTC', '01WW1275024', ' FARQUARSON, Shyanne CPS-LS Trial Drive motor vehicle when alcohol level above limit ', 1), (2075, 69, '2025-05-09 08:00:24', 'UTC', '01TJ1321724', ' MAYIZA, Dieu METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2076, 69, '2025-05-09 08:00:24', 'UTC', '01TA4286224', ' GHANI, Ismaeel METPF Trial Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals Drive a mechanically propelled vehicle on a road / in a public place without reasonable consideration to other users ', 1), (2077, 69, '2025-05-09 08:00:24', 'UTC', '01TA3471024', ' SALEEMI, Mohammad METPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (2078, 70, '2025-05-09 08:00:25', 'UTC', '20DY1024225', ' CROSS, Liam CPS-WM First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2079, 70, '2025-05-09 08:00:25', 'UTC', '20DY1371824', ' KEEN, Jason CPS-WM First hearing Intentional strangulation Criminal damage to property valued under £5000 ', 0), (2080, 70, '2025-05-09 08:00:25', 'UTC', '20WS1467524', ' CHIYANGWA, Mike CPS-WM First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2081, 70, '2025-05-09 08:00:25', 'UTC', '20DY1430824', ' COX, Toni WMIDPF First hearing Intentional strangulation Assault by beating ', 0), (2082, 70, '2025-05-09 08:00:25', 'UTC', '20DY1443424', ' REES, Andrew CPS-WM First hearing Assault by beating Criminal damage to property valued under £5000 ', 0), (2083, 70, '2025-05-09 08:00:25', 'UTC', '20WS1449124', ' ELMORE, Luke WMIDPF First hearing Intentional strangulation Criminal damage to property valued under £5000 ', 0), (2084, 70, '2025-05-09 08:00:25', 'UTC', '20WS1364524', ' AKBAR, Mohammed CPS-WM Sentence Harassment - breach of a restraining order on conviction Stalking involving serious alarm / distress ', 0), (2085, 70, '2025-05-09 08:00:25', 'UTC', '20WS1036525', ' AKBAR, Mohammed CPS-WM Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (2086, 70, '2025-05-09 08:00:25', 'UTC', '20WV1087825', ' IANCU, Alin CPS-WM Sentence Drive a motor vehicle dangerously Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2087, 74, '2025-05-09 08:00:25', 'UTC', '12NY0067824', ' STANFIELD, LEAH CPS-YH Plea Criminal damage to property valued under £5000 ', 0), (2088, 74, '2025-05-09 08:00:25', 'UTC', '12NY1769524', ' ROBERTSON, LYNNE CPS-YH Plea Theft from a shop Theft from a shop ', 0), (2089, 74, '2025-05-09 08:00:25', 'UTC', '12NY0352025', ' MORRISON, KYLE CPS-YH Plea Fraud by false representation - Fraud Act 2006 ', 0), (2090, 74, '2025-05-09 08:00:25', 'UTC', '12NY0126924', ' BADSHA, JAWAHR CPS-YH Mention Stalking without fear / alarm / distress ', 0), (2091, 102, '2025-05-10 08:00:03', 'UTC', '44BB0800523', ' WHITTLE, ROXANNE CPS-WX Mention & Fix Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2092, 102, '2025-05-10 08:00:03', 'UTC', '44PC0259125', ' DEAN, JESSICA HIWPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2093, 102, '2025-05-10 08:00:03', 'UTC', '44LN0003525', ' COTTON, PETER HIWPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2094, 102, '2025-05-10 08:00:03', 'UTC', '44BB0096325', ' BLACK, RANDOLPH HIWPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2095, 102, '2025-05-10 08:00:03', 'UTC', '44OY0077125', ' NEAGU, GHEORGHE HIWPF First hearing Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (2096, 102, '2025-05-10 08:00:03', 'UTC', '44PC0262225', ' JEFFERSON, SEAN HIWPF First hearing Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2097, 95, '2025-05-10 08:00:03', 'UTC', '01RP1088125', ' MCDONAGH, Michael CPS-LN Sentence Drive whilst disqualified Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance ', 1), (2098, 95, '2025-05-10 08:00:03', 'UTC', '01KD1093525', ' AMBROSE, Richard CPS-LN Sentence Affray Possess an offensive weapon in private place ', 0), (2099, 95, '2025-05-10 08:00:03', 'UTC', '04ZL3782624', ' MULLANE, Cian CPS-NW Sentence Theft from a shop ', 0), (2100, 95, '2025-05-10 08:00:03', 'UTC', '05E60072024', ' MULLANE, CIAN CPS-MC Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Obstruct / resist a constable in execution of duty ', 1), (2101, 95, '2025-05-10 08:00:03', 'UTC', '01KG1400824', ' RAZIQ, Abdul CPS-LN Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2102, 95, '2025-05-10 08:00:03', 'UTC', '01JI1243024', ' ZAMAN, Ali CPS-LN Sentence Common assault Criminal damage to property valued under £5000 ', 0), (2103, 95, '2025-05-10 08:00:03', 'UTC', '01KG1105824', ' GRIFFITHS, Jamie CPS-LN Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2104, 95, '2025-05-10 08:00:03', 'UTC', '01KD1101125', ' SEAMAN, Morgan CPS-LN Sentence Racially / religiously aggravated harassment with fear of violence ', 0), (2105, 95, '2025-05-10 08:00:03', 'UTC', '01KD1101225', ' SEAMAN, Morgan CPS-LN Sentence ', 0), (2106, 3, '2025-05-10 08:00:03', 'UTC', '44BB0730524', ' PANWASKAR, MOYRUM HIWPF First hearing Assault by beating of an emergency worker Assault by beating Assault by beating Assault by beating Assault by beating ', 0), (2107, 3, '2025-05-10 08:00:03', 'UTC', '44BB0630624', ' MCCUTCHEON, SEAN CPS-WX First hearing Criminal damage to property valued under £5000 ', 0), (2108, 3, '2025-05-10 08:00:03', 'UTC', '44BB0613024', ' FORSHAW, ANTHONY CPS-WX Sentence Harassment without violence Stalking without fear / alarm / distress ', 0), (2109, 3, '2025-05-10 08:00:03', 'UTC', '44BB0770022', ' WILLIAMS, JACK CPS-WX Sentence Assault by beating Criminal damage to property valued under £5000 Send letter / communication / article conveying a threatening message Fail to surrender to police / court bail at the appointed time Press/Publication restrictions apply to this case ', 0), (2110, 3, '2025-05-10 08:00:03', 'UTC', '44BB0190825', ' BRAZIL, JESSE CPS-WX Sentence Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Common assault of an emergency worker ', 0), (2111, 3, '2025-05-10 08:00:03', 'UTC', '44BB0199625', ' TUCKER, LUCY HIWPF Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2112, 3, '2025-05-10 08:00:03', 'UTC', '44BB0112325', ' TUCKER, LUCY CPS-WX Sentence Theft from a shop ', 0), (2113, 3, '2025-05-10 08:00:03', 'UTC', '44BB0803524', ' STREET, TOBY CPS-WX Sentence Common assault Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2114, 3, '2025-05-10 08:00:03', 'UTC', '44BB0239025', ' GEBRCHIRKOS, KAHSAY CPS-WX Mention - Use threatening / abusive / insulting words / Defendant to behaviour with intent to cause fear of / provoke Attend unlawful violence ', 0), (2115, 3, '2025-05-10 08:00:03', 'UTC', '44BB0107225', ' HOLLOWAY, LEE CPS-WX Mention & Fix Harassment without violence ', 0), (2116, 3, '2025-05-10 08:00:03', 'UTC', '44BB0204824', ' CHANDRASEKARAN, PALANIYANDY CPS-WX Trial Drive whilst unfit through drink Drive motor vehicle when alcohol level above limit ', 1), (2117, 3, '2025-05-10 08:00:03', 'UTC', '44BB0699324', ' RAI, BIJAY CPS-WX Trial Drive motor vehicle when alcohol level above limit ', 1), (2118, 3, '2025-05-10 08:00:03', 'UTC', '44BB0122525', ' SMITH, MONTAGUE CPS-WX Trial (Priority) Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Common assault of an emergency worker ', 0), (2119, 3, '2025-05-10 08:00:03', 'UTC', '44BB0756224', ' WARREN, KAINE CPS-WX Trial of Issue / Drive motor vehicle with a proportion of a specified Newton hearing controlled drug above the specified limit ', 1), (2120, 4, '2025-05-10 08:00:04', 'UTC', '52SE0141924', ' THURSTON, PAUL CPS-SW Trial Racially / religiously aggravated harassment / alarm / distress by words / writing Assault a person thereby occasioning them actual bodily harm Theft from a shop ', 0), (2121, 4, '2025-05-10 08:00:04', 'UTC', '52SE0027224', ' FARMER, JAMES CPS-SW Trial Assault by beating Assault by beating ', 0), (2122, 4, '2025-05-10 08:00:04', 'UTC', '52SY0971824', ' GRIER, BRIAN AVSPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2123, 4, '2025-05-10 08:00:04', 'UTC', '52SW0107224', ' ROUTLEDGE, NORMAN AVSPF Further Case Drive a mechanically propelled vehicle on a road / Management in a public place without due care and attention ', 1), (2124, 4, '2025-05-10 08:00:04', 'UTC', '52SE0121424', ' CHEN, JIAYUN CPS-SW Sentence Assault by beating ', 0), (2125, 4, '2025-05-10 08:00:04', 'UTC', '52SE0017525', ' AHMED, WAQAR CPS-SW Sentence In charge of motor vehicle - alcohol level above limit ', 1), (2126, 4, '2025-05-10 08:00:04', 'UTC', '52SE0041822', ' THORNE, BARRY CPS-SW Trial Assault by beating of an emergency worker Common assault of an emergency worker ', 0), (2127, 4, '2025-05-10 08:00:04', 'UTC', '52SY1009724', ' COSTA, CESAR AVSPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Permit use of motor vehicle with no insurance ', 1), (2128, 4, '2025-05-10 08:00:04', 'UTC', '52SU0156924', ' CHAPPELL, JOE AVSPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2129, 5, '2025-05-10 08:00:04', 'UTC', '16XP0732425', ' MACDONALD, DEAN CPS-YH Trial Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2130, 5, '2025-05-10 08:00:04', 'UTC', '16XP1944423', ' BARCOE, JOSHUA CPS-YH Trial Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details Driver of a vehicle involved in a road accident fail to report that accident ', 1), (2131, 5, '2025-05-10 08:00:04', 'UTC', '16XP0021425', ' PRESTON-BLAKE, MATTHEW CPS-YH Trial Drive motor vehicle when alcohol level above limit Drunk and disorderly in a public place ', 1), (2132, 6, '2025-05-10 08:00:04', 'UTC', '45MV0809524', ' AINLEY, MARK SURRPF Sentence Exceed a variable speed limit - automatic camera device ', 0), (2133, 6, '2025-05-10 08:00:04', 'UTC', '01TK3050424', ' AINLEY, Mark METPF Sentence Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (2134, 6, '2025-05-10 08:00:04', 'UTC', '31NT1205924', ' AINLEY, MARK NOTTPF Sentence Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (2135, 6, '2025-05-10 08:00:04', 'UTC', '45MV0810124', ' AINLEY, MARK SURRPF Sentence Exceed a variable speed limit - automatic camera device ', 0), (2136, 6, '2025-05-10 08:00:04', 'UTC', '46SJ1054125', ' AINLEY, Mark KENPF Plea Exceed a variable speed limit - automatic camera device Exceed 50 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (2137, 6, '2025-05-10 08:00:04', 'UTC', '01TJ1078225', ' KEATING, Ryice METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2138, 6, '2025-05-10 08:00:04', 'UTC', '01TJ1039825', ' FERERO, Andres METPF First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2139, 6, '2025-05-10 08:00:04', 'UTC', '01TJ1110325', ' PENNEY, Lucy METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2140, 6, '2025-05-10 08:00:04', 'UTC', '01TJ1110225', ' AGBAJE, Tajudeen Tunden METPF First hearing Use a motor vehicle on a road / public place without third party insurance ', 1), (2141, 6, '2025-05-10 08:00:04', 'UTC', '01TA1647425', ' SAVULIONIS, Tomas METPF Trial Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (2142, 6, '2025-05-10 08:00:04', 'UTC', '45MV0320625', ' AINLEY, MARK SURRPF Plea Exceed a variable speed limit - automatic camera device ', 0), (2143, 6, '2025-05-10 08:00:04', 'UTC', '01TJ1165624', ' OJO, Oluyemi METPF DISQ - Traffic Fail to give information relating to the identification Disqualification of the driver / rider of a vehicle when required ', 1), (2144, 6, '2025-05-10 08:00:04', 'UTC', '01TK1922325', ' ADLAM, Barry METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2145, 6, '2025-05-10 08:00:04', 'UTC', '01TA1632425', ' MAMIROV, Mirjalol METPF Pre-Trial Review Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2146, 6, '2025-05-10 08:00:04', 'UTC', '01TK1937125', ' ZAHID, Rasha METPF Plea Exceed a variable speed limit - automatic camera device ', 0), (2147, 6, '2025-05-10 08:00:04', 'UTC', '01TA4204424', ' NASIROV, Ali METPF Further Case Use on a road a motor vehicle / trailer - danger of Management injury due to weight / position / distribution / security of load Use a motor vehicle on a road / public place without third party insurance ', 1), (2148, 6, '2025-05-10 08:00:04', 'UTC', '01TJ1319524', ' KERMANSHAHI, Eshan METPF Plea Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details Driver of a vehicle involved in a road accident fail to report that accident ', 1), (2149, 6, '2025-05-10 08:00:04', 'UTC', '01TA1261525', ' ISSA, Mousa METPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2150, 8, '2025-05-10 08:00:05', 'UTC', '04ZL4020924', ' OLDHAM, Arthur CPS-NW Trial Threat to damage / destroy property ', 0), (2151, 8, '2025-05-10 08:00:05', 'UTC', '04ZL4033324', ' SAID, Maria CPS-NW Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (2152, 8, '2025-05-10 08:00:05', 'UTC', '04ZL1694725', ' COWBURN, Michael CPS-NW Trial Stalking involving fear of violence ', 0), (2153, 8, '2025-05-10 08:00:05', 'UTC', '04ZL3512924', ' ASHWORTH, Andrew CPS-NW Trial Assault by beating Assault by beating ', 0), (2154, 8, '2025-05-10 08:00:05', 'UTC', '04ZL3226124', ' ASHWORTH, Andrew CPS-NW Hearing Criminal damage to property valued under £5000 Assault by beating ', 0), (2155, 8, '2025-05-10 08:00:05', 'UTC', '04ZL2885023', ' MALIK, Sunny CPS-NW Trial Harassment - breach of a restraining order on conviction ', 0), (2156, 8, '2025-05-10 08:00:05', 'UTC', '04ZL2634024', ' ENGLAND, James CPS-NW Trial Assault by beating Assault by beating ', 0), (2157, 8, '2025-05-10 08:00:05', 'UTC', '04ZL2338624', ',04ZIQBAL, Zafar Application L3237024 Application to suspend disqualification pending appeal Application to suspend disqualification pending appeal ', 0), (2158, 75, '2025-05-10 08:00:05', 'UTC', '50AC0346624', ' BARTLETT, RYAN CPS-SW Sentence Assault by beating Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2159, 75, '2025-05-10 08:00:05', 'UTC', '50AC0021025', ' ORMEROD, JAKE CPS-SW Trial Breach SHPO / interim SHPO ', 0), (2160, 75, '2025-05-10 08:00:05', 'UTC', '50AC0212925', ' SELF, BRENDON CPS-SW Bail Variation Assault a person thereby occasioning them actual Application bodily harm Assault by beating ', 0), (2161, 75, '2025-05-10 08:00:05', 'UTC', '50AC0503324', ' LAITY, ROBERT CPS-SW Trial - no Drive a motor vehicle on a road after refusal of witnesses grant / revocation of driving licence on account of disability Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road without a valid test certificate ', 1), (2162, 75, '2025-05-10 08:00:05', 'UTC', '50TP1254424', ' NDLOVU, JULIUS DVCPF Trial Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2163, 9, '2025-05-10 08:00:05', 'UTC', '32C90775224', ' WELLS, REECE CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class A - Cocaine Use a motor vehicle on a road / public place without third party insurance ', 1), (2164, 9, '2025-05-10 08:00:05', 'UTC', '32C10004625', ' WALKER, ADAM CPS-EM First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2165, 9, '2025-05-10 08:00:05', 'UTC', '32C80863624', ' WILKINSON, ADAM CPS-EM First hearing Drive motor vehicle when alcohol level above limit Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (2166, 9, '2025-05-10 08:00:05', 'UTC', '32C80245825', ' SCHAFFARCZYK, SAMANTHA CPS-EM First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2167, 9, '2025-05-10 08:00:05', 'UTC', '32C90220925', ' BIRD, KOLBY CPS-EM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2168, 9, '2025-05-10 08:00:05', 'UTC', '32C90032525', ' BURN, IAN CPS-EM First hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Criminal damage to property valued under £5000 ', 1), (2169, 9, '2025-05-10 08:00:05', 'UTC', '32C80275025', ' ANDERSON, JAY CPS-EM First hearing Fail to provide specimen for analysis - vehicle ', 1), (2170, 10, '2025-05-10 08:00:05', 'UTC', '47WW2373024', ' DAY, LOUIS CPS-SE Mention - Aggravated vehicle taking - (initial taker) and Defendant to vehicle damage under £5000 Attend Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle when alcohol level above limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to co-operate with a preliminary test - motor vehicle offence Fail to co-operate with a preliminary test - motor vehicle offence Drive whilst disqualified Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2171, 10, '2025-05-10 08:00:05', 'UTC', '47CC0231724', ' HALES, SHARON CPS-SE Trial Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (2172, 10, '2025-05-10 08:00:05', 'UTC', '47CC2812124', ' SAYNOR, LAVINE CPS-SE Trial Motor vehicle fail to comply with endorsable section 36 traffic sign - other than manned or automatic equipment Drive motor vehicle when alcohol level above limit Drive whilst unfit through drink ', 1), (2173, 10, '2025-05-10 08:00:05', 'UTC', '47WW2370224', ' MCCULLOCH, DAVID CPS-SE Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2174, 10, '2025-05-10 08:00:05', 'UTC', '47CC3399224', ' JWAN, SHABAZ CPS-SE Trial Drive whilst disqualified Use a motor vehicle on a road / public place ', 1), (2175, 12, '2025-05-10 08:00:05', 'UTC', '01PL1163425', ' AROJOJOYE, Ben CPS-LS Sentence Possess an offensive weapon in a public place Breach criminal behaviour order Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2176, 12, '2025-05-10 08:00:05', 'UTC', '01PL1021625', ' ARNOLD, Stephen Richard CPS-LS Plea Burglary other than dwelling with intent to steal ', 0), (2177, 12, '2025-05-10 08:00:05', 'UTC', '01RG1026925', ' LIVINGSTON, Lewis CPS-LS Plea Unauthorised possession in prison of knife or offensive weapon ', 0), (2178, 12, '2025-05-10 08:00:05', 'UTC', '01PL1116425', ' ASHLEY, Ordain Mark CPS-LS Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 Sex offenders register - fail comply with notification requirements - SOA 2003 Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (2179, 12, '2025-05-10 08:00:05', 'UTC', '01RY1026425', ' WATSON, Lee CPS-LS Plea Theft from a shop Assault a person thereby occasioning them actual bodily harm Common assault Common assault ', 0), (2180, 12, '2025-05-10 08:00:05', 'UTC', '01RY1167524', ' AGO, Johanson CPS-LS Further Case Possess a controlled drug of Class B - Cannabis / Management Cannabis Resin Possess with intent to supply a controlled drug of ', 0), (2181, 77, '2025-05-10 08:00:06', 'UTC', '04ZL3592224', ' ROBERTS, Kyle CPS-NW Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Handle stolen goods Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Burglary dwelling and theft - no violence LONGMIRE, Nathan Burglary dwelling and theft - no violence Handle stolen goods ', 0), (2182, 77, '2025-05-10 08:00:06', 'UTC', '04ZL3216824', ' ARSHAD, Mohammed CPS-NW Trial Possess an offensive weapon in a public place ', 0), (2183, 77, '2025-05-10 08:00:06', 'UTC', '04ZL3905523', ' PRESTON, Mandy CPS-NW Application Fail to provide specimen for analysis - vehicle driver ', 1), (2184, 15, '2025-05-10 08:00:06', 'UTC', '21GS1112623', ' SARGINSON, NICOLA CPS-WM Trial Theft from the person of another ', 0), (2185, 15, '2025-05-10 08:00:06', 'UTC', '21CL1283124', ' ALI, HAMZA CPS-WM Trial Assault by beating ', 0), (2186, 15, '2025-05-10 08:00:06', 'UTC', '21CP1424124', ' ABDELGHANI, ABIR STAFPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals Drive a motor vehicle on a road with a child under 14 years in front passenger seat not wearing a seat belt ', 1), (2187, 15, '2025-05-10 08:00:06', 'UTC', '21CL0660124', ' BUTTERWORTH, ROBINSON CPS-WM Mention & Fix Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2188, 16, '2025-05-10 08:00:06', 'UTC', '62WN0735824', ' SCHUBERT, TIMOTHY SWPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2189, 16, '2025-05-10 08:00:06', 'UTC', '62SC1834624', ' HOPKINS, MATTHEW SWPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2190, 16, '2025-05-10 08:00:06', 'UTC', '62SC1087124', ' BENNETT, HEATHER RUTH SWPF Hearing Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (2191, 16, '2025-05-10 08:00:06', 'UTC', '62SC1331824', ' JONES, CHRISTOPHER SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2192, 16, '2025-05-10 08:00:06', 'UTC', '62EN1163424', ' AHMED, MOMAND SWPF Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2193, 16, '2025-05-10 08:00:06', 'UTC', '62SC1823224', ' SHEARSON, JOEL SWPF Hearing Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2194, 16, '2025-05-10 08:00:06', 'UTC', '62SC0003025', ' HARTRY, THOMAS SWPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (2195, 16, '2025-05-10 08:00:06', 'UTC', '62SC1802024', ' MINTY, NATHAN SWPF Plea Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (2196, 17, '2025-05-10 08:00:06', 'UTC', '03NN0677424', ' ', 0), (2197, 17, '2025-05-10 08:00:06', 'UTC', '03NN0126224', ' ', 0), (2198, 17, '2025-05-10 08:00:06', 'UTC', '03NN0238225', ' ', 0), (2199, 17, '2025-05-10 08:00:06', 'UTC', '03NN0647424', ' ', 0), (2200, 19, '2025-05-10 08:00:07', 'UTC', '53BH0056725', ' WATSON, ASHLEY CPS-SW Sentence Theft from a shop Assault by beating Fail to surrender to police / court bail at the appointed time ', 0), (2201, 19, '2025-05-10 08:00:07', 'UTC', '53BH0131125', ' THOMAS, DANIEL CPS-SW Sentence Theft from a shop ', 0), (2202, 19, '2025-05-10 08:00:07', 'UTC', '53BH0125025', ' THOMAS, DANIEL CPS-SW Sentence Theft from a shop ', 0), (2203, 19, '2025-05-10 08:00:07', 'UTC', '53BH0065125', ' WATSON, ASHLEY CPS-SW Sentence Theft from a shop Theft from a shop ', 0), (2204, 19, '2025-05-10 08:00:07', 'UTC', '53AH0039325', ' WILKINSON, KIRSTEN CPS-SW Sentence Theft from a shop Breach criminal behaviour order Breach criminal behaviour order ', 0), (2205, 19, '2025-05-10 08:00:07', 'UTC', '53CH0233524', ' WILFORT, DAVID CPS-SW Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (2206, 19, '2025-05-10 08:00:07', 'UTC', '53BH0154725', ' SHOESMITH, JAMIE CPS-SW Sentence Threat to damage / destroy property Threat to damage / destroy property Common assault Send communication / article of an indecent / offensive nature ', 0), (2207, 19, '2025-05-10 08:00:07', 'UTC', '53AH0289124', ' HODGES, BENJAMIN CPS-SW Sentence Drive whilst unfit through drink ', 0), (2208, 78, '2025-05-10 08:00:07', 'UTC', '07EZ1919424', ' WOOLLEY, DAVID CPS-MC Further Case Duty of person responsible for animal to ensure Management welfare - Animal Welfare Act 2006 SIMPSON, JOHN Duty of person responsible for animal to ensure welfare - Animal Welfare Act 2006 JONES, PETER Duty of person responsible for animal to ensure welfare - Animal Welfare Act 2006 ', 0), (2209, 78, '2025-05-10 08:00:07', 'UTC', '07WZ1477224', ' COLLOBY, LEE CPS-MC Sentence Share photograph or film of person in intimate state without consent ', 0), (2210, 78, '2025-05-10 08:00:07', 'UTC', '07WZ1910824', ' HUNT, KEITH CPS-MC Sentence Drive a vehicle whilst unfit through drugs Theft from a shop Possess a controlled drug of Class A - Heroin Possess a class C controlled drug ', 1), (2211, 78, '2025-05-10 08:00:07', 'UTC', '07WZ0362825', ' WILSON, JOSHUA CPS-MC Sentence Burglary other than dwelling - theft ACTON, MICHAEL Burglary other than dwelling - theft ', 0), (2212, 78, '2025-05-10 08:00:07', 'UTC', '07WZ1570224', ' CRANSTON, EMMA CPS-MC Trial Drive motor vehicle when alcohol level above limit ', 1), (2213, 78, '2025-05-10 08:00:07', 'UTC', '07WZ1415124', ' ARCHER, MARCUS CPS-MC Trial Assault by beating ', 0), (2214, 79, '2025-05-10 08:00:07', 'UTC', '42MR1246525', ' WILDNEY, Trevor CPS-EEE Mention Theft in dwelling other than an automatic machine or meter Stalking without fear / alarm / distress Criminal damage to property valued under £5000 ', 0), (2215, 79, '2025-05-10 08:00:07', 'UTC', '42MR1713225', ' ALEXANDER, Ivan CPS-EEE Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2216, 79, '2025-05-10 08:00:07', 'UTC', '42MR1530625', ' ALEXANDER, Ivan CPS-EEE Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2217, 79, '2025-05-10 08:00:07', 'UTC', '42MR1238825', ' ALEXANDER, Ivan CPS-EEE Sentence Fail to answer to court / police bail as soon as practicable Theft from a shop Fail to surrender to police / court bail at the appointed time Theft from a shop Theft from a shop Theft from a shop ', 0), (2218, 79, '2025-05-10 08:00:07', 'UTC', '42MR1358925', ' ALEXANDER, Ivan CPS-EEE Sentence Theft from a shop Theft from a shop ', 0), (2219, 23, '2025-05-10 08:00:08', 'UTC', '47WS3236724', ' ZWORSKI, MICHAL CPS-SE Trial Drive a vehicle when the registration mark fails to conform with regulations ', 1), (2220, 23, '2025-05-10 08:00:08', 'UTC', '01ZD1513124', ' IVANOV, Elenko CPS-LS Trial Assault by beating ', 0), (2221, 80, '2025-05-10 08:00:08', 'UTC', '30DI2656524', ' ATTENBOROUGH, LEIGH DERPF First hearing Assault by beating of an emergency worker ', 0), (2222, 80, '2025-05-10 08:00:08', 'UTC', '30DI0918425', ' AHMED, Merrish CPS-EM First hearing Common assault of an emergency worker Assault by beating of an emergency worker ', 0), (2223, 80, '2025-05-10 08:00:08', 'UTC', '30DI0304125', ' GOMBERA, ADRIAN CPS-EM First hearing Drunk and disorderly in a public place ', 0), (2224, 80, '2025-05-10 08:00:08', 'UTC', '30DI0933125', ' CROSS, Kimberley CPS-EM First hearing Theft from a shop ', 0), (2225, 80, '2025-05-10 08:00:08', 'UTC', '30DI0796025', ' KIRK, Ian CPS-EM First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2226, 80, '2025-05-10 08:00:08', 'UTC', '30DI0911424', ' MADIGAN, DECLAN CPS-EM First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2227, 80, '2025-05-10 08:00:08', 'UTC', '30DI0913525', ' COCKING, Daniel CPS-EM First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2228, 80, '2025-05-10 08:00:08', 'UTC', '30DI0887125', ' O'TOOLE, PHILIP CPS-EM First hearing Theft from a shop ', 0), (2229, 80, '2025-05-10 08:00:08', 'UTC', '30DI0885625', ' HALLAM, Jack CPS-EM First hearing Theft from a shop ', 0), (2230, 80, '2025-05-10 08:00:08', 'UTC', '30DI0934425', ' SMITH, Joel CPS-EM First hearing Fail to stop vehicle when directed by PC / traffic warden / traffic officer / CSO engaged in regulation of road traffic Driver of a vehicle fail to stop after a road accident ', 1), (2231, 24, '2025-05-10 08:00:08', 'UTC', '93JD0413125', ' BARRY, PETER CPS-WM First hearing Drunk and disorderly in a public place ', 0), (2232, 24, '2025-05-10 08:00:08', 'UTC', '14XA1128625', ' KERR, Adam CPS-YH Plea Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drunk and disorderly in a public place ', 0), (2233, 24, '2025-05-10 08:00:08', 'UTC', '14XA1129925', ' KERR, Adam CPS-YH Plea Drunk and disorderly in a public place ', 0), (2234, 24, '2025-05-10 08:00:08', 'UTC', '14XW1131524', ' MILES-AMPHLETT, Samantha CPS-YH Plea Drive a vehicle whilst unfit through drugs ', 1), (2235, 24, '2025-05-10 08:00:08', 'UTC', '14XW1023925', ' THRELFALL, William CPS-YH Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Fraudulently use a registration mark / registration document ', 1), (2236, 24, '2025-05-10 08:00:08', 'UTC', '14XA1002324', ' LEAROYD, Samuel CPS-YH Plea Use a motor vehicle on a road / public place without third party insurance Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Aggravated vehicle taking - ( initial taker ) and property damage £5000 or over Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2237, 24, '2025-05-10 08:00:08', 'UTC', '14XO1117024', ' AUSTIN-HEATH, Anthony CPS-YH First hearing Breach sexual harm prevention order Breach sexual harm prevention order Breach sexual harm prevention order Breach sexual harm prevention order ', 0), (2238, 25, '2025-05-10 08:00:09', 'UTC', '20WS1161925', ' BROWN, Deniro CPS-WM First hearing Possess an offensive weapon in private place ', 0), (2239, 25, '2025-05-10 08:00:09', 'UTC', '20SW1065125', ' PERRY, Bradley CPS-WM First hearing Breach SHPO / interim SHPO ', 0), (2240, 25, '2025-05-10 08:00:09', 'UTC', '20WV1206125', ' CHAMBERS, Neeshon CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2241, 25, '2025-05-10 08:00:09', 'UTC', '20WS1181225', ' AGHA, Mohammed CPS-WM First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2242, 25, '2025-05-10 08:00:09', 'UTC', '20SW1248025', ' HUSSAIN, Abul CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2243, 25, '2025-05-10 08:00:09', 'UTC', '20WV1207025', ' SINGH BILLING, Jarman CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2244, 25, '2025-05-10 08:00:09', 'UTC', '20DY1178725', ' OLIVER, Thomas WMIDPF First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2245, 25, '2025-05-10 08:00:09', 'UTC', '20DY1162125', ' WYNNE, Martin CPS-WM First hearing Theft from a motor vehicle Theft from a motor vehicle Fraud by false representation - Fraud Act 2006 ', 1), (2246, 25, '2025-05-10 08:00:09', 'UTC', '20WV1209625', ' MAUGHAN, James CPS-WM First hearing Theft from a shop ', 0), (2247, 81, '2025-05-10 08:00:09', 'UTC', '01TX1111825', ' HASSAN, Hadi CPS-LN Sentence Breach criminal behaviour order Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2248, 81, '2025-05-10 08:00:09', 'UTC', '01TX1281624', ' MORGAN, Steven CPS-LN Sentence Threat to damage / destroy property Use violence to secure entry to premises Stalking without fear / alarm / distress Criminal damage to property valued under £5000 ', 0), (2249, 81, '2025-05-10 08:00:09', 'UTC', '01QA1154724', ' BRIGHTON, Tyreece CPS-LN Mention Assault by beating ', 0), (2250, 81, '2025-05-10 08:00:09', 'UTC', '01QK1403724', ' BRIGHTON, Tyrece METPF Mention Assault a person thereby occasioning them actual bodily harm ', 0), (2251, 81, '2025-05-10 08:00:09', 'UTC', '01XB1260624', ' CAMERON, Rickey CPS-LN Plea Criminal damage to property valued under £5000 ', 0), (2252, 81, '2025-05-10 08:00:09', 'UTC', '01XB1428624', ' WACH, Jaroslaw CPS-LN Trial Individual fail to comply with a community protection notice ', 0), (2253, 81, '2025-05-10 08:00:09', 'UTC', '01TW1042624', ' AJANG, Emmanuel CPS-LS Sentence Assault by beating of an emergency worker ', 0), (2254, 81, '2025-05-10 08:00:09', 'UTC', '01XB1140825', ' AJANG, Emmanuel METPF Sentence Fail to surrender to police / court bail at the appointed time Theft from a shop ', 0), (2255, 81, '2025-05-10 08:00:09', 'UTC', '34NA0622124', ' PANZO, RICHARD CPS-EM Sentence Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle dangerously ', 1), (2256, 26, '2025-05-10 08:00:09', 'UTC', '46ZY1401024', ' DORRELL, Kieran CPS-SE Mention Criminal damage to property valued under £5000 ', 0), (2257, 26, '2025-05-10 08:00:09', 'UTC', '46ZY1873624', ' ALLSOP, Dean CPS-SE Deferred In charge of motor vehicle - alcohol level above Sentence limit ', 1), (2258, 26, '2025-05-10 08:00:09', 'UTC', '46ZY1742624', ' ALLSOP, Dean CPS-SE Deferred In charge of a motor vehicle with proportion of Sentence specified controlled drug above specified limit In charge of motor vehicle - alcohol level above limit Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (2259, 26, '2025-05-10 08:00:09', 'UTC', '46ZY1971424', ' ALLSOP, Dean CPS-SE Deferred Use threatening / abusive words / behaviour likely Sentence to cause harassment, alarm or distress Common assault of an emergency worker ', 0), (2260, 26, '2025-05-10 08:00:09', 'UTC', '46ZY1907324', ' SKINNER, Daniel CPS-SE Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (2261, 26, '2025-05-10 08:00:09', 'UTC', '46ZY1200023', ' Little, Anthony KENPF Bail Application Assault by beating of an emergency worker Assault by beating ', 0), (2262, 27, '2025-05-10 08:00:09', 'UTC', '16XL0666725', ' LAWTON, JAMIE CPS-YH Mention Common assault Breach a non-molestation order - Family Law Act 1996 ', 0), (2263, 27, '2025-05-10 08:00:09', 'UTC', '16XL0421925', ' HARGREAVES, KAYNE CPS-YH First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2264, 27, '2025-05-10 08:00:09', 'UTC', '16XL0611925', ' NURSE, MATTHEW CPS-YH Sentence Affray Possess an offensive weapon in a public place Assault by beating of an emergency worker ', 0), (2265, 27, '2025-05-10 08:00:09', 'UTC', '16XL0050325', ' ROBINSON, ZOE CPS-YH Sentence Theft from a shop Possess a controlled drug of Class A - Crack Cocaine Possess a controlled drug of Class A - Heroin Fail to surrender to police / court bail at the appointed time ', 0), (2266, 27, '2025-05-10 08:00:10', 'UTC', '16XL0566025', ' NURSE, MATTHEW CPS-YH Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2267, 27, '2025-05-10 08:00:10', 'UTC', '16XL1891724', ' LOCKWOOD, MARK CPS-YH Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2268, 27, '2025-05-10 08:00:10', 'UTC', '16XL0123625', ' CAMACHO, IVO CPS-YH Mention & Fix Drive whilst disqualified ', 0), (2269, 27, '2025-05-10 08:00:10', 'UTC', '16XL2263424', ' BAKER, AIDEN CPS-YH Bail Variation Intentional strangulation Application ', 0), (2270, 28, '2025-05-10 08:00:10', 'UTC', '45GD0044223', ' IRVING, KARL CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (2271, 28, '2025-05-10 08:00:10', 'UTC', '45GD1383923', ' IRVING, KARL CPS-SE Sentence Common assault ', 0), (2272, 28, '2025-05-10 08:00:10', 'UTC', '45GD0749323', ' IRVING, KARL CPS-SE Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (2273, 28, '2025-05-10 08:00:10', 'UTC', '45GD1463124', ' BERTRAM, AMY CPS-SE Sentence Individual fail to comply with a community protection notice Causing danger to road users ', 0), (2274, 28, '2025-05-10 08:00:10', 'UTC', '45GD0489125', ' BERTRAM, AMY CPS-SE Sentence Individual fail to comply with a community protection notice ', 0), (2275, 28, '2025-05-10 08:00:10', 'UTC', '45EP0349623', ' BLANCHARD, SCOTT SURRPF Plea Act of outraging public decency - common law ', 0), (2276, 28, '2025-05-10 08:00:10', 'UTC', '45SL1553224', ' ELTAKI, OMAR CPS-SE Sentence Stalking involving fear of violence Burglary dwelling - with intent to inflict grievous bodily harm Press/Publication restrictions apply to this case ', 0), (2277, 28, '2025-05-10 08:00:10', 'UTC', '93JD1441024', ' BERTRAM, AMY CPS-SE Sentence Assault by beating of an emergency worker ', 0), (2278, 28, '2025-05-10 08:00:10', 'UTC', '45RB1229223', ' BLANCHARD, SCOTT SURRPF Plea Act of outraging public decency - common law Act of outraging public decency - common law Act of outraging public decency - common law Act of outraging public decency - common law ', 0), (2279, 29, '2025-05-10 08:00:10', 'UTC', '47EH2024323', ' MCGLADE, CRAIG CPS-SE Trial Fail to provide specimen for analysis - vehicle driver ', 1), (2280, 29, '2025-05-10 08:00:10', 'UTC', '47EH3375324', ' EDWARDS, KAYLEE CPS-SE Trial Fail to co-operate with a preliminary test - motor vehicle offence Drive motor vehicle when alcohol level above limit ', 1), (2281, 29, '2025-05-10 08:00:10', 'UTC', '47EH1939224', ' WINYARD, NATHAN CPS-SE Trial Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (2282, 29, '2025-05-10 08:00:10', 'UTC', '47EE2969124', ' BAILEY, FRANK CPS-SE Trial Drive motor vehicle when alcohol level above limit ', 1), (2283, 29, '2025-05-10 08:00:10', 'UTC', '47EE0216224', ' BERESFORD, REECE CPS-SE Trial Theft of motor vehicle ', 1), (2284, 29, '2025-05-10 08:00:10', 'UTC', '47EH0925324', ' HOLLEBON, ASHLEY CPS-SE Trial Assault a person thereby occasioning them actual bodily harm ', 0), (2285, 29, '2025-05-10 08:00:10', 'UTC', '47EH2422024', ' EDMUNDS, DAVID CPS-SE Trial Assault by beating of an emergency worker Assault by beating of an emergency worker Drive motor vehicle when alcohol level above limit ', 1), (2286, 30, '2025-05-10 08:00:10', 'UTC', '63CH0041625', ' RICKARD, ASHLEY Haverfordwest Review Magistrates' Court ', 0), (2287, 30, '2025-05-10 08:00:10', 'UTC', '63CH0002324', ' NOLAN, SHAUN Haverfordwest Review Magistrates' Court ', 0), (2288, 30, '2025-05-10 08:00:10', 'UTC', '63CH0029225', ' STOKES, ALISHA Haverfordwest Review Magistrates' Court ', 0), (2289, 30, '2025-05-10 08:00:10', 'UTC', '63CH0035525', ' BRADBURY, KYE CPS-CYSW Trial Harassment - breach of a restraining order on conviction ', 0), (2290, 30, '2025-05-10 08:00:10', 'UTC', '63CH0044025', ' CHARGE, SHANNON CPS-CYSW Sentence Common assault Criminal damage to property valued under £5000 ', 0), (2291, 31, '2025-05-10 08:00:11', 'UTC', '22EA1067025', ' JONES, Ashley CPS-WM Plea Affray ', 0), (2292, 31, '2025-05-10 08:00:11', 'UTC', '22EA1040125', ' BROOKES, Marcus CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2293, 31, '2025-05-10 08:00:11', 'UTC', '22EA1010525', ' CROKE, Michael CPS-WM Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2294, 31, '2025-05-10 08:00:11', 'UTC', '22EA1321924', ' FRANKLIN, Jordan CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2295, 31, '2025-05-10 08:00:11', 'UTC', '22EA1097725', ' SANDIFORT, George CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2296, 31, '2025-05-10 08:00:11', 'UTC', '22EA1000525', ' THOMAS, Stuart CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2297, 31, '2025-05-10 08:00:11', 'UTC', '22EA1046525', ' MCLAY, Rhianne CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2298, 31, '2025-05-10 08:00:11', 'UTC', '22EA1096925', ' TOMS, Dean CPS-WM First hearing Drive motor vehicle when alcohol level above limit Fail to provide specimen for analysis - vehicle driver ', 1), (2299, 31, '2025-05-10 08:00:11', 'UTC', '22EA1040425', ' ABRAMS, Duncan CPS-WM First hearing Breach SHPO / interim SHPO Breach SHPO / interim SHPO ', 0), (2300, 31, '2025-05-10 08:00:11', 'UTC', '22EA1074525', ' CROKE, Michael CPS-WM Sentence Use threatening / abusive / insulting words / ', 0), (2301, 31, '2025-05-10 08:00:11', 'UTC', '01TA1319725', ' OLUJIMI, Oluwadamillola Israel O METPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (2302, 31, '2025-05-10 08:00:11', 'UTC', '22TP1314924', ' BIDDLE, Cornelius WMEPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2303, 31, '2025-05-10 08:00:11', 'UTC', '22TP1222024', ' PUDGE, Darren CPS-WM Mention In charge of motor vehicle - alcohol level above limit ', 1), (2304, 31, '2025-05-10 08:00:11', 'UTC', '22EA1056624', ' JONES, Ricky CPS-WM Trial Theft - other - including theft by finding ', 0), (2305, 31, '2025-05-10 08:00:11', 'UTC', '22EA1049024', ' BARNETT, Matthew CPS-WM Trial Assault by beating Stalking without fear / alarm / distress ', 0), (2306, 31, '2025-05-10 08:00:11', 'UTC', '22EA1083224', ' ARCHER, Benjamin CPS-WM Trial Owner / person in charge of dog dangerously out of control causing injury ', 0), (2307, 82, '2025-05-10 08:00:11', 'UTC', '01MP1086525', ' WARD, Andrew CPS-LN First hearing Possess a controlled drug of Class A - Cocaine ', 0), (2308, 82, '2025-05-10 08:00:11', 'UTC', '01NI1140525', ' AGIUS, James Joseph CPS-LN Sentence Send communication / article of an indecent / offensive nature ', 0), (2309, 82, '2025-05-10 08:00:11', 'UTC', '01YE1008824', ' ALLUSHI, Robert CPS-LN First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (2310, 82, '2025-05-10 08:00:11', 'UTC', '01YR1452424', ' SIWAK, Adrian CPS-LN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2311, 82, '2025-05-10 08:00:11', 'UTC', '01YR1077125', ' CORDING, Mitchell CPS-LN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2312, 82, '2025-05-10 08:00:11', 'UTC', '01YE1251924', ' SKERRITT, Anthony CPS-LN First hearing Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (2313, 82, '2025-05-10 08:00:11', 'UTC', '01EK1135525', ' MARQUES, Eduardo CPS-LN First hearing Criminal damage to property valued under £5000 ', 0), (2314, 82, '2025-05-10 08:00:11', 'UTC', '01YE1478724', ' GURRY, Ryan CPS-LN First hearing Possess a controlled drug of Class A - Cocaine ', 0), (2315, 82, '2025-05-10 08:00:11', 'UTC', '01YE1000825', ' MORGAN, Darren CPS-LN First hearing Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2316, 82, '2025-05-10 08:00:11', 'UTC', '01NI1042625', ' CHANG, Meshech CPS-LN First hearing Possess nitrous oxide for wrongful inhalation - ', 0), (2317, 33, '2025-05-10 08:00:12', 'UTC', '93JD1456923', ' SALL, PARDEEP CPS-WM Trial Stalking involving serious alarm / distress ', 0), (2318, 35, '2025-05-10 08:00:12', 'UTC', '22CA1361024', ' SAPIC, Adam CPS-WM Further Case Drive motor vehicle when alcohol level above limit Management ', 1), (2319, 35, '2025-05-10 08:00:12', 'UTC', '22CA1024425', ' CANNON, Rebecca CPS-WM Plea Criminal damage to property valued under £5000 Breach a non-molestation order - Family Law Act 1996 ', 0), (2320, 35, '2025-05-10 08:00:12', 'UTC', '22DA1305523', ' Stone, Dylan WMEPF Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2321, 35, '2025-05-10 08:00:12', 'UTC', '22TP1192524', ' PHAKO, Sonwablie CPS-WM Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified Assault a constable in the execution of his / her duty Obstruct / resist a constable in execution of duty ', 1), (2322, 35, '2025-05-10 08:00:12', 'UTC', '22DA1306224', ' LUNNON, Toni CPS-WM Sentence Theft from a shop Theft from a shop Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2323, 35, '2025-05-10 08:00:12', 'UTC', '22CA1006925', ' LANE, Andrew CPS-WM Sentence Theft from a motor vehicle Criminal damage to property valued under £5000 ', 1), (2324, 35, '2025-05-10 08:00:12', 'UTC', '22DA1384024', ' LUNNON, Toni CPS-WM Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (2325, 36, '2025-05-10 08:00:12', 'UTC', '04ZL1602324', ' HONEY, James CPS-NW Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2326, 36, '2025-05-10 08:00:12', 'UTC', '04ZL3135124', ' LOVATT, Natalie CPS-NW Trial Fail to provide specimen for analysis - vehicle driver ', 1), (2327, 36, '2025-05-10 08:00:12', 'UTC', '04ZL2958424', ' OLIVER, David CPS-NW Trial Assault by beating ', 0), (2328, 36, '2025-05-10 08:00:13', 'UTC', '04ZL1307624', ' SHEPHERD, Jez CPS-NW Trial Aggravated vehicle taking - (initial taker) and vehicle damage under £5000 Burglary dwelling and theft - no violence Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Aggravated vehicle taking - ( initial taker ) and vehicle damage of £5000 or over Handle stolen goods ', 1), (2329, 36, '2025-05-10 08:00:13', 'UTC', '04ZL3679324', ' LANCASTER, Christopher CPS-NW Trial Attempt burglary other than dwelling with intent to steal Criminal damage to property valued under £5000 ', 0), (2330, 37, '2025-05-10 08:00:13', 'UTC', '13LD1325424', ' ', 0), (2331, 37, '2025-05-10 08:00:13', 'UTC', '13LD0378824', ' ', 0), (2332, 37, '2025-05-10 08:00:13', 'UTC', '13LD0313725', ' ', 0), (2333, 37, '2025-05-10 08:00:13', 'UTC', '13LD0855124', ' ', 0), (2334, 37, '2025-05-10 08:00:13', 'UTC', '13LD0284525', ' ', 0), (2335, 40, '2025-05-10 08:00:13', 'UTC', '63AC0259124', ' SARGEANT, TRACEY Llanelli Review Magistrates' Court ', 0), (2336, 40, '2025-05-10 08:00:13', 'UTC', '63AC0237524', ' DUNN, EMMA Llanelli Review Magistrates' Court ', 0), (2337, 42, '2025-05-10 08:00:13', 'UTC', '46ZY1664124', ' BURR, Jamie CPS-SE Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Assault by beating Harassment - put in fear of violence ', 0), (2338, 42, '2025-05-10 08:00:13', 'UTC', '46ZY1264525', ' BURR, Jamie-lee CPS-SE Sentence Assault by beating Assault by beating Assault by beating ', 0), (2339, 42, '2025-05-10 08:00:13', 'UTC', '46TS1045324', ' MOORE, Kevin James CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2340, 42, '2025-05-10 08:00:13', 'UTC', '46YY1140925', ' GODFREY, Kayleigh CPS-SE First hearing Theft from a shop ', 0), (2341, 42, '2025-05-10 08:00:13', 'UTC', '46YY1181825', ' CARDOSO SANTOS, Patrick CPS-SE Sentence Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (2342, 42, '2025-05-10 08:00:13', 'UTC', '46YY1477624', ' LUCK, Perry CPS-SE First hearing Criminal damage to property valued under £5000 Assault by beating ', 0), (2343, 42, '2025-05-10 08:00:13', 'UTC', '46YY1178325', ' OGUNBANJO, Moji CPS-SE First hearing Theft from a shop ', 0), (2344, 42, '2025-05-10 08:00:13', 'UTC', '46SJ1379325', ' CHITTICKS, Jordan KENPF Plea Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (2345, 44, '2025-05-10 08:00:14', 'UTC', '46XY1731024', ' CALDER, Dominic CPS-SE Mention Assault a person thereby occasioning them actual bodily harm ', 0), (2346, 44, '2025-05-10 08:00:14', 'UTC', '46ZY1265225', ' PAKULIS, Mindaugas CPS-SE Plea Drive motor vehicle when alcohol level above limit ', 1), (2347, 44, '2025-05-10 08:00:14', 'UTC', '46ZY1543124', ' LUCAS, Georgia CPS-SE Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2348, 44, '2025-05-10 08:00:14', 'UTC', '46ZY1695024', ' FAGG, Ryan CPS-SE Hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2349, 44, '2025-05-10 08:00:14', 'UTC', '46ZY1822624', ' HOLAH, Kailum CPS-SE Sentence Assault / ill-treat / neglect / abandon a child / young person to cause unnecessary suffering / injury Press/Publication restrictions apply to this case ', 0), (2350, 45, '2025-05-10 08:00:14', 'UTC', '34NA0648224', ' NEWTON, CRAIG CPS-EM Trial Breach a non-molestation order - Family Law Act 1996 ', 0), (2351, 45, '2025-05-10 08:00:14', 'UTC', '35CT1584924', ' HEYGATE, Nick CAMPF Hearing Speeding - motor vehicle exceed 70 mph on a dual carriageway - automatic camera device ', 1), (2352, 45, '2025-05-10 08:00:14', 'UTC', '34NA0168025', ' DIXON, PHILLIP CPS-EM Trial Obstruct / resist a constable in execution of duty Obstruct / resist a constable in execution of duty ', 0), (2353, 46, '2025-05-10 08:00:14', 'UTC', '30DI2086624', ' ELLIOTT, ADAM CPS-EM Sentence Theft from a shop Assault by beating Fail to answer to court / police bail as soon as practicable Theft from a shop Theft from a shop ', 0), (2354, 46, '2025-05-10 08:00:14', 'UTC', '31CF0613025', ' ELLIOTT, ADAM CPS-EM Sentence Common assault Theft from a shop Theft from a shop Make off without making payment ', 0), (2355, 46, '2025-05-10 08:00:14', 'UTC', '31CF1836124', ' ELLIOTT, ADAM CPS-EM Sentence Theft from a shop Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Theft from a shop Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (2356, 46, '2025-05-10 08:00:14', 'UTC', '31CF1184824', ' CLIFT, SIMON CPS-EM Trial Harassment without violence ', 0), (2357, 46, '2025-05-10 08:00:14', 'UTC', '31CF0472025', ' BRYSON, DANNY CPS-EM Trial Assault by beating Assault a person thereby occasioning them actual bodily harm Breach of a domestic violence protection order Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Theft from the person of another Assault by beating Fraud by false representation - Fraud Act 2006 Use violence to secure entry to premises Assault by beating ', 0), (2358, 46, '2025-05-10 08:00:14', 'UTC', '46XY1630024', ' Bryson, Danny CPS-SE Sentence ', 0), (2359, 99, '2025-05-10 08:00:15', 'UTC', '11EE0193725', ' KANE, Michael CPS-NECD First hearing Assault by beating of an emergency worker ', 0), (2360, 99, '2025-05-10 08:00:15', 'UTC', '11DD0078325', ' ROBERTSON, Wayne CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (2361, 99, '2025-05-10 08:00:15', 'UTC', '11EE0198325', ' ROBSON, Scott CPS-NECD First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2362, 99, '2025-05-10 08:00:15', 'UTC', '11WW0084625', ' TINDLE, Anthony CPS-NECD First hearing Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit ', 1), (2363, 99, '2025-05-10 08:00:15', 'UTC', '11EE0191325', ' SHERATON, Gareth CPS-NECD First hearing Drive motor vehicle when alcohol level above limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2364, 99, '2025-05-10 08:00:15', 'UTC', '11WW0089325', ' IRVING, Philip CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (2365, 99, '2025-05-10 08:00:15', 'UTC', '11DD0402024', ' DAVIES, Lee CPS-NECD First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (2366, 99, '2025-05-10 08:00:15', 'UTC', '11SS0143025', ' WINTER, Emma CPS-NECD First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 1), (2367, 99, '2025-05-10 08:00:15', 'UTC', '11DD0014825', ' SMITH, Gavin CPS-NECD First hearing Attempt burglary other than dwelling - with intent to commit damage Theft of motor vehicle Attempt theft of motor vehicle ', 1), (2368, 48, '2025-05-10 08:00:15', 'UTC', '50TP0186225', ' PENGELLY, TRACEY CPS-SW Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2369, 48, '2025-05-10 08:00:15', 'UTC', '50EL0422424', ' MOENS, ROEL CPS-SW First hearing Arrange / facilitate the sexual exploitation of a child aged 13 - 17 years Engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (2370, 48, '2025-05-10 08:00:15', 'UTC', '50EL0043724', ' HARVEY, JOSHUA CPS-SW First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (2371, 48, '2025-05-10 08:00:15', 'UTC', '50EL0424224', ' KINGWELL, MATTHEW CPS-SW Plea to be Drive motor vehicle when alcohol level above limit Taken ', 1), (2372, 48, '2025-05-10 08:00:15', 'UTC', '50DE0265825', ' MIDDLEHURST, STUART CPS-SW Hearing Theft in dwelling other than an automatic machine or meter Criminal damage to property valued under £5000 Assault by beating ', 0), (2373, 48, '2025-05-10 08:00:15', 'UTC', '50EL0104925', ' YATES, ALEX CPS-SW Further Case Assault by beating Management ', 0), (2374, 48, '2025-05-10 08:00:15', 'UTC', '50EL0159724', ' SULLIVAN, ANDREW CPS-SW Application Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2375, 48, '2025-05-10 08:00:15', 'UTC', '50EL0175624', ' SULLIVAN, LUCY CPS-SW Application Assault by beating ', 0), (2376, 48, '2025-05-10 08:00:15', 'UTC', '50DE0687924', ' CIOFFI, ELLIOT CPS-SW First hearing Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (2377, 85, '2025-05-10 08:00:15', 'UTC', '55CH0092425', ' WALSH, JULIE CPS-WX First hearing Drunk and disorderly in a public place ', 0), (2378, 85, '2025-05-10 08:00:15', 'UTC', '55CH0092325', ' HALL, LEWIS CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (2379, 85, '2025-05-10 08:00:15', 'UTC', '55CH0094125', ' BROGAN, HALEY CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (2380, 85, '2025-05-10 08:00:15', 'UTC', '55CH0093725', ' HOUSE, SHARON CPS-WX First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (2381, 85, '2025-05-10 08:00:15', 'UTC', '55CH0092225', ' CEVIK, DUYGU CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (2382, 85, '2025-05-10 08:00:15', 'UTC', '55CH0031325', ' SMITH, ADRIAN CPS-WX First hearing Theft from a shop ', 0), (2383, 85, '2025-05-10 08:00:15', 'UTC', '55CH0092725', ' REED, SEBASTIAN CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (2384, 85, '2025-05-10 08:00:15', 'UTC', '55CH0091325', ' TUR-TORRES, FERMIN CPS-WX First hearing Drunk and disorderly in a public place Assault by beating of an emergency worker ', 0), (2385, 85, '2025-05-10 08:00:15', 'UTC', '55CH0094825', ' WEBSTER, LILLY CPS-WX First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (2386, 85, '2025-05-10 08:00:15', 'UTC', '55CH0573124', ' JOHNSON, ANDREW CPS-WX First hearing Possess a controlled drug of Class A - Other Possess a controlled drug of Class A - Other ', 0), (2387, 49, '2025-05-10 08:00:15', 'UTC', '44PC0508924', ' SOORIYAKUMAR, RAVISHANKAR CPS-WX Mention Drunk and disorderly in a public place Assault by beating of an emergency worker ', 0), (2388, 50, '2025-05-10 08:00:15', 'UTC', '04ZL2443524', ' BEARDSWORTH, Shaun CPS-NW Trial Stalking involving serious alarm / distress Intimidate a witness / juror ', 0), (2389, 50, '2025-05-10 08:00:15', 'UTC', '04ZL3226923', ' FAUVEL, Daniel CPS-NW Trial Intentional strangulation Assault a person thereby occasioning them actual bodily harm ', 0), (2390, 50, '2025-05-10 08:00:15', 'UTC', '04ZL1048925', ' AHMED, Imtisal CPS-NW Appeal Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2391, 50, '2025-05-10 08:00:15', 'UTC', '04ZL1309225', ' AHMED, Imtisal CPS-NW Appeal Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2392, 50, '2025-05-10 08:00:16', 'UTC', '04ZL1683225', ' Porter-ASPINALL, JASON CPS-NWLC Trial Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (2393, 50, '2025-05-10 08:00:16', 'UTC', '04ZL2261424', ' BRACEWELL, David CPS-NW Trial Harassment - breach of a restraining order on conviction ', 0), (2394, 51, '2025-05-10 08:00:16', 'UTC', '43SW0574524', ' Courtroom 04 14:00 ', 0), (2395, 51, '2025-05-10 08:00:16', 'UTC', '43SW0097925', ' Courtroom 01 10:00 ', 0), (2396, 51, '2025-05-10 08:00:16', 'UTC', '43SS0388624', ' Courtroom 06 11:00 ', 0), (2397, 51, '2025-05-10 08:00:16', 'UTC', '43SW0680224', ' Courtroom 06 11:00 ', 0), (2398, 51, '2025-05-10 08:00:16', 'UTC', '43SW0633724', ' Courtroom 06 11:00 ', 0), (2399, 51, '2025-05-10 08:00:16', 'UTC', '43SW0021125', ' Courtroom 04 10:00 ', 0), (2400, 51, '2025-05-10 08:00:16', 'UTC', '43SW0006225', ' Courtroom 04 10:00 ', 0), (2401, 51, '2025-05-10 08:00:16', 'UTC', '43SW0566524', ' Courtroom 06 11:00 ', 0), (2402, 51, '2025-05-10 08:00:16', 'UTC', '43SW0597024', ' Courtroom 06 11:00 ', 0), (2403, 51, '2025-05-10 08:00:16', 'UTC', '43SW0415824', ' Courtroom 01 10:00 ', 0), (2404, 51, '2025-05-10 08:00:16', 'UTC', '43SW0679024', ' Courtroom 01 10:00 ', 0), (2405, 103, '2025-05-10 08:00:16', 'UTC', '22DA1288724', ' MASTERS, Amanda CPS-WM Trial Theft from a shop Theft - other - including theft by finding Theft from the person of another ', 0), (2406, 103, '2025-05-10 08:00:16', 'UTC', '22TP1125324', ' BRADBURY, Craig CPS-WM Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2407, 52, '2025-05-10 08:00:16', 'UTC', '54ED0262924', ' JOHNSON, ANGELA CPS-WX Sentence Assault by beating of an emergency worker ', 0), (2408, 52, '2025-05-10 08:00:16', 'UTC', '54ES0694124', ' PEDLIHAM, IAN CPS-WX First hearing Assault by beating ', 0), (2409, 52, '2025-05-10 08:00:16', 'UTC', '54ED0503624', ' HILLIER, ALAN CPS-WX Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2410, 52, '2025-05-10 08:00:16', 'UTC', '54ED0049025', ' GARNETT, JACK CPS-WX Sentence Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2411, 52, '2025-05-10 08:00:16', 'UTC', '54ED0154925', ' SAMPHIRE, MICHAEL CPS-WX Sentence Drive motor vehicle when alcohol level above limit ', 1), (2412, 52, '2025-05-10 08:00:16', 'UTC', '54ES0027325', ' WADDINGHAM, THEODORE CPS-WX First hearing Criminal damage to property valued under £5000 Common assault Common assault of an emergency worker ', 0), (2413, 52, '2025-05-10 08:00:16', 'UTC', '54ED0024925', ' PALING, ROBERT CPS-WX First hearing Assault by beating ', 0), (2414, 52, '2025-05-10 08:00:16', 'UTC', '54ED0136225', ' MORGAN-DREWITT, CARLY CPS-WX First hearing Theft from a shop ', 0), (2415, 101, '2025-05-10 08:00:17', 'UTC', '12NY0089125', ' DIAMOND, JAMES CPS-YH First hearing Drunk in charge of a child under the age of seven years LLOYD, ALEX Drive motor vehicle when alcohol level above limit Drunk in charge of a child under the age of seven years ', 1), (2416, 101, '2025-05-10 08:00:17', 'UTC', '12NY0079125', ' CONE, THOMAS CPS-YH First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2417, 101, '2025-05-10 08:00:17', 'UTC', '12NY0428125', ' TULIP, SARAH CPS-YH First hearing Sexual assault on a male Sexual assault on a male Sexual assault on a female Sexual assault on a female Assault by beating Assault by beating Criminal damage to property valued under £5000 Press/Publication restrictions apply to this case ', 0), (2418, 101, '2025-05-10 08:00:17', 'UTC', '12NY1010820', ' TILL, NATHAN CPS-YH First hearing Acquire / use / possess criminal property Possess with intent to supply a controlled drug of Class B - other Possess with intent to supply a controlled drug of Class C - Other BACKHOUSE, SHELDON Acquire / use / possess criminal property Possess with intent to supply a controlled drug of Class B - other Possess with intent to supply a controlled drug of Class C - Other ', 0), (2419, 101, '2025-05-10 08:00:17', 'UTC', '12NY1306424', ' JACKSON, AMY CPS-YH First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (2420, 101, '2025-05-10 08:00:17', 'UTC', '12NY0353025', ' WILLKHA, MIA CPS-YH First hearing ', 0), (2421, 53, '2025-05-10 08:00:17', 'UTC', '05E20113924', ' CHRISTOPHERSON, LESLIE CPS-MC Trial Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm Theft from a shop ', 0), (2422, 53, '2025-05-10 08:00:17', 'UTC', '05E90140525', ' PRIVILEGE, GERARD CPS-MC Application Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2423, 53, '2025-05-10 08:00:17', 'UTC', '05E60085924', ' MORAN, SEAN CPS-MC Trial Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Possess an offensive weapon in private place Ride a motor cycle on a road and fail to wear protective headgear Possess an offensive weapon in private place Possess an offensive weapon in private place ', 1), (2424, 53, '2025-05-10 08:00:17', 'UTC', '05C10100124', ' LEARY, JASON CPS-MC Trial Going equipped for theft - not motor vehicle Attempt theft - other - including by theft ' finding ' ', 1), (2425, 53, '2025-05-10 08:00:17', 'UTC', '05E10293325', ' MILLER, Craig Anthony CPS-MC Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (2426, 53, '2025-05-10 08:00:17', 'UTC', '61SC1680024', ' QADIR, RAHIM GWTPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2427, 54, '2025-05-10 08:00:17', 'UTC', '46YY1064525', ' GODFREY, Nigel CPS-SE Further Case Theft from a shop Management ', 0), (2428, 54, '2025-05-10 08:00:17', 'UTC', '46XY2015424', ' BROADBRIDGE, Mark CPS-SE Sentence Threat to damage / destroy property ', 0), (2429, 54, '2025-05-10 08:00:17', 'UTC', '46XY1626824', ' KILEY, Ben CPS-SE Sentence Fail to provide specimen for analysis - vehicle driver Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test ', 1), (2430, 55, '2025-05-10 08:00:17', 'UTC', '14XB1128024', ' HUGHES, Samuel SYPF Plea Use a motor vehicle on a road / public place without third party insurance Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2431, 55, '2025-05-10 08:00:17', 'UTC', '14XS1623024', ' CLEGG, Layton CPS-YH Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (2432, 55, '2025-05-10 08:00:17', 'UTC', '14XQ1121524', ' BARRY, Tracy CPS-YH Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2433, 55, '2025-05-10 08:00:17', 'UTC', '93JD1099424', ' MCALINDEN, FARRELL CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2434, 55, '2025-05-10 08:00:17', 'UTC', '14XR1137525', ' WILD, Samuel SYPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2435, 55, '2025-05-10 08:00:17', 'UTC', '14XJ1052924', ' PEARSON, Stephen SYPF First hearing Fail to stop vehicle when directed by PC / traffic warden / traffic officer / CSO engaged in regulation of road traffic Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2436, 58, '2025-05-10 08:00:18', 'UTC', '41B22269224', ' SINGH, Bhar CPS-TCBH Trial Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2437, 58, '2025-05-10 08:00:18', 'UTC', '41B21316225', ' WOODS, Ryan CPS-TCBH Trial Harassment - breach of a restraining order on conviction Threat to damage / destroy property Possess a controlled drug of Class A - Heroin Criminal damage to property valued under £5000 ', 0), (2438, 58, '2025-05-10 08:00:18', 'UTC', '41B21325525', ' HARRIS, Shaun CPS-TCBH Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (2439, 59, '2025-05-10 08:00:19', 'UTC', '06JJ0564724', ' WHELAN, Stewart CPS-NW Sentence Drunk and disorderly in a public place Common assault of an emergency worker ', 0), (2440, 59, '2025-05-10 08:00:19', 'UTC', '06JJ0285923', ' JOHNSON, Daniel CPS-NW Sentence Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 ', 0), (2441, 59, '2025-05-10 08:00:19', 'UTC', '06JJ0566724', ' KIRBY, Simon CPS-NW Sentence Drive motor vehicle when alcohol level above limit ', 1), (2442, 59, '2025-05-10 08:00:19', 'UTC', '30DI2543224', ' HUXFORD, ELISE CPS-EM Sentence Possess a controlled drug of Class B - Ketamine In charge of a motor vehicle with proportion of specified controlled drug above specified limit ', 1), (2443, 59, '2025-05-10 08:00:19', 'UTC', '16XP1712424', ' HUXFORD, ELISE CPS-NW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class B - Ketamine ', 1), (2444, 86, '2025-05-10 08:00:19', 'UTC', '01HT1051325', ' AHMED, Shakil CPS-LN Trial Assault by beating ', 0), (2445, 86, '2025-05-10 08:00:19', 'UTC', '01JC1313123', ' BROWN, Desmond CPS-LN Trial Use a motor vehicle on a road / public place without third party insurance Fail to surrender to police / court bail at the appointed time ', 1), (2446, 86, '2025-05-10 08:00:19', 'UTC', '01TJ1431024', ' ADETIBA, Opeyemi METPF First hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2447, 86, '2025-05-10 08:00:19', 'UTC', '01TA3910224', ' MEHARI, Samuel METPF Pre-Trial Review Use a motor vehicle on a road / public place without third party insurance ', 1), (2448, 86, '2025-05-10 08:00:19', 'UTC', '01TJ1105825', ' STUHLER, George METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2449, 86, '2025-05-10 08:00:19', 'UTC', '01TK4305024', ' ISMAILJEE, Ebrahim METPF Further Case Speeding - exceed 20 mph - Local Order - manned Management equipment ', 0), (2450, 86, '2025-05-10 08:00:19', 'UTC', '01TJ1443624', ' AZAM, Laraib METPF First hearing Use a motor vehicle on a road / public place without third party insurance ', 1), (2451, 86, '2025-05-10 08:00:19', 'UTC', '01TJ1126725', ' SARKODIE, Mary METPF First hearing ', 0), (2452, 87, '2025-05-10 08:00:20', 'UTC', '10U90111924', ' URWIN, Victoria CPS-NEN Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2453, 87, '2025-05-10 08:00:20', 'UTC', '10U80270424', ' URWIN, Victoria CPS-NEN Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2454, 87, '2025-05-10 08:00:20', 'UTC', '10U80090125', ' HUTCHINSON, Gary CPS-NEN Plea Fail to comply with a section 35 direction excluding a person from an area ', 0), (2455, 87, '2025-05-10 08:00:20', 'UTC', '10U80138525', ' SAYERS, Adam CPS-NEN Sentence Theft from a shop Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Individual fail to comply with a community protection notice ', 0), (2456, 87, '2025-05-10 08:00:20', 'UTC', '10U40506424', ' SMITH, Christopher CPS-NEN Sentence Burglary other than dwelling - theft Fail to surrender to police / court bail at the appointed time ', 0), (2457, 87, '2025-05-10 08:00:20', 'UTC', '10U40136225', ' SMITH, Christopher CPS-NEN Mention Burglary other than dwelling with intent to steal Theft from a shop Possess a controlled drug of Class A - Cocaine ', 0), (2458, 87, '2025-05-10 08:00:20', 'UTC', '10U40088825', ' SMITH, Christopher CPS-NEN Sentence Theft from a shop ', 0), (2459, 87, '2025-05-10 08:00:20', 'UTC', '10U40128925', ' SMITH, Christopher CPS-NEN Sentence Receiving stolen goods Criminal damage to property valued under £5000 ', 0), (2460, 88, '2025-05-10 08:00:20', 'UTC', '62WN0246125', ' DICKINSON, DAVID CPS-CYSW Sentence Assault by beating of an emergency worker Obstruct / resist a constable in execution of duty ', 0), (2461, 88, '2025-05-10 08:00:20', 'UTC', '62WN0355624', ' DAVIES, LEE SWPF Sentence Owner / person in charge of dog dangerously out of control causing injury ', 0), (2462, 88, '2025-05-10 08:00:20', 'UTC', '62WN0543424', ' DONOVAN, MARC CPS-CYSW Plea Drive whilst unfit through drink Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after a road accident Driver of a vehicle fail to stop after a road accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle involved in a road accident fail to report that accident ', 1), (2463, 88, '2025-05-10 08:00:20', 'UTC', '62WN0869524', ' DAVIES, CATHERINE CPS-CYSW Application Assault by beating Criminal damage to property valued under £5000 ', 0), (2464, 88, '2025-05-10 08:00:20', 'UTC', '62SC1691524', ' PENTANGELO, SALVATORE SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2465, 88, '2025-05-10 08:00:20', 'UTC', '62SC1691624', ' PENTANGELO, SALVATORE SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2466, 60, '2025-05-10 08:00:20', 'UTC', '54DD0121925', ' SIMPSON, PAUL WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2467, 60, '2025-05-10 08:00:20', 'UTC', '54DD0130825', ' PERKINS, MICHAEL WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2468, 60, '2025-05-10 08:00:20', 'UTC', '54ED0705424', ' STAPLETON, LEI WILSPF Pre-Trial Review Use a passenger vehicle with tyres with insufficient tread - less than 1.6mm Use a motor vehicle on a road / public place without third party insurance ', 1), (2469, 60, '2025-05-10 08:00:20', 'UTC', '54DD0008525', ' CANNAFORD, HARRY WILSPF Pre-Trial Review Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2470, 60, '2025-05-10 08:00:20', 'UTC', '54ED0674924', ' RUMMING, CHRISTINA WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2471, 60, '2025-05-10 08:00:20', 'UTC', '54DD0101825', ' ISITMEN, CEMILE WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2472, 60, '2025-05-10 08:00:21', 'UTC', '54DD0616624', ' TELLING, DAVID WILSPF Pre-Trial Review Use a motor vehicle on a road / public place without third party insurance ', 1), (2473, 60, '2025-05-10 08:00:21', 'UTC', '54DD0616324', ' WARREN, BRADLEY WILSPF Pre-Trial Review Permit use of a motor vehicle / trailer in a condition likely to cause danger of injury ', 1), (2474, 60, '2025-05-10 08:00:21', 'UTC', '54ED0708324', ' BAKER, GAVIN WILSPF Sentence Speeding - exceed 70 mph motorway limit - ', 1), (2475, 89, '2025-05-10 08:00:21', 'UTC', '06JJ0466423', ' Courtroom 04 10:00 ', 0), (2476, 89, '2025-05-10 08:00:21', 'UTC', '06GG0553824', ' Courtroom 01 10:00 ', 0), (2477, 89, '2025-05-10 08:00:21', 'UTC', '06QQ0045825', ' Courtroom 02 10:00 ', 0), (2478, 89, '2025-05-10 08:00:21', 'UTC', '06QQ0051325', ' Courtroom 02 10:00 ', 0), (2479, 89, '2025-05-10 08:00:21', 'UTC', '06A20395623', ' Courtroom 03 10:00 ', 0), (2480, 89, '2025-05-10 08:00:21', 'UTC', '06A10178824', ' Courtroom 02 10:00 ', 0), (2481, 89, '2025-05-10 08:00:21', 'UTC', '06QQ0038023', ' Courtroom 01 10:00 ', 0), (2482, 89, '2025-05-10 08:00:21', 'UTC', '06QQ0160224', ' Courtroom 03 14:00 ', 0), (2483, 89, '2025-05-10 08:00:21', 'UTC', '06QQ0032625', ' Courtroom 01 10:00 ', 0), (2484, 89, '2025-05-10 08:00:21', 'UTC', '06PP0119525', ' Courtroom 01 14:00 ', 0), (2485, 89, '2025-05-10 08:00:21', 'UTC', '06PP0478322', ' Courtroom 03 14:00 ', 0), (2486, 89, '2025-05-10 08:00:21', 'UTC', '06GG0153724', ' Courtroom 01 10:00 ', 0), (2487, 90, '2025-05-10 08:00:21', 'UTC', '52SG0053925', ' PHILLIPS, KAI CPS-SW Review Assault by beating of an emergency worker ', 0), (2488, 90, '2025-05-10 08:00:21', 'UTC', '52SG0331824', ' MCCROSSAN, CAOLAN CPS-SW First hearing Drunk and disorderly in a public place Obstruct / resist a constable in execution of duty ', 0), (2489, 90, '2025-05-10 08:00:21', 'UTC', '52SG0204623', ' ARBURY, JUSTIN CPS-SW First hearing Adult attempt to engage in sexual communication with a child Adult attempt to meet a girl under 16 years of age following grooming Press/Publication restrictions apply to this case ', 0), (2490, 90, '2025-05-10 08:00:21', 'UTC', '52SG0078625', ' PARKHOUSE, KIMBERLEY CPS-SW First hearing Theft from a shop Theft from a shop ', 0), (2491, 90, '2025-05-10 08:00:21', 'UTC', '52SJ0038525', ' WESTCOTT, ANDREW CPS-SW First hearing Assault by beating ', 0), (2492, 90, '2025-05-10 08:00:21', 'UTC', '52SG0040125', ' HARDING, JAKE CPS-SW Plea Drive a vehicle whilst unfit through drugs ', 1), (2493, 61, '2025-05-10 08:00:21', 'UTC', '17NS0201525', ' WHELAN, CHRISTOPHER CPS-NECD First hearing Handle stolen goods ', 0), (2494, 61, '2025-05-10 08:00:21', 'UTC', '17SM0152525', ' MCQUADE, ANDREW CPS-NECD First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2495, 61, '2025-05-10 08:00:21', 'UTC', '17NH0508825', ' BAILEY, EUAN CPS-NECD First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle dangerously ', 1), (2496, 61, '2025-05-10 08:00:21', 'UTC', '17SM0378325', ' WILSON, CLAIRE CPS-NECD First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (2497, 61, '2025-05-10 08:00:21', 'UTC', '17NH2042624', ' CALDWELL, CHERYL CPS-NECD First hearing Use a motor vehicle on a road / public place without third party insurance Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after a road accident ', 1), (2498, 61, '2025-05-10 08:00:21', 'UTC', '17NH0512425', ' HORNE, GEORGE CPS-NECD First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2499, 62, '2025-05-10 08:00:22', 'UTC', '22FA1100525', ' JONES, Thomas CPS-WM First hearing Assault a constable in the execution of his / her duty ', 0), (2500, 62, '2025-05-10 08:00:22', 'UTC', '22FA1004225', ' DAVIES, Grant CPS-WM First hearing Improper importation of goods - controlled drug of Class C into the United Kingdom ', 0), (2501, 62, '2025-05-10 08:00:22', 'UTC', '22FA1099325', ' WHITFIELD, Jamie CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2502, 62, '2025-05-10 08:00:22', 'UTC', '22FA1106525', ' WARD, Martin CPS-WM First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2503, 62, '2025-05-10 08:00:22', 'UTC', '22GA1135425', ' GONKO, Travis CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2504, 62, '2025-05-10 08:00:22', 'UTC', '22FA1108625', ' MCCORMACK, Christine CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2505, 62, '2025-05-10 08:00:22', 'UTC', '22FA1111525', ' BAXTER, Samantha CPS-WM First hearing Theft from a shop Theft from a shop ', 0), (2506, 62, '2025-05-10 08:00:22', 'UTC', '22GA1001825', ' AHMED, Jamal CPS-WM Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2507, 92, '2025-05-10 08:00:22', 'UTC', '01XH1134625', ' KOUL, Ba CPS-LN Bail Application Assault by beating ', 0), (2508, 92, '2025-05-10 08:00:22', 'UTC', '01TX1130125', ' THINESHKUMAR, Kandiah CPS-LN Bail Application Threats to kill Criminal damage to property valued under £5000 Engage in controlling / coercive behaviour in an intimate / family relationship Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2509, 92, '2025-05-10 08:00:22', 'UTC', '01XB1061724', ' LAPASSO, David CPS-LN Plea Concerned in the supply of a controlled drug of Class B - cannabis ', 0), (2510, 92, '2025-05-10 08:00:22', 'UTC', '91NB1806124', ' OMONILLAEV, Khalilullokh CPS-LN Plea Conceal / disguise / convert / transfer / remove criminal property ', 0), (2511, 92, '2025-05-10 08:00:22', 'UTC', '01XH1121925', ' PARMAR, Kevan CPS-LN Bail Application Threats to kill Assault by beating Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2512, 92, '2025-05-10 08:00:22', 'UTC', '01TX1095725', ' SINGH, Prabhkaranjot CPS-LN Sentence Theft from a shop ', 0), (2513, 64, '2025-05-10 08:00:23', 'UTC', '20SW1065425', ' SHAW, Christopher CPS-WM Trial - no Theft from a shop witnesses ', 0), (2514, 64, '2025-05-10 08:00:23', 'UTC', '20DY1137025', ' GALLAGHER, Liam CPS-WM Mention & Fix Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Threaten a person with a blade / sharply pointed article in a public place ', 0), (2515, 64, '2025-05-10 08:00:23', 'UTC', '20SW1097225', ' BUCK, Christopher CPS-WM Mention - Drive motor vehicle when alcohol level above limit Defendant to Attend ', 1), (2516, 64, '2025-05-10 08:00:23', 'UTC', '20SW1616224', ' BUCK, Christopher CPS-WM Mention - Possess knife blade / sharp pointed article in a Defendant to public place - Criminal Justice Act 1988 Attend In charge of motor vehicle - alcohol level above limit ', 1), (2517, 64, '2025-05-10 08:00:23', 'UTC', '20DY1051825', ' HADLINGTON, Shane CPS-WM Trial Theft from a shop ', 0), (2518, 64, '2025-05-10 08:00:23', 'UTC', '20DY1117524', ' LEAH, Wooldridge CPS-WM Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2519, 64, '2025-05-10 08:00:23', 'UTC', '20WS1413424', ' DOLPHIN, Connie CPS-WM Sentence Theft from a shop ', 0), (2520, 65, '2025-05-10 08:00:23', 'UTC', '07NZ1461624', ' PATTERSON, CALLUM CPS-MC Trial Common assault Harassment - breach of a restraining order on conviction Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (2521, 65, '2025-05-10 08:00:23', 'UTC', '07NZ1589324', ' THOMSON, RYAN CPS-MC Trial Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Criminal damage to property valued under £5000 Assault by beating Possess a controlled drug of Class B - Cannabis / Cannabis Resin Criminal damage to property valued under £5000 ', 1), (2522, 65, '2025-05-10 08:00:23', 'UTC', '07NZ1883524', ' HEYES, DAMIEN CPS-MC Trial Harassment without violence ', 0), (2523, 65, '2025-05-10 08:00:23', 'UTC', '07NZ1706524', ' WILLIAMS, STUART CPS-MC First hearing Assault by beating Harassment without violence ', 0), (2524, 65, '2025-05-10 08:00:23', 'UTC', '07WZ0458225', ' WHITE, JONATHON CPS-MC First hearing Harassment - put in fear of violence ', 0), (2525, 65, '2025-05-10 08:00:23', 'UTC', '07WZ0097225', ' HARTSHORNE, DAVID CPS-MC First hearing Harassment without violence ', 0), (2526, 65, '2025-05-10 08:00:23', 'UTC', '07NZ0400125', ' BASNETT, PAULA CPS-MC First hearing Assault by beating Criminal damage to property valued under £5000 ', 0), (2527, 65, '2025-05-10 08:00:23', 'UTC', '07EZ0251725', ' FORD, CLAIRE CPS-MC First hearing ', 0), (2528, 68, '2025-05-10 08:00:24', 'UTC', '01EK1269024', ' DUGGAN, Thomas CPS-LN Sentence Theft from a shop ', 0), (2529, 68, '2025-05-10 08:00:24', 'UTC', '93JD0602224', ' LOCK, SAFRON CPS-LS Sentence Common assault Assault by beating ', 0), (2530, 68, '2025-05-10 08:00:24', 'UTC', '01CW1034125', ' TRIMBLE, Mark CPS-LS Sentence Common assault Fail to surrender to police / court bail at the appointed time Fail to surrender to police / court bail at the appointed time ', 0), (2531, 68, '2025-05-10 08:00:24', 'UTC', '01BS1235924', ' DUGGAN, Thomas Frederick CPS-LS Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2532, 68, '2025-05-10 08:00:24', 'UTC', '01CW1123625', ' ALMNDAIL, Arqam CPS-LS Plea Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2533, 68, '2025-05-10 08:00:24', 'UTC', '01RP1009925', ' WILSON-IDOWU, Gbolahan CPS-LS Mention & Fix Accept private hire booking while not holder of PHV operators licence - London ', 0), (2534, 68, '2025-05-10 08:00:24', 'UTC', '01BX1057624', ' BAILIE, Marcus CPS-LS Plea Criminal damage to property valued under £5000 HARCOURT, Megan Criminal damage to property valued under £5000 ', 0), (2535, 68, '2025-05-10 08:00:24', 'UTC', '01BS1050225', ' TURPIE, Alexander METPF Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Assault by beating ', 0), (2536, 93, '2025-05-10 08:00:24', 'UTC', '55TH0322924', ' GUY, JOHN CPS-WX Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2537, 93, '2025-05-10 08:00:24', 'UTC', '55DH0077424', ' WILSON, ROBERT CPS-WX Trial Assault by beating ', 0), (2538, 93, '2025-05-10 08:00:24', 'UTC', '55TH0349124', ' WAHID, GULAM CPS-WX Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2539, 93, '2025-05-10 08:00:24', 'UTC', '55TH0338924', ' RICE, MARK CPS-WX Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (2540, 93, '2025-05-10 08:00:24', 'UTC', '55TH0362924', ' JONES, MARK CPS-WX Trial Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (2541, 94, '2025-05-10 08:00:24', 'UTC', '01QK1153325', ' YUSUF, Mohamed CPS-LN First hearing Criminal damage to property valued under £5000 ', 0), (2542, 94, '2025-05-10 08:00:24', 'UTC', '01QA1079025', ' BARTON, Adam CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (2543, 94, '2025-05-10 08:00:24', 'UTC', '01SX1149925', ' NEAGU, Cristian - irinel CPS-LN First hearing Possess an offensive weapon in a public place Use a motor vehicle on a road / public place without third party insurance Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (2544, 94, '2025-05-10 08:00:24', 'UTC', '01SX1135125', ' DAYO, Sabry CPS-LN Plea Common assault ', 0), (2545, 94, '2025-05-10 08:00:24', 'UTC', '01QA1229224', ' SPITZ, Sophie CPS-LN Mention - Assault by beating Defendant to Assault by beating Attend Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2546, 94, '2025-05-10 08:00:24', 'UTC', '01ZD1696924', ' ZAWIERZYNSKI, Adrian CPS-LS Plea Owner / person in charge of dog dangerously out of control causing injury Fail to surrender to police / court bail at the appointed time ', 0), (2547, 94, '2025-05-10 08:00:24', 'UTC', '01SX1127925', ' DRAGOI, Julian CPS-LN Sentence Theft from a shop Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2548, 94, '2025-05-10 08:00:24', 'UTC', '01RP1103725', ' DONALDSON, James CPS-LN First hearing Fail to provide specimen for analysis - vehicle driver Fail to co-operate with a preliminary test - motor vehicle offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2549, 69, '2025-05-10 08:00:24', 'UTC', '01WW1101725', ' SFAXI, Chemssedine CPS-LS Plea Common assault of an emergency worker Assault by beating of an emergency worker ', 0), (2550, 69, '2025-05-10 08:00:24', 'UTC', '01WW1272824', ' PIETRZAK, Sebastian CPS-LS Plea Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (2551, 69, '2025-05-10 08:00:24', 'UTC', '01VK1239724', ' WILLIAMS, Jeanette CPS-LS Plea Theft from a shop ', 0), (2552, 69, '2025-05-10 08:00:24', 'UTC', '01VW1006025', ' CAMPBELL, Kym CAMPBELL Application Application within criminal proceedings ', 0), (2553, 70, '2025-05-10 08:00:25', 'UTC', '20SW1045925', ' KOEKOE, Yousif CPS-WM Sentence Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance ', 1), (2554, 70, '2025-05-10 08:00:25', 'UTC', '20SW1137824', ' GHUMAN, Harkaran CPS-WM Sentence Drive whilst disqualified Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Use a motor vehicle on a road / public place without third party insurance ', 1), (2555, 71, '2025-05-10 08:00:25', 'UTC', '47CC2053124', ' BUDD, SAMANTHA CPS-SE First hearing Possess / have custody of a fighting dog ', 0), (2556, 71, '2025-05-10 08:00:25', 'UTC', '47WC3395024', ' HOLMES, AIDAN CPS-SE First hearing Drive a vehicle whilst unfit through drugs Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Exceed 50 mph speed limit in contravention of a Local Traffic Order - manned equipment Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2557, 71, '2025-05-10 08:00:25', 'UTC', '47WC0865725', ' POLIWKA, MARCIN CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (2558, 71, '2025-05-10 08:00:25', 'UTC', '47CC0739325', ' STONE, HARRY CPS-SE First hearing Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road without a valid test certificate Fraudulently use a registration mark / registration document ', 1), (2559, 71, '2025-05-10 08:00:25', 'UTC', '47WW0935425', ' YATES, CALLUM CPS-SE First hearing Breach SHPO / interim SHPO Breach SHPO / interim SHPO ', 0), (2560, 71, '2025-05-10 08:00:25', 'UTC', '47WC3158624', ' TURNER, JOHNATHAN CPS-SE First hearing Theft from a shop Breach criminal behaviour order Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (2561, 71, '2025-05-10 08:00:25', 'UTC', '47WC3199524', ' DOYLE, NICK CPS-SE First hearing Drive motor vehicle when alcohol level above limit Drive whilst unfit through drink ', 1), (2562, 73, '2025-05-10 08:00:26', 'UTC', '52SF0093222', ' NEALE, SEAN AVSPF Trial In charge of motor vehicle - alcohol level above limit ', 1), (2563, 73, '2025-05-10 08:00:26', 'UTC', '52SF0110924', ' DOLLERY, ELEANOR CPS-SW Trial Assault by beating ', 0), (2564, 73, '2025-05-10 08:00:26', 'UTC', '52SF0105524', ' ZIELINSKA, NATALIA CPS-SW Sentence Drive motor vehicle when alcohol level above limit ', 1), (2565, 73, '2025-05-10 08:00:26', 'UTC', '52SW0104024', ' DYER, ANDREW AVSPF Pre-Trial Review Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road without a valid test certificate Use a motor vehicle / trailer in a condition likely to cause danger of injury ', 1), (2566, 73, '2025-05-10 08:00:26', 'UTC', '52SF0062924', ' LEWIS, REECE CPS-SW Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (2567, 73, '2025-05-10 08:00:26', 'UTC', '53AH0283924', ' SMITH, JORDAN CPS-SW Plea Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance ', 1), (2568, 73, '2025-05-10 08:00:26', 'UTC', '52SF0067124', ' BELLAMY, NICOLA CPS-SW Trial Fail to provide specimen for analysis - vehicle driver ', 1), (2569, 74, '2025-05-10 08:00:27', 'UTC', '12NY0948924', ' THIARA, MANDEEP CPS-YH Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2570, 74, '2025-05-10 08:00:27', 'UTC', '12NY0006925', ' GREEN, ISSAC CPS-YH Trial Criminal damage to property valued under £5000 Assault by beating Criminal damage to property valued under £5000 ', 0), (2571, 74, '2025-05-10 08:00:27', 'UTC', '12NY0731324', ' GREEN, ISSAC CPS-YH Trial Assault by beating of an emergency worker Assault by beating ', 0), (2572, 74, '2025-05-10 08:00:27', 'UTC', '12NY0374425', ' GREEN, ISAAC CPS-YH Trial Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Stalking involving serious alarm / distress Assault by beating Use violence to secure entry to premises ', 0), (2573, 74, '2025-05-10 08:00:27', 'UTC', '12NY0884224', ' MCDONAGH, CHARLES CPS-YH Trial Assault by beating Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2576, 102, '2025-05-12 19:58:10', 'UTC', '44BB0560223', ' MURPHY, LEANNE CPS-WX Mention & Fix Assault by beating Assault by beating Assault by beating Press/Publication restrictions apply to this case ', 0), (2577, 95, '2025-05-12 19:58:11', 'UTC', '01KG1180224', ' LUCAS, Brian CPS-LN First hearing Rape a woman 16 years of age or over - SOA 2003 Press/Publication restrictions apply to this case ', 0), (2578, 95, '2025-05-12 19:58:11', 'UTC', '01KF1077625', ' LEONTE, Ionut Catalin CPS-LN Sentence Possess a controlled drug of Class A - Crack Cocaine Possess a controlled drug of Class A - Heroin ', 0), (2579, 95, '2025-05-12 19:58:11', 'UTC', '01JI1288324', ' SARAJ, Salma CPS-LN Hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2580, 95, '2025-05-12 19:58:11', 'UTC', '01KG1308424', ' JONES, Kane CPS-LN Bail Application Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Stalking involving serious alarm / distress ', 0), (2581, 95, '2025-05-12 19:58:11', 'UTC', '01JI1129125', ' ALLENDER, Claude METPF First hearing Destroy / damage property of a value unknown Section 18 - grievous bodily harm with intent ', 0), (2582, 95, '2025-05-12 19:58:11', 'UTC', '01JI1120725', ' FAULKNER, Frank CPS-LN First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (2583, 95, '2025-05-12 19:58:11', 'UTC', '01KG1154025', ' ELLIS, Charlie CPS-LN First hearing Destroy / damage property of a value unknown Common assault ', 0), (2584, 95, '2025-05-12 19:58:11', 'UTC', '01KD1123525', ' SHIMALI, Trick CPS-LN First hearing Intentional strangulation Intentional strangulation Assault a person thereby occasioning them actual bodily harm Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (2585, 95, '2025-05-12 19:58:11', 'UTC', '01KG1082825', ' MYFTARAGO, Daniel CPS-LN First hearing ', 0), (2586, 1, '2025-05-12 19:58:11', 'UTC', '50DE0145224', ' GLOVER, AIMI CPS-SW Trial Drive motor vehicle when alcohol level above limit Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2587, 1, '2025-05-12 19:58:11', 'UTC', '50DE0107125', ' PEACH, ADAM CPS-SW Trial Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Intentional strangulation Criminal damage to property valued under £5000 Assault by beating Assault by beating ', 0), (2588, 1, '2025-05-12 19:58:11', 'UTC', '50DE0908824', ' REED, CHRISTOPHER CPS-SW Mention Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2589, 1, '2025-05-12 19:58:11', 'UTC', '50DE0941624', ' REED, CHRISTOPHER CPS-SW Mention Theft from a shop Theft from a shop Theft from a shop Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (2590, 1, '2025-05-12 19:58:11', 'UTC', '50DE0499324', ' SCOINES, ALISHA CPS-SW Mention & Fix Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2591, 3, '2025-05-12 19:58:12', 'UTC', '44BB0844024', ' WHEELER, NICHOLAS CPS-WX First hearing Criminal damage to property valued under £5000 Theft from a shop Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2592, 3, '2025-05-12 19:58:12', 'UTC', '44BB0202325', ' AKHTAR, NEAL CPS-WX First hearing Criminal damage to property valued under £5000 ', 0), (2593, 3, '2025-05-12 19:58:12', 'UTC', '44BB0002124', ' Defendant CPS-WX First hearing Wound / inflict grievous bodily harm without intent Press/Publication restrictions apply to this case NASH, SHAUN Wound / inflict grievous bodily harm without intent Assault a person thereby occasioning them actual bodily harm Assault by beating of an emergency worker Assault by beating of an emergency worker Intentional strangulation ', 0), (2594, 3, '2025-05-12 19:58:12', 'UTC', '44BB0400023', ' MCKELL, JAMES CPS-WX First hearing Offender 18 or over engage in non penetrative sexual activity with boy 13 to 15 - SOA 2003 Offender 18 or over engage in non penetrative sexual activity with boy 13 to 15 - SOA 2003 Offender 18 or over engage in non penetrative sexual activity with boy 13 to 15 - SOA 2003 Offender 18 or over engage in non penetrative sexual activity with boy 13 to 15 - SOA 2003 Offender 18 or over engage in non penetrative sexual activity with boy 13 to 15 - SOA 2003 Offender 18 or over engage in non penetrative sexual activity with boy 13 to 15 - SOA 2003 Offender 18 or over engage in non penetrative sexual activity with boy 13 to 15 - SOA 2003 Sexual assault on a male Sexual assault on a male Press/Publication restrictions apply to this case ', 0), (2595, 3, '2025-05-12 19:58:12', 'UTC', '44BB0698924', ' HARRIS, JOHN HIWPF First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (2596, 3, '2025-05-12 19:58:12', 'UTC', '44BB0101323', ' PALMER, ANDREW CPS-WX First hearing Make indecent photograph / pseudo-photograph of ', 0), (2597, 4, '2025-05-12 19:58:12', 'UTC', '52SY1422024', ' SIMPSON, HAYDEN AVSPF Plea Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (2598, 4, '2025-05-12 19:58:12', 'UTC', '52SY1410824', ' LIIBAN, AHMED AVSPF Plea Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (2599, 4, '2025-05-12 19:58:12', 'UTC', '52SY1407924', ' PEARCE, BENJAMIN AVSPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (2600, 4, '2025-05-12 19:58:12', 'UTC', '52SY1417124', ' PAYNE, EMMA AVSPF Plea Speeding - exceed 40 mph special road / motorway limit - ACD ', 1), (2601, 4, '2025-05-12 19:58:12', 'UTC', '52SY1408824', ' JEWELL, ANDREW AVSPF Plea Exceed 30 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (2602, 4, '2025-05-12 19:58:12', 'UTC', '52SY1408624', ' HEWITT, DOMINIC AVSPF Plea Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (2603, 4, '2025-05-12 19:58:12', 'UTC', '52SY1423524', ' RYAN, LEWIS AVSPF Plea Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (2604, 4, '2025-05-12 19:58:12', 'UTC', '52SY1422624', ' MARTIN, PHILIP AVSPF Plea Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (2605, 4, '2025-05-12 19:58:12', 'UTC', '52SY1409024', ' PIERZCHALA, LUKASZ AVSPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place ', 1), (2606, 5, '2025-05-12 19:58:12', 'UTC', '16XP1094924', ' KIRK, MICHAEL CPS-YH Trial Common assault of an emergency worker Common assault of an emergency worker Assault by beating of an emergency worker ', 0), (2607, 5, '2025-05-12 19:58:12', 'UTC', '16XP1694824', ' JUMHA, MOHAMMED CPS-YH Trial Assault by beating Criminal damage to property valued under £5000 Stalking involving fear of violence ', 0), (2608, 6, '2025-05-12 19:58:13', 'UTC', '01TK4685224', ' BRETT, Tim METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2609, 6, '2025-05-12 19:58:13', 'UTC', '01TA1053825', ' THOMAS, Paul METPF Trial Fail to stop at red light at pelican crossing ', 0), (2610, 6, '2025-05-12 19:58:13', 'UTC', '01TA4157424', ' MEHMOOD, Sadaqat METPF Trial Use a motor vehicle / trailer with defective brakes Use a motor vehicle on a road / public place without third party insurance ', 1), (2611, 6, '2025-05-12 19:58:13', 'UTC', '01TK4968824', ' BOOTH, Nicholas METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2612, 6, '2025-05-12 19:58:13', 'UTC', '01TK2901924', ' CORRIGAN, Rebecca METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2613, 6, '2025-05-12 19:58:13', 'UTC', '01TK4796524', ' BREFO, Derick METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2614, 6, '2025-05-12 19:58:13', 'UTC', '01TK4859524', ' BROWN, Nigel METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2615, 7, '2025-05-12 19:58:13', 'UTC', '20BE1459725', ' PANAGHITA, Ionton CPS-WM Plea Possess an offensive weapon in private place Press/Publication restrictions apply to this case ', 0), (2616, 7, '2025-05-12 19:58:13', 'UTC', '20BE1391525', ' LEE, Shakur WMIDPF Plea Possess article with blade / sharply pointed article on school / further education premises Press/Publication restrictions apply to this case ', 0), (2617, 7, '2025-05-12 19:58:13', 'UTC', '20BW2150724', ' DANISH, Muhammad CPS-WM Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Press/Publication restrictions apply to this case ', 0), (2618, 7, '2025-05-12 19:58:13', 'UTC', '20BW2326723', ' LABEID, Othmane CPS-WM Sentence Robbery Robbery Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Assault with intent to commit robbery Robbery Press/Publication restrictions apply to this case ', 0), (2619, 8, '2025-05-12 19:58:14', 'UTC', '04ZL3186724', ' BEESTON, James CPS-NW Trial Obstruct/resist a constable in execution of duty Assault by beating of an emergency worker ', 0), (2620, 8, '2025-05-12 19:58:14', 'UTC', '04ZL4203524', ' ROBERTS, John CPS-NW Trial Assault by beating ', 0), (2621, 8, '2025-05-12 19:58:14', 'UTC', '04ZL2041625', ' KHAN, Mohammed CPS-NW First hearing Handle stolen goods Handle stolen goods ', 0), (2622, 8, '2025-05-12 19:58:14', 'UTC', '04ZL2841924', ' KANTOR, Patrick CPS-NW Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (2623, 8, '2025-05-12 19:58:14', 'UTC', '04ZL3304724', ' MOUNTFORD, Jordan CPS-NW Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Common assault ', 0), (2624, 8, '2025-05-12 19:58:14', 'UTC', '04ZL2355924', ' GARDNER, Kieron CPS-NW Mention Assault by beating of an emergency worker Criminal damage to property valued under £5000 Assault by beating ', 0), (2625, 8, '2025-05-12 19:58:14', 'UTC', '04ZL2841624', ' GARDNER, Kieron CPS-NW Mention Criminal damage to property valued under £5000 Assault by beating Common assault ', 0), (2626, 75, '2025-05-12 19:58:14', 'UTC', '50TP1177524', ' RENDLE, ELLIOTT CPS-SW Plea Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (2627, 75, '2025-05-12 19:58:14', 'UTC', '50TP1232124', ' PARSONS, SIMON CPS-SW Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2628, 75, '2025-05-12 19:58:14', 'UTC', '50TP1177124', ' RENDLE, ELLIOTT CPS-SW Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2629, 75, '2025-05-12 19:58:14', 'UTC', '50TP1217124', ' COWLING, AARON CPS-SW Plea Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (2630, 75, '2025-05-12 19:58:14', 'UTC', '50SJ0237724', ' PESTER-JOHNS, JACK CPS-SW Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (2631, 75, '2025-05-12 19:58:14', 'UTC', '50TP1194724', ' MICHAELIDES, ERIC CPS-SW Plea Speeding - exceed limit for type of vehicle (not goods/passenger vehicle) - manned equipment ', 1), (2632, 75, '2025-05-12 19:58:14', 'UTC', '50TP1222524', ' PUGH, EDWARD CPS-SW Plea Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (2633, 75, '2025-05-12 19:58:14', 'UTC', '50TP1211724', ' ROBERTS, NEIL CPS-SW Plea Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (2634, 75, '2025-05-12 19:58:14', 'UTC', '50TP1205324', ' RUSZKIEWICZ, DANIEL CPS-SW Plea Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (2635, 75, '2025-05-12 19:58:14', 'UTC', '50TP1185724', ' WHITELEY, JOHN CPS-SW Plea ', 0), (2636, 76, '2025-05-12 19:58:14', 'UTC', '06PP0050925', ' AKRAM, Waseem CPS-NW Bail Application Assault a person thereby occasioning them actual bodily harm ', 0), (2637, 76, '2025-05-12 19:58:14', 'UTC', '06A20024525', ' ETAKLITA, EEDROS CPS-NW Mention - Possess a controlled drug of Class A - Cocaine Defendant to Detainee / person charged fail / refuse to provide a Attend sample for Class 'A' drug test Fail to surrender to police / court bail at the appointed time ', 0), (2638, 76, '2025-05-12 19:58:14', 'UTC', '06GG0428124', ' TANDY, Sam CPS-NW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (2639, 76, '2025-05-12 19:58:14', 'UTC', '06A30300124', ' NEVIN, Keith CPS-NW Plea Common assault ', 0), (2640, 76, '2025-05-12 19:58:14', 'UTC', '06JJ0436024', ' SALEEM, Sultan CPS-NW Mention Criminal damage to property - value over £5000 Harassment without violence ', 0), (2641, 76, '2025-05-12 19:58:14', 'UTC', '06JJ0144825', ' SALEEM, MAHMOOD CPS-NW Mention Harassment without violence Send communication threatening death or serious harm ', 0), (2642, 76, '2025-05-12 19:58:14', 'UTC', '06KK0285425', ' COVELL, CLINTON CPS-NW Bail Application Stalking involving serious alarm / distress ', 0), (2643, 76, '2025-05-12 19:58:14', 'UTC', '06KK0824324', ' COVELL, CLINTON CPS-NW Bail Application Assault by beating ', 0), (2644, 10, '2025-05-12 19:58:15', 'UTC', '47EH0534524', ' PRATT, AARON CPS-SE Further Case Intentional strangulation Management Assault a person thereby occasioning them actual bodily harm ', 0), (2645, 10, '2025-05-12 19:58:15', 'UTC', '47EE1084025', ' BLADES, KENNON SSXPF First hearing Intimidate a witness / juror ', 0), (2646, 10, '2025-05-12 19:58:15', 'UTC', '47CC1089025', ' FLORIAN, LASHI CPS-SE First hearing Possess with intent to supply a controlled drug of Class A - Other ', 0), (2647, 10, '2025-05-12 19:58:15', 'UTC', '47CC1088025', ' SHYIEM, JAMES CPS-SE First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Obstruct / resist a constable in execution of duty ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (2648, 10, '2025-05-12 19:58:15', 'UTC', '47CC1083025', ' HANNINGTON, CONNOR CPS-SE First hearing Possess a controlled drug of Class A - Heroin ', 0), (2649, 10, '2025-05-12 19:58:15', 'UTC', '47CC1090625', ' SHANHHOUR, GEORGE SSXPF First hearing Sexual assault on a male Sexual assault on a female Sexual assault on a female Sexual assault on a male Exposure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (2650, 10, '2025-05-12 19:58:15', 'UTC', '47EH1091925', ' COLVIN, RONA CPS-SE First hearing Theft from a shop Theft from a shop ', 0), (2651, 11, '2025-05-12 19:58:15', 'UTC', '52SB0258824', ' BIROS, KRZYSZTOF CPS-SW First hearing Press/Publication restrictions apply to this case ', 0), (2652, 11, '2025-05-12 19:58:15', 'UTC', '52SB0940724', ' MURRAY, JEROME CPS-SW First hearing ', 0), (2653, 11, '2025-05-12 19:58:15', 'UTC', '52SB0266525', ' WOODLOCK, WILLIAM CPS-SW First hearing ', 0), (2654, 11, '2025-05-12 19:58:15', 'UTC', '52SB0182425', ' ANDREAS, LAURA CPS-SW First hearing REEMAN, JAMIE ', 0), (2655, 11, '2025-05-12 19:58:15', 'UTC', '52SB0875424', ' HUGHES, ELEANOR CPS-SW First hearing ', 0), (2656, 11, '2025-05-12 19:58:15', 'UTC', '52SB0195224', ' SAMARASINGHE, JANAKA CPS-SW First hearing ', 0), (2657, 11, '2025-05-12 19:58:15', 'UTC', '52SB0374524', ' GOLDING, WILLIAM CPS-SW First hearing Press/Publication restrictions apply to this case ', 0), (2658, 11, '2025-05-12 19:58:15', 'UTC', '52SB0409924', ' STEPHENS, MATTHEW CPS-SW First hearing ', 0), (2659, 11, '2025-05-12 19:58:15', 'UTC', '52SB0869724', ' BLACK, LUCIFER CPS-SW First hearing ', 0), (2660, 11, '2025-05-12 19:58:15', 'UTC', '52SB0866024', ' BAKER, JAYVON CPS-SW First hearing ', 0), (2661, 11, '2025-05-12 19:58:15', 'UTC', '52SB0940224', ' MIKELSON, MARTIN CPS-SW First hearing ', 0), (2662, 12, '2025-05-12 19:58:16', 'UTC', '01PL1017125', ' SHARIFF, Adnan CPS-LS Plea Threats to kill Possess an offensive weapon in a public place Common assault ', 0), (2663, 12, '2025-05-12 19:58:16', 'UTC', '46ZY2040724', ' STOKER, Amber CPS-LS Mention Theft from a shop Theft from a shop ', 0), (2664, 12, '2025-05-12 19:58:16', 'UTC', '01RG1268424', ' OKI, Kamah CPS-LS Plea Assault by beating of an emergency worker ', 0), (2665, 12, '2025-05-12 19:58:16', 'UTC', '01PL1133125', ' PARKHOUSE, William CPS-LS Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (2666, 12, '2025-05-12 19:58:16', 'UTC', '01PL1376624', ' BOSHER, Isaac CPS-LS Sentence Drive a motor vehicle dangerously Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2667, 12, '2025-05-12 19:58:16', 'UTC', '01RG1344124', ' JALLOH, Nassir CPS-LS Mention Assault by beating Assault by beating Threats to kill Threats to kill ', 0), (2668, 12, '2025-05-12 19:58:16', 'UTC', '01RG1061725', ' SPARKS, Leon CPS-LS Sentence Theft from a shop ', 0), (2669, 12, '2025-05-12 19:58:16', 'UTC', '01PL1445124', ' SAMUDA, Usamah CPS-LS Sentence Stalking without fear / alarm / distress Stalking without fear / alarm / distress ', 0), (2670, 77, '2025-05-12 19:58:16', 'UTC', '04ZL2134024', ' SMITH, Robert CPS-NW Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Criminal damage to property valued under £5000 ', 0), (2671, 77, '2025-05-12 19:58:16', 'UTC', '04ZL3873824', ' HUSSAIN, Khawja CPS-NW Trial Harassment - breach of a restraining order on conviction ', 0), (2672, 77, '2025-05-12 19:58:16', 'UTC', '04ZL3993624', ' QUAYUM, Umar CPS-NW Trial Assault by beating ', 0), (2673, 14, '2025-05-12 19:58:16', 'UTC', '35NT1098725', ' CROSS, John CPS-EEEC Sentence Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2674, 14, '2025-05-12 19:58:16', 'UTC', '35NT1934524', ' CROSS, John CPS-EEEC Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (2675, 14, '2025-05-12 19:58:16', 'UTC', '35NT1214725', ' CROSS, John CPS-EEEC Sentence Theft from a shop ', 0), (2676, 14, '2025-05-12 19:58:16', 'UTC', '35NT1353325', ' CROSS, John CPS-EEEC Sentence Common assault Criminal damage to property valued under £5000 ', 0), (2677, 14, '2025-05-12 19:58:16', 'UTC', '35CT1129025', ' SMITH, Tom CPS-EEEC Sentence Fraudulently use a registration mark / registration document Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road without a valid test certificate Drive whilst disqualified ', 1), (2678, 15, '2025-05-12 19:58:17', 'UTC', '21CL1508124', ' WILLIAMS, TRACEY CPS-WM Trial Fail to provide specimen - person in charge of vehicle ', 1), (2679, 15, '2025-05-12 19:58:17', 'UTC', '21GS0123423', ' HYDE, AARON STAFPF Trial Aggravated vehicle taking - ( initial taker ) and vehicle damage under £5000 Driver fail to give vehicle owner name /address to a constable following accident / suspected offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2680, 15, '2025-05-12 19:58:17', 'UTC', '21GS0151924', ' BARKER, WILLIAM CPS-WM Trial In charge of a motor vehicle with proportion of specified controlled drug above specified limit ', 1), (2681, 15, '2025-05-12 19:58:17', 'UTC', '21GS0108323', ' MCLAREN, CAIN CPS-WM Trial Burglary other than dwelling with intent to steal ', 0), (2682, 15, '2025-05-12 19:58:17', 'UTC', '21CL1320924', ' WALKER, SAM CPS-WM Trial Attempt theft from shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft from a shop ', 0), (2683, 15, '2025-05-12 19:58:17', 'UTC', '21CL1329324', ' JACKSON, LOUIS CPS-WM Trial Assault a person thereby occasioning them actual bodily harm SWIFT, RIKKI Assault a person thereby occasioning them actual bodily harm ', 0), (2684, 15, '2025-05-12 19:58:17', 'UTC', '21GS1933124', ' BASHIR, ARFAAN CPS-WM Trial Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (2685, 16, '2025-05-12 19:58:17', 'UTC', '62EN1285324', ' EDEY, STUART CPS-CYSE Plea Fraudulently use a registration mark / registration document Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2686, 16, '2025-05-12 19:58:17', 'UTC', '62EN0292125', ' ATTLEY, MICHAEL CPS-CYSE Plea Drive motor vehicle when alcohol level above limit ', 1), (2687, 16, '2025-05-12 19:58:17', 'UTC', '62EN0010624', ' JONES, ALEX CPS-CYSE Sentence Affray Criminal damage to property valued under £5000 ', 0), (2688, 16, '2025-05-12 19:58:17', 'UTC', '62EN1109224', ' PRICE, LEIGHTON CPS-CYSE Sentence Send communication threatening death or serious harm Send communication threatening death or serious harm ', 0), (2689, 16, '2025-05-12 19:58:17', 'UTC', '62EN0281625', ' ASHISH, ASHISH CPS-CYSE Plea Drive motor vehicle when alcohol level above limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2690, 16, '2025-05-12 19:58:17', 'UTC', '62EN0381425', ' GOLON, RAFAL CPS-CYSE First hearing Drive motor vehicle when alcohol level above limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2691, 16, '2025-05-12 19:58:17', 'UTC', '62CL0312525', ' RADCLIFFE, BENJAMIN CPS-CYSE First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (2692, 16, '2025-05-12 19:58:17', 'UTC', '62EN0379325', ' BEGLEY, EMMA CPS-CYSE First hearing Possess a class C controlled drug ', 0), (2693, 16, '2025-05-12 19:58:17', 'UTC', '62EN0382925', ' FACHADAS, SOFIA CPS-CYSE First hearing   Drive motor vehicle when alcohol level above limit   ', 1), (2694, 16, '2025-05-12 19:58:17', 'UTC', '62EN0386525', ' ALGER, MATTHEW CPS-CYSE First hearing   Drive motor vehicle when alcohol level above limit   Driver of a vehicle fail to stop after a road accident   Use a motor vehicle on a road / public place   without third party insurance   ', 1), (2695, 16, '2025-05-12 19:58:17', 'UTC', '62EN0383425', ' CHRISTIAN, MICHELLE SWPF First hearing   Drive motor vehicle when alcohol level above limit   ', 1), (2696, 16, '2025-05-12 19:58:17', 'UTC', '62EN0390125', ' MORGAN, MATTHEW CPS-CYSE First hearing   Drive motor vehicle when alcohol level above limit   ', 1), (2697, 16, '2025-05-12 19:58:17', 'UTC', '62EN0384525', ' PYKE, WINSTON CPS-CYSE First hearing   In charge of vehicle whilst unfit through drink   Possess a controlled drug of Class B - Cannabis /   Cannabis Resin   ', 1), (2698, 16, '2025-05-12 19:58:17', 'UTC', '62CL0311425', ' HOOD, DARREN CPS-CYSE First hearing   Drive motor vehicle when alcohol level above limit   ', 1), (2699, 16, '2025-05-12 19:58:17', 'UTC', '62CL0318125', ' REES, DEAN CPS-CYSE First hearing   Drunk and disorderly in a public place   ', 0), (2700, 19, '2025-05-12 19:58:18', 'UTC', '53BH0365624', ' WHITAKER, PAUL CPS-SW Sentence Breach sexual harm prevention order ', 0), (2701, 19, '2025-05-12 19:58:18', 'UTC', '53CH0001924', ' DOWNEY, ADAM CPS-SW First hearing Robbery ', 0), (2702, 19, '2025-05-12 19:58:18', 'UTC', '53CH0185224', ' DANCIULESCU, MIOARA GLOSPF Sentence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (2703, 19, '2025-05-12 19:58:18', 'UTC', '53BH0494824', ' MAHMOOD, KHALIL CPS-SW Mention Assault by beating of an emergency worker Assault by beating of an emergency worker Fail to surrender to police / court bail at the appointed time Fail to surrender to police / court bail at the appointed time Fail to answer to court / police bail as soon as practicable Common assault of an emergency worker Common assault of an emergency worker ', 0), (2704, 78, '2025-05-12 19:58:19', 'UTC', '07WZ0210925', ' STANDEVEN, ANTHONY CPS-MC Further Case Possess / have custody of a fighting dog Management ', 0), (2705, 78, '2025-05-12 19:58:19', 'UTC', '07WZ1874624', ' LOWE, JAMIE CPS-MC Sentence Harassment without violence ', 0), (2706, 78, '2025-05-12 19:58:19', 'UTC', '20WV1293424', ' DERBYSHIRE, Paris CPS-MC Sentence Possess a controlled drug of Class A - Cocaine Common assault of an emergency worker ', 0), (2707, 78, '2025-05-12 19:58:19', 'UTC', '93JD1183424', ' COLLIER, JAMES CPS-WM Plea Assault by beating ', 0), (2708, 78, '2025-05-12 19:58:19', 'UTC', '07WZ0045625', ' PEARCE, STEPHEN CPS-MC Plea Drive a vehicle whilst unfit through drugs Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2709, 78, '2025-05-12 19:58:19', 'UTC', '07WZ1949023', ' BELL, ANDREW CPS-MC Plea Indecent assault on a girl under the age of 14 years Press/Publication restrictions apply to this case ', 0), (2710, 78, '2025-05-12 19:58:19', 'UTC', '07WZ0006725', ' TEK, AMANDA CPS-MC Sentence Obstruct / resist a constable in execution of duty ', 0), (2711, 78, '2025-05-12 19:58:19', 'UTC', '07WZ1273624', ' BEGGS, PAUL CPS-MC Trial Obstruct/resist a constable in execution of duty ', 0), (2712, 78, '2025-05-12 19:58:19', 'UTC', '07WZ0316123', ' WILLIAMS, HARRY CPS-MC Trial Stalking without fear / alarm / distress ', 0), (2713, 78, '2025-05-12 19:58:19', 'UTC', '07WZ1206424', ' MAUGHAN, MICHAEL CPS-MC Trial ', 0), (2714, 20, '2025-05-12 19:58:19', 'UTC', '30SU1698423', ' KRALIK, ONDREJ DERPF Plea Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2715, 20, '2025-05-12 19:58:19', 'UTC', '30DI1366524', ' GIBBONS, DANIEL CPS-EM First hearing Fraud by false representation - Fraud Act 2006 ', 0), (2716, 20, '2025-05-12 19:58:19', 'UTC', '30DI1904524', ' MAJID, Imaan CPS-EM Mention Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (2717, 20, '2025-05-12 19:58:19', 'UTC', '30DI0143125', ' CANAVAN, Conor CPS-EM Mention Criminal damage to property valued under £5000 ', 0), (2718, 20, '2025-05-12 19:58:19', 'UTC', '30DI2551424', ' CANAVAN, Conor CPS-EM Mention Criminal damage to property valued under £5000 Assault by beating Assault by beating ', 0), (2719, 20, '2025-05-12 19:58:19', 'UTC', '30DI1700724', ' CANAVAN, Conor CPS-EM Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2720, 20, '2025-05-12 19:58:19', 'UTC', '30DI0513725', ' CANAVAN, Conor CPS-EM Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2721, 20, '2025-05-12 19:58:19', 'UTC', '30DI0585324', ' DANUT, BALAN CPS-EM Mention Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fraudulently use a registration mark / registration document ', 1), (2722, 20, '2025-05-12 19:58:19', 'UTC', '30DI0134425', ' KHAN, Mokeeb CPS-EM Mention ', 0), (2723, 79, '2025-05-12 19:58:20', 'UTC', '42MR3055023', ' DONOVAN, John CPS-EEE First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2724, 79, '2025-05-12 19:58:20', 'UTC', '42MR3241924', ' PACHECO, Clark CPS-EEE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2725, 79, '2025-05-12 19:58:20', 'UTC', '42MR3145024', ' PLUNKETT, Jake CPS-EEE First hearing Theft from a shop Theft from a shop Make off without making payment ', 0), (2726, 79, '2025-05-12 19:58:20', 'UTC', '42MR1593225', ' VEGA OCHOA, William CPS-EEE First hearing Drive motor vehicle when alcohol level above limit ', 1), (2727, 79, '2025-05-12 19:58:20', 'UTC', '42MR1596025', ' PEDRICK, Gareth CPS-EEE First hearing Assault by beating Assault by beating of an emergency worker Assault by beating of an emergency worker Criminal damage to property valued under £5000 ', 0), (2728, 79, '2025-05-12 19:58:20', 'UTC', '42MR1536425', ' DAWSON, Frankie CPS-EEE First hearing Theft from a shop Theft from a shop Attempt theft from shop ', 0), (2729, 79, '2025-05-12 19:58:20', 'UTC', '42MR1596225', ' BRIDGEWATER, Harry CPS-EEE First hearing Drive motor vehicle when alcohol level above limit ', 1), (2730, 79, '2025-05-12 19:58:20', 'UTC', '42MR1387525', ' FRANCIS - WHITE, Cameron CPS-EEE First hearing Assault by beating Assault by beating ', 0), (2731, 21, '2025-05-12 19:58:20', 'UTC', '20BW2152924', ' COLE, Leon CPS-WM Sentence (at Drive a motor vehicle otherwise than in another Court) accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle dangerously ', 1), (2732, 21, '2025-05-12 19:58:20', 'UTC', '20CV1708824', ' BARROWMAN, Melissa CPS-WM Sentence Theft from a shop Assault by beating ', 0), (2733, 21, '2025-05-12 19:58:20', 'UTC', '20CV1478224', ' DADA, Kenan CPS-WM Sentence Harassment without violence ', 0), (2734, 21, '2025-05-12 19:58:20', 'UTC', '23S51251724', ' BARROWMAN, Melissa CPS-WM Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (2735, 21, '2025-05-12 19:58:20', 'UTC', '20CV1225025', ' BARROWMAN, Melissa CPS-WM Sentence Theft from a shop Common assault ', 0), (2736, 21, '2025-05-12 19:58:20', 'UTC', '20CV1242025', ' BARROWMAN, Melissa CPS-WM Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (2737, 21, '2025-05-12 19:58:20', 'UTC', '20CV1241825', ' BINGHAM, Sabrina CPS-WM Sentence Assault by beating of an emergency worker ', 0), (2738, 21, '2025-05-12 19:58:20', 'UTC', '23S51126424', ' CARR, Fraser CPS-WM Sentence Wound / inflict grievous bodily harm without intent ', 0), (2739, 21, '2025-05-12 19:58:20', 'UTC', '20CV1286025', ' LIGGINS, Blayne CPS-WM Sentence Theft in dwelling other than an automatic machine or meter ', 0), (2740, 21, '2025-05-12 19:58:20', 'UTC', '23S51244124', ' STEPHENS, Jack CPS-WM Sentence Assault with intent to resist arrest Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (2741, 21, '2025-05-12 19:58:20', 'UTC', '23S51051925', ' STEPHENS, Jack CPS-WM Trial Assault a person thereby occasioning them actual bodily harm ', 0), (2742, 21, '2025-05-12 19:58:20', 'UTC', '20BW2193224', ' COLE, Leon CPS-WM Sentence Drive a motor vehicle dangerously ', 1), (2743, 21, '2025-05-12 19:58:20', 'UTC', '20CV1152924', ' DHAMU, Raja CPS-WM Sentence Fail to provide specimen for analysis - vehicle driver Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2744, 21, '2025-05-12 19:58:20', 'UTC', '23N51286924', ' O'HANLON, Robbie CPS-WM Sentence Assault by beating ', 0), (2745, 21, '2025-05-12 19:58:20', 'UTC', '20CV1239325', ' GOOSE, Gary CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2746, 21, '2025-05-12 19:58:20', 'UTC', '23N51276224', ' SINGH, Dalraj CPS-WM Sentence Stalking without fear / alarm / distress ', 0), (2747, 21, '2025-05-12 19:58:20', 'UTC', '20BE1512525', ' HARBORNE, Sean CPS-WM Sentence Harassment without violence Criminal damage to property valued under £5000 Threaten to share photograph or film of person in intimate state ', 0), (2748, 21, '2025-05-12 19:58:20', 'UTC', '23N51277324', ' PORTER, Ethan CPS-WM Trial Common assault Common assault Criminal damage to property valued under £5000 ', 0), (2749, 22, '2025-05-12 19:58:20', 'UTC', '47NC0317925', ' SCOTT, LEO CPS-SE First hearing Theft from a shop ', 0), (2750, 22, '2025-05-12 19:58:21', 'UTC', '47NC0989725', ' PATEL, ROHAN CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (2751, 22, '2025-05-12 19:58:21', 'UTC', '45RB0261225', ' SMILLIE, SCOTT CPS-SE Application Send communication threatening death or serious harm ', 0), (2752, 22, '2025-05-12 19:58:21', 'UTC', '47NC0990225', ' BEDFORD, LAURIE CPS-SE First hearing Possess an offensive weapon in a public place Enter Gatwick Airport whilst having been prohibited in writing from doing so Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2753, 22, '2025-05-12 19:58:21', 'UTC', '47NC0993225', ' RAYNER, BRANDON CPS-SE First hearing Common assault ', 0), (2754, 22, '2025-05-12 19:58:21', 'UTC', '47NC2652424', ' REES-WILLIAMS, JOHN CPS-SE Mention Drive motor vehicle when alcohol level above limit Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (2755, 22, '2025-05-12 19:58:21', 'UTC', '47NC1085625', ' PEARCE, LOUISE SSXPF First hearing Common assault of an emergency worker Common assault of an emergency worker Common assault of an emergency worker Common assault of an emergency worker ', 0), (2756, 22, '2025-05-12 19:58:21', 'UTC', '47WW1090125', ' WRIGHT, BRYAN CPS-SE First hearing Threats to kill Assault a person thereby occasioning them actual bodily harm ', 0), (2757, 22, '2025-05-12 19:58:21', 'UTC', '47NC0426222', ' KIBRIYA, ABDULLAH CPS-SE Hearing Engage in controlling / coercive behaviour in an intimate / family relationship Send letter / communication / article conveying a threatening message Engage in controlling / coercive behaviour in an intimate / family relationship Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (2758, 22, '2025-05-12 19:58:21', 'UTC', '47NC0533523', ' GOMEZ, FARRA CPS-SE Hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2759, 22, '2025-05-12 19:58:21', 'UTC', '62EN0587524', ' LAWRENCE, THOMAS CPS-CYSE Hearing Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (2760, 22, '2025-05-12 19:58:21', 'UTC', '47CC1084525', ' GRIFFITHS, ALFIE CPS-SE First hearing Drive whilst disqualified Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Use a motor vehicle on a road / public place without third party insurance ', 1), (2761, 23, '2025-05-12 19:58:21', 'UTC', '01MD1084225', ' NOMAQHIZA, Wilson CPS-LS Sentence Drive motor vehicle when alcohol level above limit ', 1), (2762, 23, '2025-05-12 19:58:21', 'UTC', '01MD1083425', ' ASARE, Ezriah CPS-LS Sentence Common assault of an emergency worker Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (2763, 23, '2025-05-12 19:58:21', 'UTC', '01LX1090025', ' HOSANG, Kerwin CPS-LS Sentence Drive motor vehicle when alcohol level above limit ', 1), (2764, 23, '2025-05-12 19:58:21', 'UTC', '01ZD1080825', ' DUVIGNEAU, Reef CPS-LS Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2765, 23, '2025-05-12 19:58:21', 'UTC', '01MD1036024', ' Mustafa, Mustafa CPS-LS Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Assault by beating of an emergency worker Assault by beating of an emergency worker Fail to surrender to police / court bail at the appointed time ', 0), (2766, 23, '2025-05-12 19:58:21', 'UTC', '01MD1047824', ' MUSTAFA, Mustafa CPS-LS Sentence Assault by beating Fail to answer to court / police bail as soon as practicable ', 0), (2767, 23, '2025-05-12 19:58:21', 'UTC', '01FH1044225', ' AIKENS-WATERS, Samuel CPS-LS Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Fail to surrender to police / court bail at the appointed time ', 0), (2768, 23, '2025-05-12 19:58:21', 'UTC', '01ZD1280724', ' CUMMINGS, Tony CPS-LS Sentence Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (2769, 80, '2025-05-12 19:58:21', 'UTC', '30SU0575525', ' GILHAM, RICHARD DERPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2770, 80, '2025-05-12 19:58:21', 'UTC', '30SU0615025', ' SHELTON, ZAC DERPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2771, 80, '2025-05-12 19:58:21', 'UTC', '30SU0594725', ' PEARS, RHYS DERPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2772, 80, '2025-05-12 19:58:21', 'UTC', '30SU0616125', ' WILKINSON, JAC DERPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (2773, 80, '2025-05-12 19:58:21', 'UTC', '30SU0617325', ' DUNKA, JAN DERPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (2774, 80, '2025-05-12 19:58:21', 'UTC', '30SU0508825', ' SMITH, CARISSA DERPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (2775, 80, '2025-05-12 19:58:21', 'UTC', '30SU0722725', ' DRAMMEH, Sarjo DERPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2776, 80, '2025-05-12 19:58:21', 'UTC', '30SU0622925', ' AL-AJEEM, ABU-ASHAN DERPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (2777, 24, '2025-05-12 19:58:22', 'UTC', '14XA1117025', ' ROBSON, Michaela CPS-YH Sentence Assault by beating of an emergency worker Threaten a person with an offensive weapon in a public place Possess a controlled drug of Class B - Cannabis / Cannabis Resin Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Threaten a person with an offensive weapon in a public place Threaten a person with an offensive weapon in a public place ', 0), (2778, 24, '2025-05-12 19:58:22', 'UTC', '14XA1256124', ' CALLERY, Sabrina CPS-YH Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (2779, 24, '2025-05-12 19:58:22', 'UTC', '01KG1335524', ' CALLERY, Sabrina CPS-LN Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2780, 24, '2025-05-12 19:58:22', 'UTC', '14XA1147125', ' CALLERY, Sabrina CPS-YH Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (2781, 24, '2025-05-12 19:58:22', 'UTC', '14XW1014925', ' DERRICK, Daniel CPS-YH Application Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit ', 1), (2782, 24, '2025-05-12 19:58:22', 'UTC', '14XA1372924', ' GRAVEL, Caroline CPS-YH Plea Common assault ', 0), (2783, 26, '2025-05-12 19:58:23', 'UTC', '46ZY1008524', ' IRELAND, Marcus CPS-SE Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2784, 26, '2025-05-12 19:58:23', 'UTC', '46ZY2026924', ' MATTHEWS, Jonathon CPS-SE First hearing Drive a motor vehicle dangerously Driver of a vehicle involved in a road accident fail to report that accident Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2785, 26, '2025-05-12 19:58:23', 'UTC', '93JD1007924', ' DANNAHER, JOHN CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (2786, 26, '2025-05-12 19:58:23', 'UTC', '46ZY1575423', ' SMITH, Tina CPS-SE First hearing Attempt to cause grievous bodily harm with intent to do grievous bodily harm Racially / religiously aggravated fear / provocation of violence by words / writing Possess an offensive weapon in a public place ', 0), (2787, 27, '2025-05-12 19:58:24', 'UTC', '16XL0519325', ' ABBOTT, HARRY CPS-YH Sentence Possess a controlled drug of Class B - Amphetamine ', 0), (2788, 27, '2025-05-12 19:58:24', 'UTC', '16XL0556725', ' ABBOTT, HARRY CPS-YH Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2789, 27, '2025-05-12 19:58:24', 'UTC', '16XL0513725', ' LAWS, JAMIE CPS-YH First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2790, 27, '2025-05-12 19:58:24', 'UTC', '16XL0715925', ' BROWN, GAVIN CPS-YH Plea Theft in dwelling other than an automatic machine or meter Assault by beating Harassment without violence ', 0), (2791, 27, '2025-05-12 19:58:24', 'UTC', '16XL0160425', ' FARRELL, BRADLEY CPS-YH Mention Attempt criminal damage to property valued under £5000 ', 0), (2792, 27, '2025-05-12 19:58:24', 'UTC', '16XL0867424', ' KURUKULA-ARACHCHI, SAMURDHI CPS-YH Application Harassment without violence ', 0), (2793, 27, '2025-05-12 19:58:24', 'UTC', '16XL2422224', ' DAY, LAURA CPS-YH Mention Assault by beating ', 0), (2794, 27, '2025-05-12 19:58:24', 'UTC', '16XL0928025', ' SARTAIN, GAVIN CPS-YH Bail Application Harassment - breach of a restraining order on conviction ', 0), (2795, 27, '2025-05-12 19:58:24', 'UTC', '16XL0582125', ' MCEWAN, RYAN CPS-YH Sentence Theft from a shop Theft from a shop Theft from a shop Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Theft from a shop ', 0), (2796, 27, '2025-05-12 19:58:24', 'UTC', '16XL2256324', ' FOSTER, RYAN CPS-YH Mention Criminal damage to property valued under £5000 ', 0), (2797, 27, '2025-05-12 19:58:24', 'UTC', '16XL0787925', ' BONEHAM, JONATHON CPS-YH Plea Criminal damage to property valued under £5000 Theft in dwelling other than an automatic machine or meter Theft in dwelling other than an automatic machine or meter ', 0), (2798, 27, '2025-05-12 19:58:24', 'UTC', '32C90182625', ' MCEWAN, RYAN CPS-EM Sentence Theft from a shop ', 0), (2799, 27, '2025-05-12 19:58:24', 'UTC', '16XS0924125', ' TAYLOR, CHAD HUMPF Mention Intentional strangulation ', 0), (2800, 27, '2025-05-12 19:58:24', 'UTC', '16XL1897324', ' TAYLOR, CHAD CPS-YH Mention Assault by beating Assault by beating Intentional strangulation Criminal damage to property valued under £5000 ', 0), (2801, 27, '2025-05-12 19:58:24', 'UTC', '16XL0499325', ' THOMAS, RIAN CPS-YH First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to stop vehicle when directed by PC / traffic warden / traffic officer / CSO engaged in regulation of road traffic ', 1), (2802, 30, '2025-05-12 19:58:25', 'UTC', '63CH0062825', ' WATSON, DANIEL CPS-CYSW First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating of an emergency worker Assault by beating of an emergency worker Obstruct / resist a constable in execution of duty ', 0), (2803, 30, '2025-05-12 19:58:25', 'UTC', '63AC0089525', ' PANIYILETHANIRUDHAN, CPS-CYSW First hearing SAJITHKUMAR Fail to provide specimen for analysis - vehicle driver ', 1), (2804, 30, '2025-05-12 19:58:25', 'UTC', '63CH0044825', ' SIMPSON, AARON CPS-CYSW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2805, 30, '2025-05-12 19:58:25', 'UTC', '63CH0175124', ' BUTLER, STEVEN CPS-CYSW Sentence Cause to be sent by public communication network an offensive / indecent / obscene / menacing message / matter Press/Publication restrictions apply to this case ', 0), (2806, 30, '2025-05-12 19:58:25', 'UTC', '63CH0044925', ' THOMAS, KALEB CPS-CYSW Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2807, 30, '2025-05-12 19:58:25', 'UTC', '63CH0096324', ' ALLEN, OSCAR CPS-CYSW First hearing Wound / inflict grievous bodily harm without intent ', 0), (2808, 30, '2025-05-12 19:58:25', 'UTC', '63CH0133824', ' WILLIAMS, DEWI CPS-CYSW First hearing Stalking involving serious alarm / distress ', 0), (2809, 30, '2025-05-12 19:58:25', 'UTC', '63CH0187424', ' POOLE, RUDY CPS-CYSW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2810, 30, '2025-05-12 19:58:25', 'UTC', '63CH0062925', ' PARRIS, DANIEL MARK CPS-CYSW First hearing   Drive motor vehicle when alcohol level above limit   Fail to stop a mechanically propelled vehicle when   required by constable / traffic warden   Drive a mechanically propelled vehicle on a road /   in a public place without due care and attention   ', 1), (2811, 30, '2025-05-12 19:58:25', 'UTC', '63CH1081023', ' WAKEHAM, ANTHONY DYPPF First hearing   Owner / person in charge of dog dangerously out   of control causing injury   ', 0), (2812, 30, '2025-05-12 19:58:26', 'UTC', '63CH0056125', ' RUDKIN, ELLIS CPS-CYSW First hearing   Criminal damage to property valued under £5000   Criminal damage to property valued under £5000   ', 0), (2813, 30, '2025-05-12 19:58:26', 'UTC', '63CH1021723', ' CUFFE, THOMAS CPS-CYSW First hearing   Section 18 - grievous bodily harm with intent   ', 0), (2814, 30, '2025-05-12 19:58:26', 'UTC', '63CH0169524', ' RICKARD, ASHLEY CPS-CYSW First hearing   Assault by beating   ', 0), (2815, 30, '2025-05-12 19:58:26', 'UTC', '63CH0043325', ' RICKARD, ASHLEY CPS-CYSW First hearing   Harassment without violence   ', 0), (2816, 82, '2025-05-12 19:58:26', 'UTC', '01YR1130725', ' DUFFUS, Khairo CPS-LN Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2817, 82, '2025-05-12 19:58:26', 'UTC', '01NI1106725', ' ARSLAN, Erhan CPS-LN Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (2818, 82, '2025-05-12 19:58:26', 'UTC', '01YE1088925', ' PAULINO, Lucas CPS-LN Sentence Drive motor vehicle when alcohol level above limit ', 1), (2819, 82, '2025-05-12 19:58:26', 'UTC', '93JD1073924', ' WILLIAMS, STEVEN CPS-WM Sentence Theft from the person of another ', 0), (2820, 82, '2025-05-12 19:58:26', 'UTC', '01YR1125325', ' BRIGGS, Kio CPS-LN Sentence Theft from a shop Assault by beating ', 0), (2821, 82, '2025-05-12 19:58:26', 'UTC', '35NT2021124', ' ABOUOUF, Beau CPS-EEEC Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Possess a controlled drug of Class B - Ketamine ', 1), (2822, 82, '2025-05-12 19:58:26', 'UTC', '01EK1056925', ' MOHAMED, Abdirahman CPS-LN Sentence Possess an offensive weapon in a public place Press/Publication restrictions apply to this case ', 0), (2823, 82, '2025-05-12 19:58:26', 'UTC', '01NI1141725', ' SMITH, Seanne CPS-LN Sentence Theft from a shop ', 0), (2824, 82, '2025-05-12 19:58:26', 'UTC', '01EK1066625', ' MOHAMMED, Bashir CPS-LN Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (2825, 33, '2025-05-12 19:58:27', 'UTC', '35NT1145625', ' MAGWERE, Moses CPS-EEEC Sentence Harassment without violence ', 0), (2826, 33, '2025-05-12 19:58:27', 'UTC', '35NT1678024', ' STEVENS, Derek CPS-EEEC Sentence Assault by beating ', 0), (2827, 33, '2025-05-12 19:58:27', 'UTC', '35NT1868023', ' ROWE, Jordan CPS-EEEC Trial Harassment - put in fear of violence ', 0), (2828, 33, '2025-05-12 19:58:27', 'UTC', '35NT1324225', ' WOODING, Daniel CPS-EEEC Further Case Arrest by a constable for breaking / likely to break Management bail conditions - duty to surrender into the custody of a court Engage in controlling / coercive behaviour in an intimate / family relationship Assault a person thereby occasioning them actual bodily harm ', 0), (2829, 33, '2025-05-12 19:58:27', 'UTC', '35NT1417524', ' HUSSAIN, Tanver CPS-EEEC First hearing Burglary dwelling and theft - no violence Threat to damage / destroy property ', 0), (2830, 33, '2025-05-12 19:58:27', 'UTC', '35NT2065024', ' SAUNDERSON, Curtis CAMPF Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2831, 33, '2025-05-12 19:58:27', 'UTC', '35NT1697524', ' MORLEY, Daniel CPS-EEEC First hearing Breach a non-molestation order - Family Law Act 1996 ', 0), (2832, 33, '2025-05-12 19:58:27', 'UTC', '35NT1121425', ' CANNON, Ashley CPS-EEEC Sentence Criminal damage to property valued under £5000 Stalking without fear / alarm / distress ', 0), (2833, 33, '2025-05-12 19:58:27', 'UTC', '35NT1738423', ' BINGE, Jasmine CAMPF First hearing Disclose / threaten to disclose private sexual photographs and films with intent to cause distress ', 0), (2834, 36, '2025-05-12 19:58:28', 'UTC', '04ZL1038325', ' BUCKLEY, Joe CPS-NW Sentence Harassment - breach of a restraining order on conviction ', 0), (2835, 36, '2025-05-12 19:58:28', 'UTC', '04ZL1285125', ' BUCKLEY, Joe CPS-NW Sentence Obstruct / resist a constable in execution of duty Common assault of an emergency worker ', 0), (2836, 36, '2025-05-12 19:58:28', 'UTC', '04ZL4197624', ' POWELL, Daniel CPS-NW Mention Assault by beating Assault by beating Assault by beating ', 0), (2837, 36, '2025-05-12 19:58:28', 'UTC', '04ZL2008724', ' KNIGHT, Shane CPS-NW Sentence Cause to be sent by public communication network an offensive / indecent / obscene / menacing message / matter Cause a false alarm of fire to be given ', 0), (2838, 36, '2025-05-12 19:58:28', 'UTC', '04ZL4196024', ' KNIGHT, Shane CPS-NW Plea Assault a constable in the execution of his / her duty ', 0), (2839, 36, '2025-05-12 19:58:28', 'UTC', '04ZL1910325', ' WHITESIDE, Hayley CPS-NW Plea Common assault Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (2840, 36, '2025-05-12 19:58:28', 'UTC', '04ZL1000824', ' MAHMOOD, Omhar CPS-NW Further Case Drive motor vehicle when alcohol level above limit Management Use a motor vehicle on a road / public place without third party insurance ', 1), (2841, 36, '2025-05-12 19:58:28', 'UTC', '04ZL1681125', ' MORLEY, Christien CPS-NW Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2842, 38, '2025-05-12 19:58:29', 'UTC', '33JJ0783525', ' JENNINGS, DAMON LEIPF Mention Assault a person thereby occasioning them actual bodily harm ', 0), (2843, 38, '2025-05-12 19:58:29', 'UTC', '33JJ2058324', ' WHITE, TAKEEM CPS-EM First hearing Intentional suffocation Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Intentional suffocation Engage in controlling / coercive behaviour in an intimate / family relationship False imprisonment False imprisonment ', 0), (2844, 38, '2025-05-12 19:58:29', 'UTC', '33JJ2405524', ' BUSFIELD, SAUL CPS-EM First hearing Criminal damage to property valued under £5000 ', 0), (2845, 38, '2025-05-12 19:58:29', 'UTC', '33JJ0346725', ' CHOHAN, SUNIL LEIPF First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Common assault CHOHAN, AJAY Criminal damage to property valued under £5000 ', 0), (2846, 38, '2025-05-12 19:58:29', 'UTC', '33JJ2980524', ' SINGLETARY, PHILIP CPS-EM First hearing Intentional strangulation Assault by beating ', 0), (2847, 38, '2025-05-12 19:58:29', 'UTC', '33JJ2632424', ' PRIEST, MICHAEL CPS-EM First hearing Stalking without fear / alarm / distress ', 0), (2848, 83, '2025-05-12 19:58:29', 'UTC', '32D90278625', ' FROGGATT, DAMIEN CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2849, 83, '2025-05-12 19:58:29', 'UTC', '32D10213825', ' HORTON, ANDREW CPS-EM First hearing Criminal damage to property valued under £5000 ', 0), (2850, 83, '2025-05-12 19:58:29', 'UTC', '32B90278925', ' DODWELL, JOHN CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (2851, 83, '2025-05-12 19:58:29', 'UTC', '32D90273925', ' KILLINGSWORTH, CHARLOTTE CPS-EM First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (2852, 83, '2025-05-12 19:58:29', 'UTC', '32B90851024', ' CROKE, MEGAN CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2853, 83, '2025-05-12 19:58:29', 'UTC', '32D90277825', ' MILEVIC, MARIJAN CPS-EM First hearing Possess an offensive weapon in a public place ', 0), (2854, 83, '2025-05-12 19:58:29', 'UTC', '32B90274325', ' GILMOUR, AMBER CPS-EM First hearing Common assault of an emergency worker ', 0), (2855, 83, '2025-05-12 19:58:29', 'UTC', '32D90274125', ' O'MEARA, KENNY CPS-EM First hearing Theft from a shop Theft from a shop ', 0), (2856, 83, '2025-05-12 19:58:29', 'UTC', '32D90276025', ' CLAYTON, REBECCA CPS-EM First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (2857, 40, '2025-05-12 19:58:30', 'UTC', '63AC0086725', ' JAMES, MARI CPS-CYSW First hearing Drive motor vehicle when alcohol level above limit ', 1), (2858, 40, '2025-05-12 19:58:30', 'UTC', '63AC0060825', ' EVANS, THOMAS CPS-CYSW First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (2859, 40, '2025-05-12 19:58:30', 'UTC', '63AC0087825', ' GILL, IEUAN CPS-CYSW Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Criminal damage to property valued under £5000 Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 1), (2860, 40, '2025-05-12 19:58:30', 'UTC', '63AC0257724', ' CARTER, CHRISTOPHER CPS-CYSW First hearing Drive whilst disqualified ', 0), (2861, 40, '2025-05-12 19:58:30', 'UTC', '63AC1087523', ' JOHN, ALISHA CPS-CYSW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2862, 40, '2025-05-12 19:58:30', 'UTC', '63AC0041125', ' BENNETT, PETER CPS-CYSW Part Heard Intentional strangulation ', 0), (2863, 41, '2025-05-12 19:58:30', 'UTC', '33JF0515225', ' BASRA, HARDIP LEIPF Plea Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD ', 1), (2864, 41, '2025-05-12 19:58:30', 'UTC', '33JF0511725', ' STEWART, KEITH LEIPF Pre-Trial Review Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2865, 41, '2025-05-12 19:58:30', 'UTC', '33JF0104125', ' MEE, FREDRIC LEIPF DISQ - Traffic Fail to give information relating to the identification Disqualification of the driver / rider of a vehicle when required ', 1), (2866, 41, '2025-05-12 19:58:30', 'UTC', '33JF0687925', ' MATSIBORKO, ALINA LEIPF Pre-Trial Review Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2867, 41, '2025-05-12 19:58:30', 'UTC', '33JF0550725', ' EVANS, DANIEL LEIPF Pre-Trial Review Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2868, 41, '2025-05-12 19:58:30', 'UTC', '33JF0552925', ' HARDY, EDWARD LEIPF Pre-Trial Review Speeding - exceed 30 mph on restricted road in England - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2869, 41, '2025-05-12 19:58:30', 'UTC', '33JF0589625', ' ROWLAND, CATHERINE LEIPF Pre-Trial Review Speeding - exceed 30 mph on restricted road in England - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (2870, 42, '2025-05-12 19:58:30', 'UTC', '46XY1959524', ' RELF, Sarah CPS-SE Plea Assault by beating ', 0), (2871, 42, '2025-05-12 19:58:30', 'UTC', '46YY1312022', ' WALKER, Daniel CPS-SE First hearing Wound / inflict grievous bodily harm without intent Engage in controlling / coercive behaviour in an intimate / family relationship Assault a female 13 and over by penetration with part of body / a thing - SOA 2003 Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (2872, 42, '2025-05-12 19:58:30', 'UTC', '46YY1485324', ' CRAWFORTH, Anthony CPS-SE First hearing Drive a motor vehicle dangerously Possess a controlled drug of Class B - Cannabis / Cannabis Resin Driver of a vehicle fail to stop after a road accident Road accident - fail to report and produce insurance - mechanically propelled vehicle ', 1), (2873, 42, '2025-05-12 19:58:30', 'UTC', '46XY1641224', ' BARZDAITIS, Ignas KENPF First hearing Burglary other than dwelling - theft Possess a controlled drug of Class B - Amphetamine Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess methylamphetamine a class A controlled drug ', 0), (2874, 42, '2025-05-12 19:58:30', 'UTC', '46YY1612624', ' ALFORD-BANKS, Ameeliah CPS-SE First hearing Possess / have custody of a fighting dog ', 0), (2875, 42, '2025-05-12 19:58:30', 'UTC', '46YY1593124', ' WATSON, Nathan CPS-SE First hearing Assault by beating of an emergency worker Criminal damage to property valued under £5000 Assault by beating of an emergency worker Criminal damage to property valued under £5000 ', 0), (2876, 42, '2025-05-12 19:58:30', 'UTC', '46XY1168425', ' JIGGINS, Lee CPS-SE Further Case In charge of vehicle whilst unfit through drugs Management Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to provide specimen - person in charge of vehicle ', 1), (2877, 44, '2025-05-12 19:58:31', 'UTC', '46ZY1299925', ' ADLI, Mohssine CPS-SE Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2878, 44, '2025-05-12 19:58:31', 'UTC', '46XY1117225', ' RODDA, Ben CPS-SE Plea Assault by beating Assault by beating Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (2879, 44, '2025-05-12 19:58:31', 'UTC', '46ZY1311925', ' LEHANE, Kyle CPS-SE Mention Assault by beating of an emergency worker Assault by beating ', 0), (2880, 44, '2025-05-12 19:58:31', 'UTC', '46XY1395824', ' LOVE, Tommy CPS-SE Plea Assault a person thereby occasioning them actual bodily harm ', 0), (2881, 44, '2025-05-12 19:58:31', 'UTC', '46ZY1392825', ' PATRICK, Alex CPS-SE Bail Application Threats to kill Criminal damage to property valued under £5000 Common assault ', 0), (2882, 45, '2025-05-12 19:58:31', 'UTC', '34NA0030925', ' PASHA, ISLID CPS-EM Trial Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Driver of a vehicle fail to stop after a road accident ', 1), (2883, 45, '2025-05-12 19:58:31', 'UTC', '34NA0270825', ' HUNTER, KIERAN CPS-EM Trial Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Theft in dwelling other than an automatic machine or meter Intentional strangulation ', 0), (2884, 46, '2025-05-12 19:58:32', 'UTC', '31CF0738724', ' Defendant CPS-EM Mention - Make indecent photograph / pseudo-photograph of Defendant to a child Attend Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Offender 18 or over attempt to cause a child aged 13 to 15 to watch / look at an image of sexual activity Adult attempt to engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (2885, 46, '2025-05-12 19:58:32', 'UTC', '31CF0373124', ' SLACK, DEAN CPS-EM Trial Harassment without violence ', 0), (2886, 46, '2025-05-12 19:58:32', 'UTC', '31CF0729324', ' IQBAL, DANISH CPS-EM Trial Assault by beating ENGLAND, DAVID Assault by beating ', 0), (2887, 46, '2025-05-12 19:58:32', 'UTC', '31CF1499624', ' BRIGHT, DANIEL CPS-EM Trial Indecent behaviour at a police station ', 0), (2888, 46, '2025-05-12 19:58:32', 'UTC', '31CF1039324', ' STONE, BENJAMIN CPS-EM Trial Act of outraging public decency - common law ', 0), (2889, 46, '2025-05-12 19:58:32', 'UTC', '31CF1971124', ' GAMLIN, Timothy CPS-EM Trial ', 0), (2890, 48, '2025-05-12 19:58:33', 'UTC', '50EL0012925', ' HARRIS, ROBERT Plymouth Review Magistrates' Court ', 0), (2891, 48, '2025-05-12 19:58:33', 'UTC', '50EL0012025', ' GRAY, NAOMI Plymouth Review Magistrates' Court ', 0), (2892, 48, '2025-05-12 19:58:33', 'UTC', '50EL0437224', ' DAVIES, JOHN Plymouth Review Magistrates' Court ', 0), (2893, 48, '2025-05-12 19:58:33', 'UTC', '43SP0070825', ' BOLTON, GARY Plymouth Review Magistrates' Court ', 0), (2894, 85, '2025-05-12 19:58:33', 'UTC', '55CH0396324', ' CARPENTER, RYAN CPS-WX First hearing Send communication / article of an indecent / offensive nature ', 0), (2895, 85, '2025-05-12 19:58:33', 'UTC', '55CH0555024', ' DE'ATH, PHILLIP CPS-WX First hearing Breach a non-molestation order - Family Law Act 1996 ', 0), (2896, 85, '2025-05-12 19:58:33', 'UTC', '55DH0196724', ' LITTLE, GAVIN CPS-WX Sentence Assault by beating Assault by beating ', 0), (2897, 85, '2025-05-12 19:58:33', 'UTC', '55CH0449824', ' MESSER, JENNIFER CPS-WX First hearing Criminal damage to property valued under £5000 ', 0), (2898, 85, '2025-05-12 19:58:33', 'UTC', '55CH0554224', ' STRZYZEWSKI, PAWEL CPS-WX First hearing Wound / inflict grievous bodily harm without intent ', 0), (2899, 85, '2025-05-12 19:58:33', 'UTC', '55CH0460624', ' BROCK, SHANE CPS-WX First hearing Harassment - put in fear of violence Threat to damage / destroy property ', 0), (2900, 85, '2025-05-12 19:58:33', 'UTC', '55DH0084324', ' PARRY, ASHLEY CPS-WX Sentence Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (2901, 85, '2025-05-12 19:58:33', 'UTC', '55CH0561124', ' BARTNIK, PIOTR CPS-WX First hearing Assault by beating ', 0), (2902, 49, '2025-05-12 19:58:34', 'UTC', '44PC0164624', ' TRAVISS, FRANKIE CPS-WX Sentence Possess with intent to supply a controlled drug of Class B - Cannabis Drive a motor vehicle dangerously ', 1), (2903, 49, '2025-05-12 19:58:34', 'UTC', '44PC0995123', ' CRAIG, WILLIAM CPS-WX Sentence Theft by employee ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (2904, 49, '2025-05-12 19:58:34', 'UTC', '44PC0279925', ' DAVIES, MARK CPS-WX Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2905, 49, '2025-05-12 19:58:34', 'UTC', '44PC0353825', ' MEWDED, EMUSH CPS-WX Mention Theft from a shop Going equipped for theft - not motor vehicle Theft of pedal cycle ', 1), (2906, 49, '2025-05-12 19:58:34', 'UTC', '01XH1313723', ' PEREIRA DA ROSA, Matheus CPS-LN Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2907, 49, '2025-05-12 19:58:34', 'UTC', '44PC0074424', ' BURRANS, ASHLEY CPS-WX Mention Assault by beating ', 0), (2908, 49, '2025-05-12 19:58:34', 'UTC', '45RB0496425', ' BURRANS, ASHLEY CPS-SE Mention Theft from a shop Theft from a shop ', 0), (2909, 49, '2025-05-12 19:58:34', 'UTC', '45RB0203725', ' BURRANS, ASHLEY CPS-SE Mention Theft from a shop ', 0), (2910, 49, '2025-05-12 19:58:34', 'UTC', '44PC0117024', ' BURRANS, ASHLEY CPS-WX Mention Fail to surrender to police / court bail at the appointed time Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (2911, 49, '2025-05-12 19:58:34', 'UTC', '45RB0430125', ' BURRANS, ASHLEY CPS-SE Mention Theft from a shop Theft from a shop Theft from a shop ', 0), (2912, 49, '2025-05-12 19:58:34', 'UTC', '44PC1034224', ' COCKER, JOEL CPS-WX Sentence Assault by beating of an emergency worker ', 0), (2913, 49, '2025-05-12 19:58:34', 'UTC', '44PC1198524', ' HUNT, WHITNEY CPS-WX Plea Theft from a shop ', 0), (2914, 49, '2025-05-12 19:58:34', 'UTC', '44PC0382425', ' GREEN, KARL CPS-WX First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (2915, 49, '2025-05-12 19:58:34', 'UTC', '44PC0255625', ' PERKINS, ROBERT CPS-WX First hearing Theft from a shop ', 0), (2916, 49, '2025-05-12 19:58:34', 'UTC', '44PC0379325', ' STONE, ANDREW CPS-WX First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (2917, 49, '2025-05-12 19:58:34', 'UTC', '44PC0099425', ' WATSON, ROBERT CPS-WX First hearing Criminal damage to property valued under £5000 ', 0), (2918, 49, '2025-05-12 19:58:34', 'UTC', '44PC0352425', ' PERKINS, ROBERT CPS-WX First hearing Theft from a shop ', 0), (2919, 49, '2025-05-12 19:58:34', 'UTC', '44PC0351825', ' REID, BRADLEY CPS-WX First hearing Attempt burglary other than dwelling with intent to steal Assault by beating Theft from a shop ', 0), (2920, 49, '2025-05-12 19:58:34', 'UTC', '44PC0380125', ' TURNER, STUART CPS-WX First hearing In charge of motor vehicle - alcohol level above limit ', 1), (2921, 50, '2025-05-12 19:58:34', 'UTC', '04ZL1892123', ' ADDISON, Christopher CPS-NW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (2922, 50, '2025-05-12 19:58:34', 'UTC', '04ZL3736124', ' SOLOMAN, Constantin CPS-NW Plea Theft from a shop Going equipped for theft - not motor vehicle PANTU, Eva Theft from a shop Going equipped for theft - not motor vehicle ', 1), (2923, 50, '2025-05-12 19:58:34', 'UTC', '04ZL2168325', ' TAYLOR, Andrew CPS-NW First hearing Rape a woman 16 years of age or over - SOA 2003 Intentional strangulation Assault a person thereby occasioning them actual bodily harm Possess a controlled drug of Class B - Cannabis / Cannabis Resin Rape a woman 16 years of age or over - SOA 2003 Press/Publication restrictions apply to this case ', 0), (2924, 50, '2025-05-12 19:58:34', 'UTC', '04ZL2174625', ' RAINFORD, Stephen CPS-NW First hearing Theft from a shop Theft from a shop Assault by beating of an emergency worker ', 0), (2925, 50, '2025-05-12 19:58:34', 'UTC', '04ZL2179125', ' LEIGH, Christopher CPS-NW First hearing Breach criminal behaviour order Breach criminal behaviour order Theft - other - including theft by finding ', 0), (2926, 51, '2025-05-12 19:58:35', 'UTC', '43SW0316724', ' Courtroom 06 10:00 ', 0), (2927, 51, '2025-05-12 19:58:35', 'UTC', '43SW0284725', ' Courtroom 04 10:00 ', 0), (2928, 51, '2025-05-12 19:58:35', 'UTC', '43SW0050125', ' Courtroom 04 10:00 ', 0), (2929, 51, '2025-05-12 19:58:35', 'UTC', '43SW0271725', ' Courtroom 04 14:00 ', 0), (2930, 51, '2025-05-12 19:58:35', 'UTC', '43SW0103625', ' Courtroom 04 10:00 ', 0), (2931, 51, '2025-05-12 19:58:35', 'UTC', '43SW0784123', ' Courtroom 04 10:00 ', 0), (2932, 51, '2025-05-12 19:58:35', 'UTC', '43SW0287425', ' Courtroom 04 14:00 ', 0), (2933, 51, '2025-05-12 19:58:35', 'UTC', '43SW0389124', ' Courtroom 05 10:00 ', 0), (2934, 51, '2025-05-12 19:58:35', 'UTC', '43SW0039924', ' Courtroom 06 14:00 ', 0), (2935, 103, '2025-05-12 19:58:35', 'UTC', '22DA1024824', ' MASTERS, Amanda CPS-WM Trial Theft from a shop ', 0), (2936, 100, '2025-05-12 19:58:35', 'UTC', '01JI1069625', ' MESSINA, Nino CPS-LN Trial Assault by beating of an emergency worker Individual fail to comply with a community protection notice ', 0), (2937, 100, '2025-05-12 19:58:35', 'UTC', '01KG1096825', ' YOMBA, Georgett CPS-LN Trial Assault by beating ', 0), (2938, 100, '2025-05-12 19:58:35', 'UTC', '01MP1024425', ' HOWSEN, James CPS-LN Trial Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (2939, 100, '2025-05-12 19:58:35', 'UTC', '01KD1121024', ' AHMED, Muhammad CPS-LN Trial Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Take a motor vehicle without the owners consent ', 1), (2940, 101, '2025-05-12 19:58:36', 'UTC', '12NY1171224', ' Defendant 1 CPS-YH Ground Rules Assault a person thereby occasioning them actual Hearing bodily harm Affray Assault by beating Assault by beating Press/Publication restrictions apply to this case Defendant 2 Assault a person thereby occasioning them actual bodily harm Affray Press/Publication restrictions apply to this case ', 0), (2941, 101, '2025-05-12 19:58:36', 'UTC', '12NY0433325', ' Defendant CPS-YH Ground Rules Theft of pedal cycle Hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Press/Publication restrictions apply to this case ', 0), (2942, 101, '2025-05-12 19:58:36', 'UTC', '12NY1429524', ' Defendant CPS-YH Ground Rules Burglary dwelling and theft - no violence Hearing Press/Publication restrictions apply to this case ', 0), (2943, 101, '2025-05-12 19:58:36', 'UTC', '12NY0255925', ' Defendant CPS-YH Ground Rules Assault by beating Hearing Fail to comply with a section 35 direction excluding a person from an area Press/Publication restrictions apply to this case ', 0), (2944, 101, '2025-05-12 19:58:36', 'UTC', '12NY0414825', ' Defendant CPS-YH First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Press/Publication restrictions apply to this case ', 0), (2945, 101, '2025-05-12 19:58:36', 'UTC', '12NY0384225', ' Defendant CPS-YH Plea Assault by beating of an emergency worker Press/Publication restrictions apply to this case ', 0), (2946, 101, '2025-05-12 19:58:36', 'UTC', '12NY0177225', ' Defendant CPS-YH First hearing Arson Press/Publication restrictions apply to this case ', 0), (2947, 101, '2025-05-12 19:58:36', 'UTC', '12NY0433525', ' Defendant CPS-YH First hearing Theft from a shop Press/Publication restrictions apply to this case ', 0), (2948, 101, '2025-05-12 19:58:36', 'UTC', '12NY0419925', ' Defendant CPS-YH First hearing ', 0), (2949, 53, '2025-05-12 19:58:37', 'UTC', '05E60058824', ' ALEXANDRU, ALEXANDRU- CPS-MC Trial CHRISTIAN Exposure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (2950, 53, '2025-05-12 19:58:37', 'UTC', '05E90047124', ' SKYNER, MARK CPS-MC Trial Racially / religiously aggravated criminal damage Criminal damage to property valued under £5000 ', 0), (2951, 53, '2025-05-12 19:58:37', 'UTC', '05E50043224', ' KADIRI, NISHA CPS-MC Trial Common assault Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2952, 53, '2025-05-12 19:58:37', 'UTC', '05D20156523', ' HEATH, JAYNE CPS-MC Trial Possess a controlled drug of Class A - Cocaine ', 0), (2953, 53, '2025-05-12 19:58:37', 'UTC', '05E20064424', ' MCADAM, CRAIG CPS-MC Sentence Fail to provide specimen - person in charge of vehicle ', 1), (2954, 53, '2025-05-12 19:58:37', 'UTC', '05B40010325', ' SMITH, IAN CPS-MC Sentence Assault by beating ', 0), (2955, 53, '2025-05-12 19:58:37', 'UTC', '05A30235524', ' VOICE, JOSHUA CPS-MC Sentence Manufacture / sell / hire or offer / expose / possess for the purpose of sale / hire a flick / gravity knife Offer for sale/hire an offensive weapon ', 0), (2956, 53, '2025-05-12 19:58:37', 'UTC', '05B10134824', ' CONDRON, BEN CPS-MC Plea to be Fail to stop a mechanically propelled vehicle when Taken required by constable / traffic warden ', 1), (2957, 54, '2025-05-12 19:58:37', 'UTC', '46XY1869724', ' JORDAN, Brendan CPS-SE Sentence Assault by beating Criminal damage to property valued under £5000 ', 0), (2958, 54, '2025-05-12 19:58:37', 'UTC', '46YY1187725', ' WEST, Justin CPS-SE First hearing Possess an offensive weapon in a public place ', 0), (2959, 54, '2025-05-12 19:58:37', 'UTC', '46YY1028425', ' CROWTHER, Nicholas CPS-SE Sentence Drive a motor vehicle dangerously Fail to provide specimen for analysis - vehicle driver ', 1), (2960, 54, '2025-05-12 19:58:37', 'UTC', '46YY1187825', ' WEST, Justin CPS-SE First hearing Theft from a shop ', 0), (2961, 54, '2025-05-12 19:58:37', 'UTC', '46YY1161725', ' ROBINSON, Martin CPS-SE First hearing Theft from a shop ', 0), (2962, 54, '2025-05-12 19:58:37', 'UTC', '46YY1561324', ' LITTLECHILD, Aaron CPS-SE First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a vehicle whilst unfit through drugs ', 1), (2963, 54, '2025-05-12 19:58:37', 'UTC', '46XY1359325', ' BURRELL, Becky CPS-SE First hearing Common assault of an emergency worker ', 0), (2964, 54, '2025-05-12 19:58:37', 'UTC', '46XY1701824', ' STOREY, Blake CPS-SE First hearing Harassment without violence ', 0), (2965, 54, '2025-05-12 19:58:37', 'UTC', '46YY1526324', ' ROBERTS, Gary CPS-SE Sentence Assault by beating ', 0), (2966, 54, '2025-05-12 19:58:37', 'UTC', '46YY1053025', ' ROBERTS, Gary CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (2967, 55, '2025-05-12 19:58:37', 'UTC', '14XP1020525', ' NASEER, Amerer CPS-YH Trial Stalking involving serious alarm / distress Threaten to share photograph or film of person in intimate state ', 0), (2968, 55, '2025-05-12 19:58:37', 'UTC', '14XS1649924', ' TURNER, Anthony CPS-YH Trial Assault by beating ', 0), (2969, 56, '2025-05-12 19:58:38', 'UTC', '42MR1492725', ' SANDERS, James CPS-EEE Sentence Criminal damage to property valued under £5000 Threat to damage / destroy property ', 0), (2970, 57, '2025-05-12 19:58:38', 'UTC', '45GD1048523', ' HOLMES, MACAULEY CPS-SE Mention & Fix Assault by beating ', 0), (2971, 57, '2025-05-12 19:58:38', 'UTC', '45RB0083025', ' HUGHES, JOSHUA CPS-SE First hearing Possess an offensive weapon in a public place ', 0), (2972, 57, '2025-05-12 19:58:38', 'UTC', '45EL0548525', ' MILES, SAMANTHA CPS-SE First hearing Drive motor vehicle when alcohol level above limit Assault by beating ', 1), (2973, 57, '2025-05-12 19:58:38', 'UTC', '45SL0553325', ' GYORGY, RIVAK CPS-SE First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (2974, 57, '2025-05-12 19:58:38', 'UTC', '45EL0285925', ' MCDONAGH, LAURA CPS-SE First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (2975, 57, '2025-05-12 19:58:38', 'UTC', '45RM0401925', ' ELDRIDGE, CASEY CPS-SE Plea Obstruct an authorised person exercising a s.50(3) (b) power to recover an abducted child ', 0), (2976, 57, '2025-05-12 19:58:38', 'UTC', '45SL0554025', ' MURPHY, CHERYL CPS-SE First hearing Criminal damage to property valued under £5000 ', 0), (2977, 57, '2025-05-12 19:58:38', 'UTC', '45RB0022925', ' GILLS, BRADLEY CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Obstruct / resist a constable in execution of duty ', 1), (2978, 57, '2025-05-12 19:58:38', 'UTC', '45RB1778924', ' CASSIN, DONAL CPS-SE First hearing Theft from a shop ', 0), (2979, 57, '2025-05-12 19:58:38', 'UTC', '45SL0541325', ' PARSONS, SEBASTIAN CPS-SE First hearing Theft from a shop ', 0), (2980, 57, '2025-05-12 19:58:38', 'UTC', '45RM0057225', ' EDWICK, TERENCE CPS-SE First hearing Theft - other - including theft by finding ', 0), (2981, 57, '2025-05-12 19:58:38', 'UTC', '45WK1092124', ' COOPER, LISA CPS-SE Application Breach criminal behaviour order ', 0), (2982, 57, '2025-05-12 19:58:38', 'UTC', '45RB0995623', ' CROOKS, LEON CPS-SE Application Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (2983, 57, '2025-05-12 19:58:38', 'UTC', '45RB0633125', ' DOUIOURI, ALAEDDINE CPS-SE Bail Application Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class B - Cannabis / Cannabis Resin Obstruct an authorised person in exercise of a section 23 power to detain / search a person / vehicle / vessel re drugs Common assault of an emergency worker ', 1), (2984, 58, '2025-05-12 19:58:39', 'UTC', '41B22046624', ' JARVIS, Tony CPS-TCBH Trial Assault by beating Assault by beating ', 0), (2985, 58, '2025-05-12 19:58:39', 'UTC', '41B22160223', ' PRICE-SMALLMAN, Finley CPS-TCBH Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Fail to surrender to police / court bail at the appointed time ', 1), (2986, 58, '2025-05-12 19:58:39', 'UTC', '41CT1824024', ' BEAUMONT, James HERTPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (2987, 58, '2025-05-12 19:58:39', 'UTC', '41CT1008924', ' ALI-BABA, Andrea HERTPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (2988, 58, '2025-05-12 19:58:39', 'UTC', '41B21141524', ' WOODS, Ryan CPS-TCBH Trial Harassment - breach of a restraining order on conviction ', 0), (2989, 58, '2025-05-12 19:58:39', 'UTC', '41B22330524', ' REEVES-WILLIAMS, William CPS-TCBH First hearing Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal ', 0), (2990, 58, '2025-05-12 19:58:39', 'UTC', '41B22171424', ' ORD, Callum CPS-TCBH First hearing Assault a person thereby occasioning them actual ', 0), (2991, 59, '2025-05-12 19:58:39', 'UTC', '06JJ0469824', ' FITZPATRICK, Andrew CPS-NW Sentence Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle dangerously ', 1), (2992, 59, '2025-05-12 19:58:39', 'UTC', '06JJ0434324', ' FITZPATRICK, Andrew CPS-NW Sentence Possess a controlled drug of Class A - Other Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (2993, 59, '2025-05-12 19:58:39', 'UTC', '06A20610224', ' EZRAN, Ali CPS-NW Sentence Assault a person thereby occasioning them actual bodily harm AZIZ, Amad Assault a person thereby occasioning them actual bodily harm ', 0), (2994, 59, '2025-05-12 19:58:39', 'UTC', '06A20019825', ' LINDSAY, Gary CPS-NW Review Assault by beating ', 0), (2995, 59, '2025-05-12 19:58:39', 'UTC', '06MM0301524', ' MAHMOOD, ASIF CPS-NW Mention Assault by beating Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (2996, 59, '2025-05-12 19:58:39', 'UTC', '06JJ0242025', ' BLAIR, Louise CPS-NW First hearing Section 18 - wounding with intent NOLAN, Paul Section 18 - wounding with intent HOLT, GARY Section 18 - wounding with intent ', 0), (2997, 59, '2025-05-12 19:58:39', 'UTC', '06JJ0240425', ' ROCHE, Lazaro CPS-NW First hearing Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (2998, 59, '2025-05-12 19:58:39', 'UTC', '06A30193825', ' KING, Saffron GMPF First hearing EMPTY TEMPLATE FOR USE WHERE A STANDARD OFFENCE WORDING IS NOT AVAILABLE ', 0), (2999, 59, '2025-05-12 19:58:39', 'UTC', '06A30193125', ' BOOTH, COLIN PETER CPS-NW First hearing ', 0), (3000, 86, '2025-05-12 19:58:40', 'UTC', '01GD1095124', ' KANNANPANDIAN, Vijesh CPS-LN Trial Harassment without violence ', 0), (3001, 86, '2025-05-12 19:58:40', 'UTC', '01MP1382424', ' HUNT, Dylan CPS-LN Mention Assault by beating Assault by beating ', 0), (3002, 86, '2025-05-12 19:58:40', 'UTC', '01MP1095525', ' ROBINSON, Carl CPS-LN Sentence Possess an offensive weapon in private place Possess an offensive weapon in private place Possess an offensive weapon in private place Possess an offensive weapon in private place Possess an offensive weapon in private place Possess an offensive weapon in private place Possess an offensive weapon in private place Possess an offensive weapon in private place ', 0), (3003, 86, '2025-05-12 19:58:40', 'UTC', '01HT1489124', ' KAUTHOR, Ibrahim CPS-LN Sentence Drive a motor vehicle dangerously ', 1), (3004, 86, '2025-05-12 19:58:40', 'UTC', '44BB0214225', ' KATHIRKAMANATHAN, TINOJAN CPS-WX Sentence Drive motor vehicle when alcohol level above limit Take a motor vehicle without the owners consent Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (3005, 86, '2025-05-12 19:58:40', 'UTC', '46ZY1238325', ' MANOELA, Alexandra CPS-SE Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (3006, 86, '2025-05-12 19:58:40', 'UTC', '01KF1137725', ' SISAY, Alieu CPS-LN Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 MANNEH, Alieu Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3007, 60, '2025-05-12 19:58:41', 'UTC', '54DD0099725', ' VINALL, DAVID CPS-WX Trial Assault by beating Criminal damage to property valued under £5000 ', 0), (3008, 60, '2025-05-12 19:58:41', 'UTC', '54ED0273024', ' MCCARDLE, FREYA CPS-WX Trial Harassment without violence ', 0), (3009, 89, '2025-05-12 19:58:41', 'UTC', '06GG0307524', ' GREENE, WANDA CPS-NW Trial Drive motor vehicle when alcohol level above limit ', 1), (3010, 89, '2025-05-12 19:58:41', 'UTC', '06JJ0413824', ' NEWMAN, Levi CPS-NW Trial Assault by beating Criminal damage to property valued under £5000 ', 0), (3011, 89, '2025-05-12 19:58:41', 'UTC', '06GG0616124', ' ADAMS, Stewart M CPS-NW Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3012, 89, '2025-05-12 19:58:41', 'UTC', '06GG0509924', ' TABERNER, Joanna CPS-NW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Assault by beating Criminal damage to property valued under £5000 ', 0), (3013, 89, '2025-05-12 19:58:41', 'UTC', '06QQ0129725', ' MCHUGH, RODNEY CPS-NW Sentence Burglary other than dwelling - theft Possess a controlled drug of Class A - Crack Cocaine ', 0), (3014, 89, '2025-05-12 19:58:41', 'UTC', '06GG0044225', ' OHANLON, THOMAS CPS-NW Hearing Drive motor vehicle when alcohol level above limit ', 1), (3015, 89, '2025-05-12 19:58:41', 'UTC', '06JJ0200723', ' CRONSHAW, MICHAEL CPS-NW Mention Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (3016, 89, '2025-05-12 19:58:41', 'UTC', '07EZ0488125', ' EDWARDS, DEAN CPS-MC Plea Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (3017, 61, '2025-05-12 19:58:42', 'UTC', '17SM1660924', ' WATT, LEWIS CPS-NECD Trial Theft of motor vehicle ', 1), (3018, 61, '2025-05-12 19:58:42', 'UTC', '17NS0931724', ' WETHERELL, PAUL CPS-NECD Trial Theft from the person of another Harassment without violence ', 0), (3019, 61, '2025-05-12 19:58:42', 'UTC', '17SM1756524', ' BLACKBURN, HARLEY CPS-NECD Trial Use a motor vehicle on a road / public place without third party insurance Drive on a road a motor vehicle whilst not wearing a seat belt Possess a class C controlled drug ', 1), (3020, 61, '2025-05-12 19:58:42', 'UTC', '17NH2012024', ' WALLER, CARL CPS-NECD Trial Theft from a shop Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3021, 61, '2025-05-12 19:58:42', 'UTC', '17NS1078424', ' FAIRLIE, ELIZABETH CPS-NECD Trial Assault by beating ', 0), (3022, 61, '2025-05-12 19:58:42', 'UTC', '17SM0134525', ' WYVILL, SHARON CPS-NECD Trial Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (3023, 62, '2025-05-12 19:58:42', 'UTC', '22FA1232324', ' POWELL, Keiran CPS-WM First hearing Rape a woman 16 years of age or over - SOA 2003 Intentional strangulation Press/Publication restrictions apply to this case ', 0), (3024, 62, '2025-05-12 19:58:42', 'UTC', '22GA1454524', ' DOUGLAS, Julius CPS-WM First hearing Obstruct / resist a constable in execution of duty ', 0), (3025, 62, '2025-05-12 19:58:42', 'UTC', '22GA1218324', ' DILLON, Colin WMEPF First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (3026, 62, '2025-05-12 19:58:42', 'UTC', '22GA1297224', ' SHONE, Michael CPS-WM First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3027, 62, '2025-05-12 19:58:42', 'UTC', '22GA1247124', ' GRACIE, Bruce WMEPF First hearing Indecent assault on boy under the age of 16 years Indecent assault on boy under the age of 16 years Indecent assault on man aged 16 or over Indecent assault on man aged 16 or over Press/Publication restrictions apply to this case ', 0), (3028, 62, '2025-05-12 19:58:42', 'UTC', '22GA1251124', ' GRACIE, Bruce CPS-WM First hearing Indecent assault on boy under the age of 16 years Indecent assault on boy under the age of 16 years Indecent assault on boy under the age of 16 years Indecent assault on boy under the age of 16 years Indecent assault on boy under the age of 16 years Press/Publication restrictions apply to this case ', 0), (3029, 62, '2025-05-12 19:58:42', 'UTC', '22GA1431124', ' PALIN, Timothy CPS-WM First hearing Theft from a shop Attempt theft from shop Theft from a shop ', 0), (3030, 62, '2025-05-12 19:58:42', 'UTC', '22GA1137925', ' STOLERIU, Sebastian CPS-WM First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (3031, 62, '2025-05-12 19:58:42', 'UTC', '22FA1012824', ' WILKINS, Mark CPS-WM Plea Theft from the person of another ', 0), (3032, 91, '2025-05-12 19:58:43', 'UTC', '01KF1181323', ' JACKSON, David CPS-LN Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3033, 91, '2025-05-12 19:58:43', 'UTC', '01GD1049125', ' YUSUF, Dervis CPS-LN Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3034, 91, '2025-05-12 19:58:43', 'UTC', '01KF1129425', ' MIAH, Masum CPS-LN Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Send communication threatening death or serious harm Assault by beating ', 0), (3035, 91, '2025-05-12 19:58:43', 'UTC', '01KF1140625', ' BELOBI, Ashley CPS-LN Sentence Send communication threatening death or serious harm ', 0), (3036, 91, '2025-05-12 19:58:43', 'UTC', '01JC1064825', ' SIMPSON, Grant CPS-LN Mention & Fix Theft from a shop ', 0), (3037, 91, '2025-05-12 19:58:43', 'UTC', '01KF1148925', ' CARRINGTON, Peter CPS-LN Plea Individual fail to comply with a community protection notice ', 0), (3038, 91, '2025-05-12 19:58:43', 'UTC', '01HT1461024', ' HUNG, Aaron CPS-LN Sentence Assault by beating Assault a person thereby occasioning them actual bodily harm ', 0), (3039, 91, '2025-05-12 19:58:43', 'UTC', '01JI1033125', ' SHAFIQ, Abdullah CPS-LN Review Drive a motor vehicle dangerously ', 1), (3040, 63, '2025-05-12 19:58:43', 'UTC', '50AC0603824', ' KISIEL, CHRISTOPHER Truro Review Magistrates' Court ', 0), (3041, 63, '2025-05-12 19:58:43', 'UTC', '50TP1295524', ' WALLACE, LEE CPS-SW Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3042, 63, '2025-05-12 19:58:43', 'UTC', '50TP1295724', ' WALLACE, LEE CPS-SW Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3043, 63, '2025-05-12 19:58:43', 'UTC', '50TP1295224', ' WALLACE, LEE CPS-SW Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3044, 63, '2025-05-12 19:58:43', 'UTC', '50SJ0267824', ' ASATEKIN, MECIT CPS-SW Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (3045, 63, '2025-05-12 19:58:43', 'UTC', '50AC0424824', ' CRAGO, SHAUN CPS-SW Mention Drive whilst unfit through drink Drive motor vehicle when alcohol level above limit ', 1), (3046, 63, '2025-05-12 19:58:43', 'UTC', '50AC0603224', ' THOMAS, ANDREW CPS-SW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3047, 63, '2025-05-12 19:58:43', 'UTC', '50AC0631124', ' KELLOW, ANTHONY CPS-SW Sentence Criminal damage to property valued under £5000 Threat to damage / destroy property ', 0), (3048, 63, '2025-05-12 19:58:43', 'UTC', '50AC0296524', ' BENNETT, MARK CPS-SW Mention Drive motor vehicle when alcohol level above limit Fail to surrender to police / court bail at the appointed time ', 1), (3049, 92, '2025-05-12 19:58:43', 'UTC', '91HQ4695425', ' WHELAN, Michael METPF First hearing Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug ', 0), (3050, 92, '2025-05-12 19:58:43', 'UTC', '91HQ4694025', ' VIDLER, Georgia METPF First hearing Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug ', 0), (3051, 92, '2025-05-12 19:58:43', 'UTC', '91HQ4695225', ' BENT, Shana METPF First hearing Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug ', 0), (3052, 92, '2025-05-12 19:58:43', 'UTC', '91HQ4695525', ' KHAN, Mohammed METPF First hearing Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug ', 0), (3053, 92, '2025-05-12 19:58:43', 'UTC', '91HQ4698125', ' TOBAR-ORTEGA, Eliecer METPF First hearing Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug ', 0), (3054, 64, '2025-05-12 19:58:44', 'UTC', '20WV1628023', ' PAXON, Louise CPS-WM Trial In charge of motor vehicle - alcohol level above limit ', 1), (3055, 64, '2025-05-12 19:58:44', 'UTC', '20DY1130825', ' WATSON, Alan CPS-WM Trial Assault by beating Assault by beating ', 0), (3056, 65, '2025-05-12 19:58:44', 'UTC', '07EZ0409625', ' THOMSON, DALE CPS-MC Sentence Assault by beating Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3057, 65, '2025-05-12 19:58:44', 'UTC', '07NZ1894424', ' SHEPPARD, BENJAMIN CPS-MC Sentence Common assault ', 0), (3058, 65, '2025-05-12 19:58:44', 'UTC', '07NZ0082425', ' JONES, BRYN CPS-MC Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3059, 65, '2025-05-12 19:58:44', 'UTC', '07NZ0452825', ' JONES, BRYN CPS-MC Sentence Possess an offensive weapon in a public place Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3060, 65, '2025-05-12 19:58:44', 'UTC', '07NZ0378625', ' EDMONDS, PAUL CPS-MC Sentence Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (3061, 65, '2025-05-12 19:58:44', 'UTC', '07NZ1309724', ' JENKS, DECLAN CPS-MC Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (3062, 65, '2025-05-12 19:58:44', 'UTC', '07NZ0289125', ' BEAULIEU, PHILIP CPS-MC Plea Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3063, 65, '2025-05-12 19:58:44', 'UTC', '07NZ1920324', ' SMITH, RIO CPS-MC Plea Arson ', 0), (3064, 68, '2025-05-12 19:58:45', 'UTC', '01FH1061125', ' ZEIN, Aymen CPS-LS Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3065, 68, '2025-05-12 19:58:45', 'UTC', '01MP1347525', ' CLYNES, Paul CPS-LS Sentence Racially / religiously aggravated harassment / alarm / distress by words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3066, 68, '2025-05-12 19:58:45', 'UTC', '01CW1078925', ' ABDURAHIMOUS, Aleksejs CPS-LS Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (3067, 68, '2025-05-12 19:58:45', 'UTC', '48C60047025', ' ALDER, LENNOX CPS-LS Sentence Breach criminal behaviour order Theft from a shop Theft from a shop ', 0), (3068, 68, '2025-05-12 19:58:45', 'UTC', '01FH1031725', ' KELLIOTT-CAMPBELL, Lemar CPS-LS Pre-Trial Review Theft from a shop Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3069, 68, '2025-05-12 19:58:45', 'UTC', '01BS1169324', ' YUSUF, Saleh CPS-LS Review Assault by beating ', 0), (3070, 68, '2025-05-12 19:58:45', 'UTC', '01WW1320324', ' MCDONAGH, MARTIN CPS-LS Trial - no Use threatening / abusive / insulting words / witnesses behaviour to cause harassment / alarm / distress ', 0), (3071, 68, '2025-05-12 19:58:45', 'UTC', '01MP1100225', ' JAYANTHAN, Rama CPS-LS First hearing Vote more than once at same election of the London members of the London Assembly at an ordinary election ', 0), (3072, 68, '2025-05-12 19:58:45', 'UTC', '01FH1120025', ' ZELENIN, Artem CPS-LS First hearing ', 0), (3073, 68, '2025-05-12 19:58:45', 'UTC', '93JD0528825', ' SMITH, MERCUTIO CPS-WM Sentence ', 0), (3074, 68, '2025-05-12 19:58:45', 'UTC', '01CW1005025', ' ALSHABA, Ibrahim CPS-LS Plea ', 0), (3075, 68, '2025-05-12 19:58:45', 'UTC', '01FH1091025', ' ABDI, Mohamed CPS-LS Sentence ', 0), (3076, 68, '2025-05-12 19:58:45', 'UTC', '93JD0509124', ' OCEN, Edward CPS-WM Further Case Management ', 0), (3077, 93, '2025-05-12 19:58:46', 'UTC', '55TH0381524', ' ROGERS, JOHN DORPF Sentence Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (3078, 93, '2025-05-12 19:58:46', 'UTC', '55TH0211124', ' BECIU, SORIN DORPF DISQ - Traffic Use a handheld mobile phone / device while Disqualification driving a motor vehicle on a road - endorsable offence ', 1), (3079, 93, '2025-05-12 19:58:46', 'UTC', '55TH0273724', ' HORSWELL, DAVID DORPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (3080, 93, '2025-05-12 19:58:46', 'UTC', '55TH0365224', ' BARTOSIK, ARKADIUSZ DORPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (3081, 93, '2025-05-12 19:58:46', 'UTC', '55TH0274424', ' ROGERS, JOHN DORPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (3082, 93, '2025-05-12 19:58:46', 'UTC', '55TH0228924', ' HILES, LISA DORPF Sentence Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3083, 93, '2025-05-12 19:58:46', 'UTC', '55TH0227524', ' COWAN, MATTHEW DORPF Sentence Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3084, 93, '2025-05-12 19:58:46', 'UTC', '55TH0228224', ' HILES, LISA DORPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 1), (3085, 94, '2025-05-12 19:58:46', 'UTC', '01QA1047125', ' EKUNDAYO, Ian CPS-LN Sentence Theft from a shop Theft from a shop ', 0), (3086, 94, '2025-05-12 19:58:46', 'UTC', '01CW1173125', ' NICOLAE, Florian CPS-LS Sentence Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (3087, 94, '2025-05-12 19:58:46', 'UTC', '01SX1160725', ' SALA, Osobleh METPF Mention & Fix Theft from a shop ', 0), (3088, 94, '2025-05-12 19:58:46', 'UTC', '34NA0823124', ' MACEY, JAMES CPS-EM Sentence Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle dangerously ', 1), (3089, 94, '2025-05-12 19:58:46', 'UTC', '01QK1116225', ' CORCORAN, Martin CPS-LN Sentence Possess nitrous oxide for wrongful inhalation - class C drug Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (3090, 94, '2025-05-12 19:58:46', 'UTC', '01SX1079324', ' PEREIRA LUCAS, Joao CPS-LN First hearing Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Possess a prohibited image of a child Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal ', 0), (3091, 94, '2025-05-12 19:58:46', 'UTC', '01QK1116425', ' MORGAN, Gavin CPS-LN Sentence Possess an offensive weapon in a public place ', 0), (3092, 94, '2025-05-12 19:58:46', 'UTC', '01SX1155325', ' AGOSTINHO, Bruno CPS-LN First hearing Remain on / enter premises in contravention of a closure notice - nuisance / disorder ', 0), (3093, 94, '2025-05-12 19:58:46', 'UTC', '01QA1023425', ' HREZDAC, Ioan CPS-LN First hearing In charge of motor vehicle - alcohol level above limit ', 1), (3094, 94, '2025-05-12 19:58:46', 'UTC', '01QK1150225', ' OYEKUTI, James CPS-LN First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (3095, 94, '2025-05-12 19:58:46', 'UTC', '01QK1159025', ' KAPOAVRI, Martin CPS-LN First hearing Drunk and disorderly in a public place ', 0), (3096, 94, '2025-05-12 19:58:46', 'UTC', '01SX1153825', ' MCGOWEN, Lloyd CPS-LN First hearing Remain on / enter premises in contravention of a closure notice - nuisance / disorder GRAHAM, Valerie Remain on / enter premises in contravention of a closure notice - nuisance / disorder HANSON, Lorraine Remain on / enter premises in contravention of a closure notice - nuisance / disorder ', 0), (3097, 94, '2025-05-12 19:58:46', 'UTC', '01SX1000025', ' MCCRACKEN, Stefan CPS-LN Plea Destroy / damage property of a value unknown Use violence to secure entry to premises ', 0), (3098, 94, '2025-05-12 19:58:46', 'UTC', '01QA1017425', ' PATEL, Amit CPS-LN Mention Send letter / communication / article conveying a threatening message ', 0), (3099, 69, '2025-05-12 19:58:47', 'UTC', '01WW1204424', ' HAIDER, Sakhiabbas CPS-LS Trial Assault by beating HUSSAIN, Ali Assault by beating HUSSAIN, Sayyed Assault by beating ', 0), (3100, 69, '2025-05-12 19:58:47', 'UTC', '01HQ1008225', ' COLLINS, Jamie CPS-LS Trial Theft from a shop Assault by beating ', 0), (3101, 69, '2025-05-12 19:58:47', 'UTC', '01VW1106424', ' COLLINS, Jamie CPS-LS Sentence Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Cause nuisance / disturbance on school / academy premises Fail to surrender to police / court bail at the appointed time ', 0), (3102, 69, '2025-05-12 19:58:47', 'UTC', '01VK1212624', ' SUNDARAPALAN, Murugesu CPS-LS Trial Assault a person thereby occasioning them actual bodily harm ', 0), (3103, 69, '2025-05-12 19:58:47', 'UTC', '01VK1063025', ' KANESAMOORTHTHI, Mathisoothanan CPS-LS Trial Criminal damage to property valued under £5000 Assault by beating Press/Publication restrictions apply to this case ', 0), (3104, 69, '2025-05-12 19:58:47', 'UTC', '01RP1307624', ' SEBASTIAN, Benjamin CPS-LS Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3105, 70, '2025-05-12 19:58:47', 'UTC', '20WV1541024', ' GRIFFIN, Kurt CPS-WM First hearing Theft from a shop ', 0), (3106, 70, '2025-05-12 19:58:48', 'UTC', '20DY1159125', ' STOCK, Phillip WMIDPF First hearing Display any writing / sign / visible representation with intent to cause harassment / alarm or distress ', 0), (3107, 70, '2025-05-12 19:58:48', 'UTC', '20SW1056425', ' GALLAGHER, Carrie WMIDPF First hearing Common assault Theft from a shop Common assault ', 0), (3108, 70, '2025-05-12 19:58:48', 'UTC', '20DY1146725', ' FREEMAN, James CPS-WM First hearing Send communication / article of an indecent / offensive nature Criminal damage to property valued under £5000 ', 0), (3109, 70, '2025-05-12 19:58:48', 'UTC', '20WV1019025', ' PAYTON, Kayleigh CPS-WM First hearing Make off without making payment Theft from a shop Theft from a shop Common assault Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3110, 70, '2025-05-12 19:58:48', 'UTC', '20DY1172225', ' FARA, Aseel CPS-WM First hearing Make off without making payment Make off without making payment ', 0), (3111, 70, '2025-05-12 19:58:48', 'UTC', '20SW1038925', ' MIAHJEE, Bayan CPS-WM First hearing Common assault Assault by beating ', 0), (3112, 73, '2025-05-12 19:58:48', 'UTC', '52SF0102924', ' BRACKEN, JACK CPS-SW Sentence Wound / inflict grievous bodily harm without intent ', 0), (3113, 73, '2025-05-12 19:58:48', 'UTC', '52SF0200624', ' WILLCOX, GARY CPS-SW Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3114, 73, '2025-05-12 19:58:48', 'UTC', '52SF0156224', ' SHOZI-XHAKAZA, CYRIL CPS-SW Further Case Fail to provide specimen for analysis - vehicle Management driver Use a motor vehicle on a road / public place without third party insurance ', 1), (3115, 73, '2025-05-12 19:58:48', 'UTC', '52SF0015925', ' TROTT, BRADLEY CPS-SW Plea Theft from a shop Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3116, 73, '2025-05-12 19:58:48', 'UTC', '52SF0164520', ' BURNETT, JAMES AVSPF First hearing Engage in controlling / coercive behaviour in an intimate / family relationship Engage in controlling / coercive behaviour in an intimate / family relationship Stalking involving serious alarm / distress ', 0), (3117, 73, '2025-05-12 19:58:48', 'UTC', '52SE0029323', ' HENDY, THOMAS CPS-SW Plea Theft - other - including theft by finding ELLIS, STORM Theft - other - including theft by finding ', 0), (3118, 73, '2025-05-12 19:58:48', 'UTC', '52SF0044725', ' BROWN, NATASHA CPS-SW Plea Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (3119, 73, '2025-05-12 19:58:48', 'UTC', '52SF0042625', ' HUGHES, JOSH CPS-SW First hearing Breach criminal behaviour order ', 0), (3234, 104, '2025-05-13 09:34:01', 'UTC', '63BA0125424', ' REES, JACOB CPS-CYSW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3235, 104, '2025-05-13 09:34:01', 'UTC', '63BA0109724', ' SMITH, MICHAEL CPS-CYSW First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (3236, 104, '2025-05-13 09:34:01', 'UTC', '63BA0031825', ' LITTLETON, LEE CPS-CYSW Sentence Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (3237, 104, '2025-05-13 09:34:01', 'UTC', '63BA0119824', ' NOBES, NIGEL DYPPF First hearing Send communication threatening death or serious harm Harassment without violence ', 0), (3238, 104, '2025-05-13 09:34:01', 'UTC', '63BA0020225', ' ARMS, RICHARD CPS-CYSW Sentence Assault by beating Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (3239, 104, '2025-05-13 09:34:01', 'UTC', '63BA0025224', ' KINSELLA, AARON CPS-CYSW First hearing Criminal damage to property valued under £5000 ', 0), (3240, 104, '2025-05-13 09:34:01', 'UTC', '63BA0118124', ' ROSE, CYNON CPS-CYSW First hearing Assault by beating ', 0), (3241, 95, '2025-05-13 09:34:02', 'UTC', '01KD1125425', ' MIREMBE, Aaron CPS-LN First hearing Possess with intent to supply a controlled drug of Class A - Cocaine Possess with intent to supply a controlled drug of Class B - Cannabis Obstruct an authorised person in exercise of a section 23 power to detain / search a person / vehicle / vessel re drugs ', 1), (3242, 95, '2025-05-13 09:34:02', 'UTC', '01KD1125725', ' BARKOVSKIS, Arturs METPF First hearing Drive motor vehicle when alcohol level above limit Drive whilst disqualified Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3243, 95, '2025-05-13 09:34:02', 'UTC', '01KG1155725', ' ODOFIN, Abdulbaqiu METPF First hearing Assault by beating ', 0), (3244, 95, '2025-05-13 09:34:02', 'UTC', '01KG1132625', ' CHAMBERS, Dean CPS-LN Hearing Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3245, 95, '2025-05-13 09:34:02', 'UTC', '01YR1409624', ' FERIZAJ, Ronald CPS-LN Hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to provide specimen for analysis - vehicle driver ', 1), (3246, 7, '2025-05-13 09:34:03', 'UTC', '20BW1694625', ' WESTWOOD, Samantha CPS-WM First hearing Theft from a shop ', 0), (3247, 7, '2025-05-13 09:34:03', 'UTC', '20BW1701525', ' WOODWARD, Sarah WMIDPF First hearing Theft from a shop ', 0), (3248, 7, '2025-05-13 09:34:03', 'UTC', '20BE1591225', ' MOSCALOIU, Gheorghe CPS-WM First hearing Take a motor vehicle without the owners consent Use a motor vehicle on a road / public place without third party insurance ', 1), (3249, 7, '2025-05-13 09:34:03', 'UTC', '20BW1002624', ' HARRISON, Deejay WMIDPF First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (3250, 7, '2025-05-13 09:34:03', 'UTC', '20SW1256625', ' SINGHA, Jagjit CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (3251, 7, '2025-05-13 09:34:03', 'UTC', '20SW1254525', ' SHINGLER, Trey CPS-WM First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3252, 7, '2025-05-13 09:34:03', 'UTC', '20BE2276124', ' AHMADZAI, Islam CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3253, 7, '2025-05-13 09:34:03', 'UTC', '20SH1026124', ' AKRAM, Hamza CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm Theft from the person of another Possess an offensive weapon in a public place Press/Publication restrictions apply to this case ', 0), (3254, 7, '2025-05-13 09:34:03', 'UTC', '20SH1015625', ' HASSAN, Hemin CPS-WM Pre-Trial Review Assault by beating ', 0), (3255, 12, '2025-05-13 09:34:05', 'UTC', '01TK3609924', ' CHURCH, Natasha METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3256, 12, '2025-05-13 09:34:05', 'UTC', '01TA3773224', ' ENOCH, Jaden METPF Trial Keep vehicle no front registration plate - registered after 30/09/38 ', 1), (3257, 12, '2025-05-13 09:34:05', 'UTC', '01TA4274524', ' GARWOOD, Damon METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Press/Publication restrictions apply to this case ', 1), (3258, 12, '2025-05-13 09:34:05', 'UTC', '01PL1126625', ' JIMENEZ-TURNER, Jack CPS-LS Trial Assault a person thereby occasioning them actual bodily harm Intentional strangulation Intimidate a witness / juror ', 0), (3259, 12, '2025-05-13 09:34:05', 'UTC', '01RP1049625', ' KALU, Dickson CPS-LS Trial - no Drive whilst disqualified witnesses Use a motor vehicle on a road / public place without third party insurance ', 1), (3260, 12, '2025-05-13 09:34:05', 'UTC', '01PL1114825', ' JIMENEZ- TURNER, Jack CPS-LS Trial Assault a person thereby occasioning them actual bodily harm ', 0), (3261, 12, '2025-05-13 09:34:05', 'UTC', '01MP1097825', ' IQBAL, Kabeer CPS-LN First hearing Assisting offender ( murder only ) Conspire to kidnap ', 0), (3262, 43, '2025-05-13 09:34:14', 'UTC', '31CF1878324', ' ROY, MICHAEL CPS-EM First hearing Common assault ', 0), (3263, 43, '2025-05-13 09:34:14', 'UTC', '31CF1545223', ' HIBBERT, CALLUM CPS-EM First hearing Possess with intent to supply a controlled drug of Class A - Cocaine Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (3264, 43, '2025-05-13 09:34:14', 'UTC', '31CF1851724', ' HALFPENNY, SHANICE CPS-EM First hearing Theft by employee ', 0), (3265, 43, '2025-05-13 09:34:14', 'UTC', '31CF1140823', ' NICHOLS, JOHNATHON NOTTPF First hearing Possess with intent to supply a controlled drug of Class B - Cannabis Supply a controlled drug of Class B - cannabis Supply a controlled drug of Class A - Cocaine ', 0), (3266, 43, '2025-05-13 09:34:14', 'UTC', '31CF1817424', ' POISMANS, Christopher CPS-EM First hearing Racially / religiously aggravated harassment without violence POISMANS, KAREN Racially / religiously aggravated harassment without violence ', 0), (3267, 43, '2025-05-13 09:34:14', 'UTC', '31CF0390525', ' BARRETT, MICHAEL CPS-EM First hearing Make indecent photograph / pseudo-photograph of a child ', 0), (3268, 43, '2025-05-13 09:34:14', 'UTC', '31CF0464725', ' MCGRATH, JONATHAN CPS-EM First hearing Theft from a shop ', 0), (3269, 43, '2025-05-13 09:34:14', 'UTC', '31CF1863924', ' KETTLEWELL, SARAH CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (3270, 43, '2025-05-13 09:34:14', 'UTC', '31CF1640124', ' Defendant CPS-EM First hearing Sexual assault on a female ', 0), (3271, 85, '2025-05-13 09:34:15', 'UTC', '55CH0083525', ' HULL, RAYMOND CPS-WX Further Case Assault by beating Management Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Common assault ', 0), (3272, 85, '2025-05-13 09:34:15', 'UTC', '55CH0085524', ' PEARCE, EMMA DORPF First hearing Fraud by abuse of position - Fraud Act 2006 Fraud by abuse of position - Fraud Act 2006 ', 0), (3273, 85, '2025-05-13 09:34:15', 'UTC', '55CH0417124', ' PARKER, JAMIE CPS-WX Plea Theft from a shop ', 0), (3274, 85, '2025-05-13 09:34:15', 'UTC', '55CH0105825', ' WILSON-CARROLL, LIAM CPS-WX First hearing Possess a controlled drug of Class A - Cocaine ', 0), (3275, 85, '2025-05-13 09:34:15', 'UTC', '55CH0100425', ' DAWE, JAMIE CPS-WX First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3276, 85, '2025-05-13 09:34:15', 'UTC', '55TH0353824', ' WELLS, JAMES CPS-WX First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3277, 85, '2025-05-13 09:34:15', 'UTC', '55DH0062925', ' ODONNELL, MARTIN CPS-WX First hearing Theft from a shop STOKES, MICHAEL Theft from a shop ', 0), (3278, 85, '2025-05-13 09:34:15', 'UTC', '55DH0318724', ' GALLOP, ADRIAN CPS-WX Mention Harassment without violence ', 0), (3279, 85, '2025-05-13 09:34:15', 'UTC', '55TH0335924', ' WALKER, DIANA CPS-WX Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3280, 55, '2025-05-13 09:34:17', 'UTC', '14XS1305624', ' MENYHART, Marcel CPS-YH Trial Criminal damage to property valued under £5000 Assault by beating Press/Publication restrictions apply to this case ', 0), (3281, 87, '2025-05-13 09:34:19', 'UTC', '10U90040024', ' FORTH, Kim CPS-NEN Sentence Fail to provide specimen for analysis - vehicle driver Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (3282, 87, '2025-05-13 09:34:19', 'UTC', '10U80118925', ' WADDLE, Natasha CPS-NEN Mention Breach criminal behaviour order ', 0), (3283, 87, '2025-05-13 09:34:19', 'UTC', '10U60375524', ' THOMPSON, Jamie CPS-NEN First hearing Assault by beating Assault by beating ', 0), (3284, 87, '2025-05-13 09:34:19', 'UTC', '10U40194725', ' HART, Martin CPS-NEN Mention Burglary other than dwelling - theft Attempt theft from shop ', 0), (3285, 87, '2025-05-13 09:34:19', 'UTC', '10U60378724', ' MILLS, Joe CPS-NEN Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3286, 87, '2025-05-13 09:34:19', 'UTC', '10U70249024', ' THOMPSON, David CPS-NEN First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (3287, 87, '2025-05-13 09:34:19', 'UTC', '10U00130225', ' MOHAMMED, Younis CPS-NEN Mention Assault a person thereby occasioning them actual bodily harm Stalking involving fear of violence Assault a person thereby occasioning them actual bodily harm ', 0), (3288, 87, '2025-05-13 09:34:19', 'UTC', '10U70018225', ' LAWSON, Dillon CPS-NEN Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (3289, 90, '2025-05-13 09:34:20', 'UTC', '52SG0306724', ' PASSMORE, MICHAEL Taunton Review Magistrates' Court ', 0), (3290, 90, '2025-05-13 09:34:20', 'UTC', '52SG0069425', ' ROLLINGS, KEAN Taunton Review Magistrates' Court ', 0), (3291, 90, '2025-05-13 09:34:20', 'UTC', '52SJ0180124', ' LEE, PHILLIP Taunton Review Magistrates' Court ', 0), (3292, 90, '2025-05-13 09:34:20', 'UTC', '52SG0317224', ' PASSMORE, MICHAEL Taunton Review Magistrates' Court ', 0), (3293, 90, '2025-05-13 09:34:20', 'UTC', '52SG0058625', ' LEWIS, TYLER CPS-SW First hearing Assault by beating Assault by beating ', 0), (3294, 90, '2025-05-13 09:34:20', 'UTC', '52SJ0021125', ' MOXEY, CALLUM Taunton Review Magistrates' Court ', 0), (3295, 90, '2025-05-13 09:34:20', 'UTC', '52SG0246524', ' THIRLAWAY, REBECCA Taunton Review Magistrates' Court ', 0), (3296, 90, '2025-05-13 09:34:20', 'UTC', '52SG0130124', ' THIRLAWAY, REBECCA Taunton Review Magistrates' Court ', 0), (3297, 90, '2025-05-13 09:34:20', 'UTC', '52SF0066325', ' COOK, PHILIP CPS-SW Bail Application Assault a person thereby occasioning them actual bodily harm ', 0), (3298, 90, '2025-05-13 09:34:20', 'UTC', '52SG0336624', ' THISTLETON, LAURA CPS-SW Sentence Theft from a shop ', 0), (3299, 90, '2025-05-13 09:34:20', 'UTC', '52SG0029325', ' THISTLETON, LAURA CPS-SW Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (3300, 62, '2025-05-13 09:34:20', 'UTC', '22FA1356024', ' LEWIS, Elizabeth CPS-WM Plea Theft from a shop ', 0), (3301, 62, '2025-05-13 09:34:20', 'UTC', '93JD1122424', ' LEWIS, ELIZABETH CPS-WM Plea Drunk and disorderly in a public place ', 0), (3302, 62, '2025-05-13 09:34:20', 'UTC', '22FA1387824', ' NAEEM, Zeenaith CPS-WM Sentence Drive motor vehicle when alcohol level above limit ', 1), (3303, 62, '2025-05-13 09:34:20', 'UTC', '22TP1264724', ' EDWARDS, Justin WMEPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (3304, 62, '2025-05-13 09:34:20', 'UTC', '22TP1248924', ' EDWARDS, Justin CPS-WM Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3305, 62, '2025-05-13 09:34:20', 'UTC', '22GA1098723', ' BOYD, James CPS-WM Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3306, 62, '2025-05-13 09:34:20', 'UTC', '22FA1203924', ' BEAVENS, Gregory CPS-WM Plea Harassment without violence ', 0), (3307, 62, '2025-05-13 09:34:20', 'UTC', '22GA1365324', ' STONES, Alex CPS-WM Plea Possess an offensive weapon in a public place ', 0), (3308, 62, '2025-05-13 09:34:20', 'UTC', '93JD1330724', ' CROSS-COLLINS, JULIAN CPS-WM Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3309, 94, '2025-05-13 09:34:23', 'UTC', '01TX1140225', ' HOWARD, Neil CPS-LN First hearing Possess a controlled drug of Class A - Cocaine Vehicle interference - motor vehicle Going equipped for theft - not motor vehicle ', 1), (3310, 94, '2025-05-13 09:34:23', 'UTC', '01QK1130625', ' CORCORAN, Martin CPS-LN First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Fail to surrender to police / court bail at the appointed time ', 0), (3311, 94, '2025-05-13 09:34:23', 'UTC', '01QK1023925', ' STEWART, Anthony CPS-LN Hearing Drive whilst disqualified ', 0), (3312, 94, '2025-05-13 09:34:23', 'UTC', '53CH0244424', ' MACK, AARON CPS-SW Hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3313, 69, '2025-05-13 09:34:23', 'UTC', '01WW1308624', ' PARRY, Ronald Michael CPS-LS Trial Assault by beating ', 0), (3314, 69, '2025-05-13 09:34:23', 'UTC', '01TW1078424', ' STEVENSON, Darren CPS-LS Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (3315, 69, '2025-05-13 09:34:23', 'UTC', '01TW1040125', ' STEVENSON, Darren CPS-LS Sentence Theft from a shop ', 0), (3316, 69, '2025-05-13 09:34:23', 'UTC', '01VW1019825', ' TIGABU, Yonas CPS-LS Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3317, 69, '2025-05-13 09:34:23', 'UTC', '01TX1281524', ' SINGH, Hoffman CPS-LN Trial Assault by beating ', 0), (3318, 96, '2025-05-14 12:00:00', 'UTC', '14XD1055124', ' MUSGRAVES, Timothy CPS-YH First hearing Breach SHPO / interim SHPO ', 0), (3319, 5, '2025-05-14 12:00:00', 'UTC', '16XP1062324', ' ZURANSKI, MARIUSZ CPS-YH Trial Fail to provide specimen for analysis - vehicle driver ', 1), (3320, 5, '2025-05-14 12:00:00', 'UTC', '16XP1365824', ' ROBINSON, LACY CPS-YH Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Assault by beating ', 0), (3321, 6, '2025-05-14 12:00:00', 'UTC', '01TA2690224', ' YANCHALIQUIN CAIZA, Wellington METPF Trial Leoncio ', 0), (3322, 6, '2025-05-14 12:00:00', 'UTC', '01TA4316324', ' GRIFFIN-FITZGIBBON, George METPF Trial ', 0), (3323, 6, '2025-05-14 12:00:00', 'UTC', '01PL1460124', ' GRAHAM, Jakima CPS-LS First hearing ', 0), (3324, 6, '2025-05-14 12:00:00', 'UTC', '01PL1538924', ' BATEMAN, Jospeh CPS-LS First hearing ', 0), (3325, 6, '2025-05-14 12:00:00', 'UTC', '01PL1042725', ' FOWLER, Dean CPS-LS First hearing ', 0), (3326, 6, '2025-05-14 12:00:00', 'UTC', '01PL1122525', ' WICKES, Shane METPF First hearing ', 0), (3327, 75, '2025-05-14 12:00:00', 'UTC', '50AC0014525', ' COON, JAMIE CPS-SW Trial of Issue / Harassment - breach of a restraining order on Newton hearing conviction ', 0), (3328, 11, '2025-05-13 12:00:00', 'UTC', '52SE0059025', ' CORPE, DEVON CPS-SW First hearing Breach criminal behaviour order ', 0), (3329, 11, '2025-05-13 12:00:00', 'UTC', '52SB0755524', ' SUTHERLAND, SYLVIA CPS-SW Hearing Drive a motor vehicle on a road after refusal of grant / revocation of driving licence on account of disability Use a motor vehicle on a road / public place without third party insurance ', 1), (3330, 11, '2025-05-13 12:00:00', 'UTC', '52SB0338725', ' BRITTAN, DIONNE CPS-SW First hearing Possess with intent to supply a controlled drug of Class A - Crack Cocaine Possess a controlled drug of Class A - MDMA Possess a controlled drug of Class A - Cocaine ', 0), (3331, 11, '2025-05-13 12:00:00', 'UTC', '52SB0046325', ' JADAMA, SAIN CPS-SW Bail Application Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (3332, 11, '2025-05-13 12:00:00', 'UTC', '52SB0339125', ' WORSFOLD, ZACK CPS-SW First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (3333, 12, '2025-05-14 12:00:00', 'UTC', '01PL1082825', ' NWABUISI, Uchenna CPS-LS Further Case Management ', 0), (3334, 12, '2025-05-14 12:00:00', 'UTC', '01PL1363924', ' SAMUDA, Usamah CPS-LS Sentence ', 0), (3335, 12, '2025-05-14 12:00:00', 'UTC', '01RY1048825', ' TATTON, Wayne CPS-LS Mention ', 0), (3336, 12, '2025-05-14 12:00:00', 'UTC', '47NC0665825', ' Adesida, Julius SSXPF Further Case Management ', 0), (3337, 12, '2025-05-14 12:00:00', 'UTC', '01RG1271824', ' WEBB, Jahnile CPS-LS Sentence ', 0), (3338, 12, '2025-05-14 12:00:00', 'UTC', '01PL1157625', ' KEHOE, Richard CPS-LS Mention ', 0), (3339, 12, '2025-05-14 12:00:00', 'UTC', '01PL1290524', ' APPLEBY, Kieran CPS-LS Mention ', 0), (3340, 15, '2025-05-14 12:00:00', 'UTC', '21GS2254324', ' TREVISON, PAUL CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (3341, 15, '2025-05-14 12:00:00', 'UTC', '21GS2980524', ' HOLLIS, IAIN CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3342, 15, '2025-05-14 12:00:00', 'UTC', '21GS3027224', ' DROMA, ALBANO CPS-WM First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3343, 15, '2025-05-14 12:00:00', 'UTC', '21GS3145524', ' HUSSAIN, AZRUM CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class A - Cocaine ', 0), (3344, 15, '2025-05-14 12:00:00', 'UTC', '21CL3096624', ' DUDLEY, DANNY CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3345, 15, '2025-05-14 12:00:00', 'UTC', '21GS2711324', ' BELL, MARC CPS-WM First hearing Theft from a shop Theft from a shop ', 0), (3346, 15, '2025-05-14 12:00:00', 'UTC', '21CL0051125', ' CLARKE, STEPHEN CPS-WM First hearing Theft from a shop ', 0), (3347, 15, '2025-05-14 12:00:00', 'UTC', '21GS0125925', ' CASS, BLAKE CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (3348, 15, '2025-05-14 12:00:00', 'UTC', '21GS0278625', ' SHABIR, ZOHEB CPS-WM First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (3349, 15, '2025-05-14 12:00:00', 'UTC', '21GS2506624', ' OSBOURNE, LEE CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (3350, 15, '2025-05-14 12:00:00', 'UTC', '21GS0952525', ' EVANS, WILLIAM CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (3351, 15, '2025-05-14 12:00:00', 'UTC', '21GN0956025', ' MAGODORA, KUDAKWASHE CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (3352, 15, '2025-05-14 12:00:00', 'UTC', '21CL0960325', ' ROBINSON, TANALLA CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (3353, 15, '2025-05-14 12:00:00', 'UTC', '21CL0960725', ' HERRMANN, JOHN CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (3354, 15, '2025-05-14 12:00:00', 'UTC', '21CL0959425', ' BIRD, SCOTT CPS-WM First hearing In charge of motor vehicle - alcohol level above limit ', 1), (3355, 15, '2025-05-14 12:00:00', 'UTC', '21CL0960925', ' FEREDAY, SPENCER CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (3356, 15, '2025-05-14 12:00:00', 'UTC', '21CL0964725', ' SZIRBULY, AKOS CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (3357, 15, '2025-05-14 12:00:00', 'UTC', '21CL0958525', ' EVANS, CHANDLER CPS-WM First hearing In charge of motor vehicle - alcohol level above limit ', 1), (3358, 15, '2025-05-14 12:00:00', 'UTC', '21CL0881625', ' GRIFFITHS, SIMON CPS-WM Plea Theft from a shop Obstruct / resist a constable in execution of duty Trespass in proximity of railway / on railway property ', 0), (3359, 15, '2025-05-14 12:00:00', 'UTC', '21GS1194523', ' ROBERTS, COLIN STAFPF First hearing Rape a woman 16 years of age or over - SOA 2003 Sexual assault on a female Assault a person thereby occasioning them actual ', 0), (3360, 16, '2025-05-14 12:00:00', 'UTC', '62EN1137324', ' HARIDAS, SAMARTH SWPF Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3361, 17, '2025-05-14 12:00:00', 'UTC', '03NN0459324', ' ARI, Sam CPS-NW Trial Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Racially / religiously aggravated common assault / beating Common assault Racially / religiously aggravated common assault / beating ', 0), (3362, 17, '2025-05-14 12:00:00', 'UTC', '03NN0635424', ' STEWART, Grant CPS-NW Sentence Assault by beating ', 0), (3363, 17, '2025-05-14 12:00:00', 'UTC', '05B10200524', ' SMITH, SHAEMUS CPS-MC Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3364, 17, '2025-05-14 12:00:00', 'UTC', '03NN0481523', ' CARNEY, Jordan CPS-NW Application Possess with intent to supply a controlled drug of Class B - Cannabis Possess with intent to supply a controlled drug of Class B - other ', 0), (3365, 19, '2025-05-15 12:00:00', 'UTC', '53AH0356924', ' ATKINSON, OLIVER CPS-SW Deferred Theft from a shop Sentence Theft from a shop Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (3366, 19, '2025-05-15 12:00:00', 'UTC', '53BH0024025', ' DALBY, LISA CPS-SW Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Breach criminal behaviour order ', 0), (3367, 19, '2025-05-15 12:00:00', 'UTC', '53CH0030925', ' GARNER, LEANNE CPS-SW Sentence Theft from a shop Theft from a shop Make off without making payment ', 0), (3368, 19, '2025-05-15 12:00:00', 'UTC', '53BH0397424', ' ELLIS, LIAM CPS-SW Sentence Assault by beating ', 0), (3369, 19, '2025-05-15 12:00:00', 'UTC', '53CH0045825', ' KING, GEORGE CPS-SW Mention Theft from a shop ', 0), (3370, 19, '2025-05-15 12:00:00', 'UTC', '53AH0005324', ' CARTER, TODD CPS-SW Trial Threat to damage / destroy property ', 0), (3371, 19, '2025-05-15 12:00:00', 'UTC', '53CH0268324', ' ROGERS, WESLEY GLOSPF Sentence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Fail to comply with red light at signal-controlled crossing ', 1), (3372, 19, '2025-05-15 12:00:00', 'UTC', '53BH0090725', ' EDWARDS, AIMEE GLOSPF Sentence ', 0), (3373, 78, '2025-05-14 12:00:00', 'UTC', '07WZ0034125', ' LEACH, CHARLES CPS-MC Plea Assault by beating Assault by beating of an emergency worker Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm ', 0), (3374, 78, '2025-05-14 12:00:00', 'UTC', '07WZ0346625', ' LAZARO DE LA HOZ, KAROL CPS-MC Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (3375, 78, '2025-05-14 12:00:00', 'UTC', '07WZ1397624', ' BURGESS, STUART CPS-MC Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3376, 78, '2025-05-14 12:00:00', 'UTC', '07EZ0423125', ' LOVENBURY, MARK CPS-MC Trial Harassment - breach of a restraining order on conviction Assault by beating ', 0), (3377, 78, '2025-05-14 12:00:00', 'UTC', '07WZ1074624', ' AMIN, HAWBER CPS-MC Trial Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place ', 0), (3378, 23, '2025-05-14 12:00:00', 'UTC', '01TK1220025', ' BARGUSS, Jake METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3379, 23, '2025-05-14 12:00:00', 'UTC', '01TK5249724', ' ONUORAH, Margaret METPF Trial Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3380, 23, '2025-05-14 12:00:00', 'UTC', '01TA4593924', ' GERVAIS, Jason METPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (3381, 23, '2025-05-14 12:00:00', 'UTC', '01TJ1336224', ' COPELAND, Dquame METPF Trial Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details Driver of a vehicle involved in a road accident fail to report that accident ', 1), (3382, 23, '2025-05-14 12:00:00', 'UTC', '01TJ1461124', ' KANU, Fatmata METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3383, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1947524', ' COOPER, Norman CPS-SE First hearing Criminal damage to property valued under £5000 ', 0), (3384, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1673423', ' BAYNTON, Graham CPS-SE Sentence Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (3385, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1358725', ' BALOG, Gabriel CPS-SE First hearing Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3386, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1334125', ' HILDEN, George CPS-SE First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (3387, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1359525', ' NIKOLOV, Nikolay CPS-SE First hearing In charge of motor vehicle - alcohol level above limit ', 1), (3388, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1276825', ' MARTIN, Cormac CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Attempt to drive vehicle whilst unfit through drugs ', 1), (3389, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1776623', ' ROLFE, John CPS-SE Sentence Persistently make use of public communication network to cause annoyance / inconvenience / anxiety ', 0), (3390, 26, '2025-05-14 12:00:00', 'UTC', '46ZY1675224', ' WILLIAMS, Riley CPS-SE Hearing Assault by beating ', 0), (3391, 26, '2025-05-14 12:00:00', 'UTC', '46YY1205225', ' WOODALL, Louis CPS-SE First hearing Possess knife blade / sharp pointed article in a ', 0), (3392, 31, '2025-05-15 12:00:00', 'UTC', '22EA1179624', ' KURTOV, Hayretin CPS-WM Sentence Act of outraging public decency - common law ', 0), (3393, 31, '2025-05-15 12:00:00', 'UTC', '22EA1016925', ' HAINES, Clint CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3394, 31, '2025-05-15 12:00:00', 'UTC', '22EA1139624', ' ELLIOT, Billie CPS-WM Plea Assault a person thereby occasioning them actual bodily harm ', 0), (3395, 31, '2025-05-15 12:00:00', 'UTC', '22EA1242724', ' MCCLURE, Matthew CPS-WM First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (3396, 31, '2025-05-15 12:00:00', 'UTC', '22TP1361824', ' MCGHEE, James CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3397, 31, '2025-05-15 12:00:00', 'UTC', '22EA1069825', ' MURRELL, Christian CPS-WM First hearing Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Obstruct / resist a constable in execution of duty ', 1), (3398, 31, '2025-05-15 12:00:00', 'UTC', '22EA1295824', ' KING, Oliver CPS-WM First hearing Use a passenger vehicle with tyres with insufficient tread - less than 1.6mm ', 1), (3399, 31, '2025-05-15 12:00:00', 'UTC', '22EA1022425', ' MORGAN, Tristan CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3400, 31, '2025-05-15 12:00:00', 'UTC', '22EA1025625', ' ROUSE, Jack CPS-WM Plea Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (3401, 82, '2025-05-13 12:00:00', 'UTC', '01YR1120925', ' SIMONS, Eugene CPS-LN Sentence Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance ', 1), (3402, 82, '2025-05-13 12:00:00', 'UTC', '01YE1381124', ' KOYUNLU, Ahmet Appeal ', 0), (3403, 82, '2025-05-13 12:00:00', 'UTC', '01QK1096624', ' GHANNAN, Saleh CPS-LN Hearing Fraud by false representation - Fraud Act 2006 ', 0), (3404, 82, '2025-05-13 12:00:00', 'UTC', '01CW1122324', ' ABDULKARIM, Suhyb CPS-LS Hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3405, 82, '2025-05-13 12:00:00', 'UTC', '01YE1153325', ' OSWALD, Adika CPS-LN First hearing Theft from a shop ', 0), (3406, 82, '2025-05-13 12:00:00', 'UTC', '01KD1009925', ' JOSEPH, Nicholas CPS-LN Hearing Rape a woman 16 years of age or over - SOA 2003 Assault a female 13 and over by penetration with part of body / a thing - SOA 2003 Sexual assault on a female Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Press/Publication restrictions apply to this case ', 0), (3407, 82, '2025-05-13 12:00:00', 'UTC', '01YE1150925', ' WANET, Jean-clud CPS-LN First hearing Destroy / damage property of a value unknown Rape a woman 16 years of age or over - SOA 2003 Rape a woman 16 years of age or over - SOA 2003 Attempt to rape a woman 16 or over - SOA 2003 Assault a female 13 and over by penetration with part of body / a thing - SOA 2003 Threats to kill Assault a person thereby occasioning them actual bodily harm Intentional strangulation Press/Publication restrictions apply to this case ', 0), (3408, 82, '2025-05-13 12:00:00', 'UTC', '01YR1181925', ' BOONIN, Jennifer CPS-LN First hearing ', 0), (3409, 32, '2025-05-15 12:00:00', 'UTC', '47NC0523724', ' REEVES, MATTHEW CPS-SE Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3410, 32, '2025-05-15 12:00:00', 'UTC', '47CC2232924', ' MOHAMMED, ABDUL CPS-SE Application Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3411, 35, '2025-05-16 12:00:00', 'UTC', '22DA1327824', ' SORRELL, Anne CPS-WM Plea Drive motor vehicle when alcohol level above limit ', 1), (3412, 35, '2025-05-16 12:00:00', 'UTC', '22CA1217324', ' HOBBY, Tom CPS-WM Plea Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3413, 35, '2025-05-16 12:00:00', 'UTC', '22TP1346524', ' AWUYE-NORTH, Jack CPS-WM Further Case Fail to provide specimen for analysis - vehicle Management driver ', 1), (3414, 35, '2025-05-16 12:00:00', 'UTC', '22CA1052525', ' PARKER, James CPS-WM Further Case Fail to provide specimen for analysis - vehicle Management driver ', 1), (3415, 35, '2025-05-16 12:00:00', 'UTC', '22DA1252924', ' EAVES, Alfie CPS-WM Mention Owner / person in charge of a dog dangerously out of control - no injury ', 0), (3416, 35, '2025-05-16 12:00:00', 'UTC', '22EA1246024', ' SMITH, Robbie CPS-WM Further Case Drive motor vehicle with a proportion of a specified Management controlled drug above the specified limit ', 1), (3417, 35, '2025-05-16 12:00:00', 'UTC', '22TP1065825', ' DAVIES, Shane CPS-WM Further Case Fail to provide specimen for analysis - vehicle Management driver ', 1), (3418, 35, '2025-05-16 12:00:00', 'UTC', '22DA1089825', ' BULLOCK, Ian CPS-WM Mention - Drive motor vehicle when alcohol level above limit Defendant to Driver of a vehicle fail to stop after a road accident Attend ', 1), (3419, 35, '2025-05-16 12:00:00', 'UTC', '22CA1131925', ' BROOKES, Wayne CPS-WM Plea Assault by beating Assault by beating Assault by beating Criminal damage to property valued under £5000 Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (3420, 35, '2025-05-16 12:00:00', 'UTC', '22CA1145725', ' BROOKES, Wayne CPS-WM Mention Possess a controlled drug of Class A - Cocaine Attempt to intimidate a witness / juror Assault by beating ', 0), (3421, 42, '2025-05-14 12:00:00', 'UTC', '46YY1602023', ' CARPENTER, Ian CPS-SE Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin Fail to provide specimen for analysis - vehicle driver Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3422, 42, '2025-05-14 12:00:00', 'UTC', '46XY1285124', ' ROBINSON, Melissa CPS-SE Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Fail to co-operate with a preliminary test - motor vehicle offence Drunk in charge of a child under the age of seven years Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver ', 1), (3423, 42, '2025-05-14 12:00:00', 'UTC', '46YY1132924', ' HAND, Karen CPS-SE Trial (Priority) Assault by beating ', 0), (3424, 42, '2025-05-14 12:00:00', 'UTC', '46TS1019923', ' KUKU, Michael CPS-SE Trial Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a vehicle whilst unfit through drugs ', 1), (3425, 43, '2025-05-14 12:00:00', 'UTC', '31CF1600124', ' GROVE, Ben CPS-EM First hearing Assault by beating of an emergency worker ', 0), (3426, 43, '2025-05-14 12:00:00', 'UTC', '31CF0591125', ' TAYLOR, PAUL CPS-EM Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Criminal damage to property valued under £5000 ', 0), (3427, 43, '2025-05-14 12:00:00', 'UTC', '31CF0591325', ' TAYLOR, PAUL CPS-EM Mention Criminal damage to property valued under £5000 Possess a controlled drug of Class B - Cannabis / Cannabis Resin Assault by beating Harassment without violence ', 0), (3428, 43, '2025-05-14 12:00:00', 'UTC', '31CF0618025', ' COPSON, SCOTT CPS-EM Bail Application Harassment - put in fear of violence ', 0), (3429, 43, '2025-05-14 12:00:00', 'UTC', '31CF0524525', ' DOLAN, MARK CPS-EM Plea Criminal damage to property valued under £5000 ', 0), (3430, 43, '2025-05-14 12:00:00', 'UTC', '31CF0072025', ' FORES, JACOB CPS-EM Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3431, 43, '2025-05-14 12:00:00', 'UTC', '31CF1769024', ' BOOTH, Dennis CPS-EM First hearing Criminal damage to property valued under £5000 ', 0), (3432, 44, '2025-05-14 12:00:00', 'UTC', '46ZY1936924', ' VASS, Antonia CPS-SE Sentence Owner / person in charge of dog dangerously out of control causing injury ', 0), (3433, 44, '2025-05-14 12:00:00', 'UTC', '46ZY1978824', ' ADAMS, Grant CPS-SE Mention & Fix Fail to provide specimen - person in charge of vehicle Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (3434, 44, '2025-05-14 12:00:00', 'UTC', '46ZY1062325', ' HARRIS, James CPS-SE First hearing Possess a weapon for the discharge of a noxious liquid / gas / electrical incapacitation device / thing Possess a controlled drug of Class A - Crack Cocaine ', 0), (3435, 44, '2025-05-14 12:00:00', 'UTC', '93JD1228324', ' KASONGO, CHARLES BTP Plea Assault by beating ', 0), (3436, 44, '2025-05-14 12:00:00', 'UTC', '46ZY1917424', ' BRADLEY, Shane CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a vehicle whilst unfit through drugs Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road without a valid test certificate ', 1), (3437, 44, '2025-05-14 12:00:00', 'UTC', '46ZY1396225', ' PHILLIPS, Shaun CPS-SE Plea Assault by beating Criminal damage to property valued under £5000 Assault by beating Criminal damage to property valued under £5000 Assault by beating Stalking involving serious alarm / distress ', 0), (3438, 44, '2025-05-14 12:00:00', 'UTC', '46ZY1257125', ' PHILLIPS, Shaun CPS-SE Bail Application Assault by beating ', 0), (3439, 47, '2025-05-14 12:00:00', 'UTC', '35NT1222325', ' BUTLER, Daniel CPS-EEEC Sentence Theft from a shop ', 0), (3440, 47, '2025-05-14 12:00:00', 'UTC', '35NT1182025', ' HALL, Ebby CPS-EEEC Mention Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a motor vehicle dangerously Fail to provide specimen for analysis - vehicle driver ', 1), (3441, 47, '2025-05-14 12:00:00', 'UTC', '35NT1285925', ' BUTLER, Daniel CAMPF Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (3442, 51, '2025-05-14 12:00:00', 'UTC', '43SW0115325', ' MACKLIN, JACK CPS-TCTV Deferred Theft from a shop Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (3443, 51, '2025-05-14 12:00:00', 'UTC', '43SW0603524', ' MCDOWELL, UKAASHA CPS-TCTV Sentence Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance ', 1), (3444, 51, '2025-05-14 12:00:00', 'UTC', '43SW0179923', ' VIRDI, HARMINDER TVPF Hearing Cause serious injury by careless / inconsiderate driving Drive a motor vehicle dangerously ', 1), (3445, 54, '2025-05-14 12:00:00', 'UTC', '46TS1009325', ' HAXHIA, Klajdi CPS-SE First hearing Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (3446, 54, '2025-05-14 12:00:00', 'UTC', '46XY1364625', ' KUHLMAN, Nicole CPS-SE First hearing Theft from a shop ', 0), (3447, 54, '2025-05-14 12:00:00', 'UTC', '46YY1207925', ' BARKER, William CPS-SE First hearing Theft from a shop ', 0), (3448, 54, '2025-05-14 12:00:00', 'UTC', '46YY1501324', ' AMANTCHO, Daniel CPS-SE Further Case Theft from a shop Management ', 0), (3449, 54, '2025-05-14 12:00:00', 'UTC', '46YY1179625', ' GLANVILLE, Joseph CPS-SE First hearing Theft from a shop ', 0), (3450, 54, '2025-05-14 12:00:00', 'UTC', '46YY1180025', ' CONNORS, Eileen CPS-SE First hearing Theft from a shop ', 0), (3451, 54, '2025-05-14 12:00:00', 'UTC', '46YY1083125', ' SMITH, Shelley CPS-SE Hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (3452, 54, '2025-05-14 12:00:00', 'UTC', '46YY1421724', ' ROBERTS, Cameron CPS-SE Sentence Common assault ', 0), (3453, 54, '2025-05-14 12:00:00', 'UTC', '46YY1087125', ' LOVE, Charlene CPS-SE Plea Theft from a shop ', 0), (3454, 54, '2025-05-14 12:00:00', 'UTC', '46XY1471024', ' HIGGINS, Frazer CPS-SE Bail Variation Harassment without violence Application ', 0), (3455, 92, '2025-05-13 12:00:00', 'UTC', '01RP1044925', ' AGHABRA, Abdullah CPS-LN Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (3456, 92, '2025-05-13 12:00:00', 'UTC', '01TX1064725', ' WRIGHT, Craig CPS-LN Sentence Harassment - breach of a restraining order on conviction ', 0), (3457, 92, '2025-05-13 12:00:00', 'UTC', '01XB1027425', ' SZYMCZYK, Krzysztof CPS-LN Sentence Assault by beating ', 0), (3458, 92, '2025-05-13 12:00:00', 'UTC', '01XB1149525', ' HAYRE, Raai CPS-LN Plea Possess an offensive weapon in a public place ', 0), (3459, 92, '2025-05-13 12:00:00', 'UTC', '01TX1131125', ' STOUTE, Christopher dwayne CPS-LN Bail Application Harassment without violence ', 0), (3460, 92, '2025-05-13 12:00:00', 'UTC', '01XH1134425', ' ABUNERI, Chris CPS-LN Plea Theft from a shop Theft from a shop ', 0), (3461, 92, '2025-05-13 12:00:00', 'UTC', '01XB1085625', ' HASSAN, Ahmed CPS-LN Bail Variation Common assault of an emergency worker Application Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (3462, 92, '2025-05-13 12:00:00', 'UTC', '01XB1163025', ' NELSON, Hughroy CPS-LN First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Possess a controlled drug of Class B - Cannabis / Cannabis Resin Fail to provide specimen for analysis - vehicle ', 1), (3463, 71, '2025-05-15 12:00:00', 'UTC', '47WC4003423', ' BISH, JAMES CPS-SE Trial In charge of motor vehicle - alcohol level above limit ', 1), (3464, 71, '2025-05-15 12:00:00', 'UTC', '47WC0957224', ' WALPOLE, BRETT CPS-SE Trial Stalking without fear / alarm / distress ', 0), (3465, 71, '2025-05-15 12:00:00', 'UTC', '47NC1191524', ' MCFAYDEN, SCOTT CPS-SE Trial Sexual assault on a male Press/Publication restrictions apply to this case ', 0), (3466, 71, '2025-05-15 12:00:00', 'UTC', '47WW2177324', ' GILBERT, ALAN CPS-SE Trial Criminal damage to property valued under £5000 ', 0), (3467, 71, '2025-05-15 12:00:00', 'UTC', '47CC2453824', ' AZHAR, MOHAMMED CPS-SE Trial Common assault Assault by beating AZHAR, REEHAN Assault by beating Common assault ', 0), (3468, 71, '2025-05-15 12:00:00', 'UTC', '47WW3260224', ' OBADINA, ANDREW CPS-SE Trial Assault by beating Criminal damage to property valued under £5000 ', 0), (3469, 105, '2025-05-13 12:00:00', 'UTC', '03SS0430524', ' PEACE, Sean CPS-NW Trial Possess / have custody of a fighting dog ', 0), (3470, 105, '2025-05-13 12:00:00', 'UTC', '03SS0083225', ' CROOK, LISA CPS-NW Sentence Threaten a witness / juror ', 0), (3471, 105, '2025-05-13 12:00:00', 'UTC', '03SS0528424', ' LOI, Jennifer CPS-NW Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3472, 13, '2025-05-15 12:00:00', 'UTC', '60WG0231625', ' THOMAS, SIONED CPS-CYN First hearing Assault by beating ', 0), (3473, 13, '2025-05-15 12:00:00', 'UTC', '60WG1266324', ' COPPIN, JOAN NWPF Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident ', 1), (3474, 13, '2025-05-15 12:00:00', 'UTC', '60WG0322325', ' MEAD, SIMON CPS-CYN First hearing Common assault Common assault Common assault ', 0), (3475, 13, '2025-05-15 12:00:00', 'UTC', '60WG0121025', ' LLOYD, STEPHANIE CPS-CYN First hearing Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (3476, 107, '2025-05-13 12:00:00', 'UTC', '48C30007825', ' ZOP, VLADIMIR CITYPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (3477, 107, '2025-05-13 12:00:00', 'UTC', '01CW1171025', ' WHYNN, Rupert CPS-LS Trial - no Fail to attend for / remain for duration of initial witnesses assessment following test for class A drug ', 0), (3478, 107, '2025-05-13 12:00:00', 'UTC', '01CW1170825', ' FIGUEIRA, Sinjon CPS-LS Trial - no Fail to attend for / remain for duration of initial witnesses assessment following test for class A drug ', 0), (3479, 107, '2025-05-13 12:00:00', 'UTC', '01FH1197524', ' AMIRI, Arash CPS-LS Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3480, 107, '2025-05-13 12:00:00', 'UTC', '48C30056025', ' BARTON, GRAHAM CITYPF First hearing Speeding - exceed 20 mph - Local Order - manned equipment ', 0), (3481, 107, '2025-05-13 12:00:00', 'UTC', '48C30000225', ' ABDULZAHRA, ALI CITYPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3482, 107, '2025-05-13 12:00:00', 'UTC', '48C30209624', ' MACCARTHY, NATHANIEL CITYPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3483, 21, '2025-05-14 12:00:00', 'UTC', '20CV1228925', ' MCDONAGH, Kathleen CPS-WM First hearing Theft from a shop Theft from a shop Common assault ', 0), (3484, 21, '2025-05-14 12:00:00', 'UTC', '20CV1635224', ' ALAM, Yusuf CPS-WM First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (3485, 21, '2025-05-14 12:00:00', 'UTC', '20CV1455624', ' SKINGLE, Shane CPS-WM First hearing Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (3486, 21, '2025-05-14 12:00:00', 'UTC', '20CV1633524', ' HENRY, Shinisse CPS-WM First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Assault a constable in the execution of his / her duty Assault a constable in the execution of his / her duty Assault a constable in the execution of his / her duty Assault a constable in the execution of his / her duty ', 0), (3487, 21, '2025-05-14 12:00:00', 'UTC', '20CV1609523', ' MAZACZ, Kamil CPS-WM First hearing Intentional strangulation Assault a person thereby occasioning them actual bodily harm ', 0), (3488, 21, '2025-05-14 12:00:00', 'UTC', '20CV1433724', ' HILL, NICHOLAS CPS-WM First hearing Cause unnecessary suffering to a protected animal ', 0), (3489, 21, '2025-05-14 12:00:00', 'UTC', '20CV1266125', ' WARNER, Joshua CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (3490, 21, '2025-05-14 12:00:00', 'UTC', '20CV1263625', ' MANJA, Godfrey CPS-WM First hearing Drive motor vehicle when alcohol level above limit Theft of motor vehicle Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in ', 1), (3491, 25, '2025-05-15 12:00:00', 'UTC', '20DY1165725', ' JONES, George CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (3492, 25, '2025-05-15 12:00:00', 'UTC', '20SW1248225', ' SINGH, Palwinder CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (3493, 25, '2025-05-15 12:00:00', 'UTC', '20WS1185025', ' DURBIN, Christopher CPS-WM First hearing Drive whilst unfit through drink In charge of motor vehicle - alcohol level above limit ', 1), (3494, 25, '2025-05-15 12:00:00', 'UTC', '20WS1186325', ' SAFDAR, Arbaaz WMIDPF First hearing Common assault of an emergency worker ', 0), (3495, 25, '2025-05-15 12:00:00', 'UTC', '20DY1183325', ' CLARK, Martyn CPS-WM First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (3496, 25, '2025-05-15 12:00:00', 'UTC', '20SW1726724', ' GORDON, Deanne WMIDPF First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3497, 25, '2025-05-15 12:00:00', 'UTC', '20SW1255725', ' O'SULLIVAN, Daniel CPS-WM First hearing Theft from a shop ', 0), (3498, 25, '2025-05-15 12:00:00', 'UTC', '20DY1182825', ' GIVARGIDZE, Brian CPS-WM First hearing In charge of vehicle whilst unfit through drink In charge of motor vehicle - alcohol level above limit ', 1), (3499, 25, '2025-05-15 12:00:00', 'UTC', '20DY1252324', ' PRICE, Keira CPS-WM First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3500, 108, '2025-05-14 12:00:00', 'UTC', '50DE0018825', ' KAY, ANDREW CPS-SW Mention & Fix Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (3501, 108, '2025-05-14 12:00:00', 'UTC', '50TP0089425', ' KNIGHT, PAUL DVCPF Sentence Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3502, 108, '2025-05-14 12:00:00', 'UTC', '50TP0089725', ' KNIGHT, PAUL DVCPF Sentence Speeding - exceed limit for type of vehicle (not goods/passenger vehicle) - manned equipment ', 1), (3503, 108, '2025-05-14 12:00:00', 'UTC', '50TP0089325', ' KNIGHT, PAUL CPS-SW Sentence Speeding - exceed limit for type of vehicle (not goods/passenger vehicle) - manned equipment ', 1), (3504, 108, '2025-05-14 12:00:00', 'UTC', '50TP0089625', ' KNIGHT, PAUL DVCPF Sentence Speeding - exceed limit for type of vehicle (not goods/passenger vehicle) - manned equipment ', 1), (3505, 108, '2025-05-14 12:00:00', 'UTC', '50DE0271225', ' SZYMANIAK, SLAWOMIR CPS-SW First hearing Drive motor vehicle when alcohol level above limit ', 1), (3506, 108, '2025-05-14 12:00:00', 'UTC', '50TP0220825', ' TURNBULL, JOHN DVCPF Sentence Exceed 30 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (3507, 108, '2025-05-14 12:00:00', 'UTC', '50DE0212325', ' SCHNUR, KYLE CPS-SW First hearing Drive motor vehicle when alcohol level above limit ', 1), (3508, 108, '2025-05-14 12:00:00', 'UTC', '50DE0207425', ' MOORE, RIA CPS-SW Plea Theft from a shop ', 0), (3509, 108, '2025-05-14 12:00:00', 'UTC', '50TP1239524', ' WILLS, STEPHEN DVCPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3510, 108, '2025-05-14 12:00:00', 'UTC', '50DE0333724', ' MELHUISH, CRAIG CPS-SW Plea Threaten a person with a blade / sharply pointed article in a public place ', 0), (3511, 108, '2025-05-14 12:00:00', 'UTC', '50DE0271925', ' FLETCHER, AMI CPS-SW First hearing Theft from a shop Criminal damage to property valued under £5000 ', 0), (3512, 108, '2025-05-14 12:00:00', 'UTC', '50DE0267025', ' COOK, THOMAS CPS-SW First hearing Common assault ', 0), (3513, 108, '2025-05-14 12:00:00', 'UTC', '50DE0269025', ' SOMERVILLE, ADAM CPS-SW First hearing Possess a controlled drug of Class B - Ketamine ', 0), (3514, 108, '2025-05-14 12:00:00', 'UTC', '50DE0274525', ' GOODRICK-CLARKE, WILLIAM CPS-SW First hearing Drive motor vehicle when alcohol level above limit ', 1), (3515, 109, '2025-05-14 12:00:00', 'UTC', '43SU0531824', ' DONNELLY, SAMANTHA CPS-TCTV Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3516, 109, '2025-05-14 12:00:00', 'UTC', '43SS0025324', ' DONNELLY, SAMANTHA CPS-TCTV Sentence Theft from a shop Theft from a shop ', 0), (3517, 109, '2025-05-14 12:00:00', 'UTC', '43SS0511124', ' JAIN, RAJESH CPS-TCTV Mention Drive a motor vehicle dangerously Drive a vehicle whilst unfit through drugs ', 1), (3518, 109, '2025-05-14 12:00:00', 'UTC', '43SS0261425', ' SAPSFORD, EDWIN CPS-TCTV Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3519, 109, '2025-05-14 12:00:00', 'UTC', '43TX0410824', ' SMITH, SARAH TVPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3520, 109, '2025-05-14 12:00:00', 'UTC', '43SU0883124', ' WILLIAMS, AIMIE TVPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (3521, 109, '2025-05-14 12:00:00', 'UTC', '43SU1529224', ' PUGHE, THOMAS TVPF Sentence Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (3522, 109, '2025-05-14 12:00:00', 'UTC', '43SU1788624', ' ELTHAM, KAI TVPF Sentence ', 0), (3523, 109, '2025-05-14 12:00:00', 'UTC', '43SS0243125', ' Courtroom 02 14:00 ', 0), (3524, 109, '2025-05-14 12:00:00', 'UTC', '43SS0237125', ' Courtroom 02 14:00 ', 0), (3525, 109, '2025-05-14 12:00:00', 'UTC', '43TT0482724', ' Courtroom 03 10:00 ', 0), (3526, 109, '2025-05-14 12:00:00', 'UTC', '43SS0234425', ' Courtroom 02 10:00 ', 0), (3527, 109, '2025-05-14 12:00:00', 'UTC', '43SS0238425', ' Courtroom 02 14:00 ', 0), (3528, 109, '2025-05-14 12:00:00', 'UTC', '43SS0124225', ' Courtroom 02 11:00 ', 0), (3529, 109, '2025-05-14 12:00:00', 'UTC', '43TT0426824', ' Courtroom 03 11:00 ', 0), (3530, 109, '2025-05-14 12:00:00', 'UTC', '43SS0206225', ' Courtroom 02 10:00 ', 0), (3531, 109, '2025-05-14 12:00:00', 'UTC', '43TT0484724', ' Courtroom 03 10:00 ', 0), (3532, 109, '2025-05-14 12:00:00', 'UTC', '43SS0265123', ' Courtroom 02 11:00 ', 0), (3533, 109, '2025-05-14 12:00:00', 'UTC', '43TX0462624', ' Courtroom 03 14:00 ', 0), (3534, 109, '2025-05-14 12:00:00', 'UTC', '43SS0205225', ' Courtroom 02 14:00 ', 0), (3535, 110, '2025-05-14 12:00:00', 'UTC', '16XP0615224', ' ONUBEZE, CECILIA CPS-YH Plea Assault by beating of an emergency worker ', 0), (3536, 110, '2025-05-14 12:00:00', 'UTC', '16XP3240222', ' KEDDY, ALEX CPS-YH Mention Fraud by abuse of position - Fraud Act 2006 ', 0), (3537, 110, '2025-05-14 12:00:00', 'UTC', '16XP0021825', ' BORISOV, LAYLO CPS-YH Plea Theft - other - including theft by finding ', 0), (3538, 110, '2025-05-14 12:00:00', 'UTC', '16XP2227824', ' GEE, BETHANY CPS-YH Plea Assault by beating ', 0), (3539, 110, '2025-05-14 12:00:00', 'UTC', '16XP0216025', ' STOICA, DANIEL CPS-YH Plea Possess / control article for use in fraud - Fraud Act 2006 ', 0), (3540, 111, '2025-05-13 12:00:00', 'UTC', '44LN0060424', ' TUCKEY, STEVEN CPS-WX Plea Send communication threatening death or serious harm ', 0), (3541, 111, '2025-05-13 12:00:00', 'UTC', '44LN0067724', ' HAYMAN, BEN Isle of Wight Review Magistrates' Court ', 0), (3542, 111, '2025-05-13 12:00:00', 'UTC', '44LN0022024', ' FERNANDEZ, WILLIAM HIWPF Plea Assault a person thereby occasioning them actual bodily harm ', 0), (3543, 111, '2025-05-13 12:00:00', 'UTC', '44LN0058425', ' PARR, JIMMY CPS-WX First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3544, 111, '2025-05-13 12:00:00', 'UTC', '44LN0065425', ' THOMPSON, KIERAN CPS-WX Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3545, 111, '2025-05-13 12:00:00', 'UTC', '44LN0063023', ' URRY, JACK Isle of Wight Review Magistrates' Court ', 0), (3546, 111, '2025-05-13 12:00:00', 'UTC', '44LN0082525', ' CHALLIS, MARTIN CPS-WX First hearing Possess an offensive weapon in a public place Assault by beating of an emergency worker ', 0), (3547, 111, '2025-05-13 12:00:00', 'UTC', '44LN0071525', ' CAIRNS, TYLER CPS-WX First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (3548, 111, '2025-05-13 12:00:00', 'UTC', '44LN0086325', ' FLEET, PARIS CPS-WX First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (3549, 112, '2025-05-14 12:00:00', 'UTC', '01TA1004925', ' HASAN, Eda METPF Trial Fail to stop at red light at pelican crossing ', 0), (3550, 112, '2025-05-14 12:00:00', 'UTC', '01TK5005424', ' KILINC, Huseyin METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3551, 112, '2025-05-14 12:00:00', 'UTC', '01TA3755824', ' DOWNES, Sabrina METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (3552, 112, '2025-05-14 12:00:00', 'UTC', '01TA1104625', ' CLARK, Dulma METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (3553, 112, '2025-05-14 12:00:00', 'UTC', '45EL0206425', ' FOFANA, WESLEY SURRPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3554, 112, '2025-05-14 12:00:00', 'UTC', '01TA1181225', ' BIENAIME, Marsha METPF Trial Cause vehicle to be left in a dangerous position ', 1), (3555, 112, '2025-05-14 12:00:00', 'UTC', '45EL0442225', ' FOFANA, WESLEY SURRPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3556, 112, '2025-05-14 12:00:00', 'UTC', '01TK1499125', ' RIZVI, Syed METPF Sentence ', 0), (3557, 112, '2025-05-14 12:00:00', 'UTC', '01TA4588224', ' Doe Property Services METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3558, 112, '2025-05-14 12:00:00', 'UTC', '01TK1384725', ' JAMAL, Hanni METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3559, 112, '2025-05-14 12:00:00', 'UTC', '01TA4292324', ' JBARI, Mohammad METPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (3560, 112, '2025-05-14 12:00:00', 'UTC', '01TK1137125', ' AULSBERRY, Michael METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (3561, 112, '2025-05-14 12:00:00', 'UTC', '01TK1365225', ' RABESS, Jordon METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3562, 112, '2025-05-14 12:00:00', 'UTC', '01TK3951524', ' BROWN, Ottilie METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3563, 112, '2025-05-14 12:00:00', 'UTC', '01TK5325124', ' GORDON, Adrian METPF Trial Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3564, 112, '2025-05-14 12:00:00', 'UTC', '01TA1153425', ' CAMPBELL, Tyrike METPF Plea Use a passenger vehicle with tyres with insufficient tread - less than 1.6mm ', 1), (3565, 113, '2025-05-14 12:00:00', 'UTC', '05D20011025', ' GROOM, LUCY CPS-MC Application Assault by beating ', 0), (3566, 113, '2025-05-14 12:00:00', 'UTC', '05E90063525', ' LYTOLLIS, JORDAN CPS-MC Sentence Theft from a shop Theft from a shop Affray Criminal damage to property valued under £5000 ', 0), (3567, 113, '2025-05-14 12:00:00', 'UTC', '06MM0043725', ' LYTOLLIS, Jordan CPS-NW Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Attempt theft from shop Attempt theft from shop Theft from a shop Theft from a shop ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (3568, 113, '2025-05-14 12:00:00', 'UTC', '05E30063824', ' HIRD, STEPHEN CPS-MC Sentence Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (3569, 113, '2025-05-14 12:00:00', 'UTC', '05E30186623', ' BLACK, JAKE CPS-MC Sentence Theft by employee ', 0), (3570, 113, '2025-05-14 12:00:00', 'UTC', '05C20010125', ' IDRISSOU, ABDOUL CPS-MC Sentence Cause serious injury by careless / inconsiderate driving Cause serious injury by careless / inconsiderate driving ', 0), (3571, 113, '2025-05-14 12:00:00', 'UTC', '05E90106925', ' BLACK, TONI CPS-MC First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (3572, 113, '2025-05-14 12:00:00', 'UTC', '05E80117124', ' TURAY, ALUSINE CPS-MC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3573, 113, '2025-05-14 12:00:00', 'UTC', '05E90129525', ' WOLSTENCROFT, BRADLEY CPS-MC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3574, 113, '2025-05-14 12:00:00', 'UTC', '05E90091825', ' WARD, MARK CPS-MC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class B - Other ', 0), (3575, 113, '2025-05-14 12:00:00', 'UTC', '05E40016825', ' MURPHY, FRANK CPS-MC First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess an offensive weapon in private place Possess an offensive weapon in private place ', 0), (3576, 113, '2025-05-14 12:00:00', 'UTC', '05E90145525', ' PETERS, VINCENT CPS-MC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3577, 113, '2025-05-14 12:00:00', 'UTC', '05E20222624', ' DOYLE, TASHA CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3578, 113, '2025-05-14 12:00:00', 'UTC', '05E70022025', ' EL FATASSI, YOULESS CPS-MC First hearing Fail to provide specimen for analysis - vehicle driver Fail to co-operate with a preliminary test - motor ', 1), (3579, 114, '2025-05-13 12:00:00', 'UTC', '63DP0005525', ' RUMBOLD, JOHN CPS-CYSW First hearing Harassment without violence ', 0), (3580, 114, '2025-05-13 12:00:00', 'UTC', '63DP0027925', ' MEREDITH, KARL CPS-CYSW First hearing Common assault of an emergency worker ', 0), (3581, 114, '2025-05-13 12:00:00', 'UTC', '63DP0059824', ' DAVIES, WILLIAM CPS-CYSW First hearing Common assault of an emergency worker Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place ', 0), (3582, 114, '2025-05-13 12:00:00', 'UTC', '63DP0027825', ' EDWARDS, CHELSIE DYPPF First hearing Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test ', 0), (3583, 114, '2025-05-13 12:00:00', 'UTC', '63DP0028025', ' COOPER, RICHARD CPS-CYSW First hearing Criminal damage to property valued under £5000 Common assault of an emergency worker ', 0), (3584, 114, '2025-05-13 12:00:00', 'UTC', '63DP0073824', ' EVANS, DAVID CPS-CYSE Sentence Criminal damage to property valued under £5000 Taking a pedal cycle without consent CAMBRIDGE, JADE Obstruct / resist a constable in execution of duty Criminal damage to property valued under £5000 ', 0), (3585, 114, '2025-05-13 12:00:00', 'UTC', '63DP0030325', ' MEREDITH, KARL CPS-CYSW First hearing Drunk and disorderly in a public place ', 0), (3586, 39, '2025-05-15 12:00:00', 'UTC', '60CD0590825', ' BROOKES, TIMOTHY CPS-CYN First hearing Drive motor vehicle when alcohol level above limit ', 1), (3587, 39, '2025-05-15 12:00:00', 'UTC', '60CD0378925', ' WOODALL, JEFFREY CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle / trailer with tyre with any of the ply / cord exposed Use a motor vehicle / trailer with tyre with any of the ply / cord exposed ', 1), (3588, 39, '2025-05-15 12:00:00', 'UTC', '60CC0366325', ' JONES, SHANE CPS-CYN First hearing Criminal damage to property valued under £5000 ', 0), (3589, 39, '2025-05-15 12:00:00', 'UTC', '60CD0378625', ' GREEN, WESLEY CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3590, 39, '2025-05-15 12:00:00', 'UTC', '60CC0562025', ' PICKERING, LUKE CPS-CYN First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (3591, 39, '2025-05-15 12:00:00', 'UTC', '60CC0539225', ' UNWIN, RICHARD CPS-CYN First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3592, 39, '2025-05-15 12:00:00', 'UTC', '60CD0560825', ' OWEN, MARK CPS-CYN First hearing Drive motor vehicle when alcohol level above limit ', 1), (3593, 39, '2025-05-15 12:00:00', 'UTC', '60CD0671625', ' DAVIDSON, CORY CPS-CYN First hearing Possess an offensive weapon in a public place ', 0), (3594, 39, '2025-05-15 12:00:00', 'UTC', '60CD0675525', ' MUIR, DAVID CPS-CYN First hearing Theft from a shop Theft from a shop ', 0), (3595, 115, '2025-05-14 12:00:00', 'UTC', '10U00338524', ' RICE, Jamie CPS-NEN First hearing Assault a person thereby occasioning them actual bodily harm Assault by beating Affray ', 0), (3596, 115, '2025-05-14 12:00:00', 'UTC', '10U30319223', ' JOHNSON, Sophia CPS-NEN First hearing Criminal damage to property valued under £5000 ', 0), (3597, 115, '2025-05-14 12:00:00', 'UTC', '10U40136624', ' DAVIES, Paul CPS-NEN First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (3598, 115, '2025-05-14 12:00:00', 'UTC', '10U30253723', ' CAIRNS, Ellie NUMPF First hearing Send letter / communication / article conveying indecent / offensive message Threat to damage / destroy property Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (3599, 115, '2025-05-14 12:00:00', 'UTC', '10U00256624', ' DOSHMANZIARI, Javid CPS-NEN First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3600, 115, '2025-05-14 12:00:00', 'UTC', '10U30077025', ' ANNANG-LAWLER, Daniel NUMPF First hearing Drunk and disorderly in a public place ', 0), (3601, 115, '2025-05-14 12:00:00', 'UTC', '10U30075525', ' JOHNSON, Sophia CPS-NEN First hearing Fraud by false representation - Fraud Act 2006 ', 0), (3602, 115, '2025-05-14 12:00:00', 'UTC', '10U30069025', ' DOUGALL, Karen CPS-NEN First hearing Drive motor vehicle when alcohol level above limit ', 1), (3603, 115, '2025-05-14 12:00:00', 'UTC', '10U35039025', ' HALL, Gemma CPS-NEN First hearing Theft from a shop ', 0), (3604, 115, '2025-05-14 12:00:00', 'UTC', '10U30068625', ' GARDNER, Thomas CPS-NEN First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3605, 115, '2025-05-14 12:00:00', 'UTC', '10U30074225', ' FERRON, Paul CPS-NEN First hearing Drunk and disorderly in a public place ', 0), (3606, 115, '2025-05-14 12:00:00', 'UTC', '10U30076925', ' WALTON, John CPS-NEN First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (3607, 115, '2025-05-14 12:00:00', 'UTC', '10U30074825', ' HALL, Gemma CPS-NEN First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (3608, 115, '2025-05-14 12:00:00', 'UTC', '93JD0285025', ' LOWLAR ANNANG, DANIEL CPS-WM First hearing Drunk and disorderly in a public place ', 0), (3609, 116, '2025-05-14 12:00:00', 'UTC', '43SS0100725', ' HYDER, ALFIE CPS-TCTV Plea Possess with intent to supply a controlled drug of Class B - Cannabis Press/Publication restrictions apply to this case ', 0), (3610, 116, '2025-05-14 12:00:00', 'UTC', '43SS0275925', ' Courtroom 04 10:00 ', 0), (3611, 116, '2025-05-14 12:00:00', 'UTC', '43SS0408324', ' Courtroom 03 11:00 ', 0), (3612, 116, '2025-05-14 12:00:00', 'UTC', '43SS0260125', ' Courtroom 04 10:00 ', 0), (3613, 116, '2025-05-14 12:00:00', 'UTC', '43SS0675423', ' Courtroom 03 14:00 ', 0), (3614, 116, '2025-05-14 12:00:00', 'UTC', '43SS0261225', ' Courtroom 04 10:00 ', 0), (3615, 116, '2025-05-14 12:00:00', 'UTC', '43SS0653823', ' Courtroom 04 10:00 ', 0), (3616, 116, '2025-05-14 12:00:00', 'UTC', '43SS0202023', ' Courtroom 04 10:00 ', 0), (3617, 116, '2025-05-14 12:00:00', 'UTC', '43SS0701824', ' Courtroom 03 10:00 ', 0), (3618, 116, '2025-05-14 12:00:00', 'UTC', '43SS0689223', ' Courtroom 03 10:00 ', 0), (3619, 116, '2025-05-14 12:00:00', 'UTC', '43SP0476524', ' Courtroom 04 10:00 ', 0), (3620, 116, '2025-05-14 12:00:00', 'UTC', '43SS0600824', ' Courtroom 03 11:00 ', 0), (3621, 116, '2025-05-14 12:00:00', 'UTC', '43SS0378422', ' Courtroom 03 14:00 ', 0), (3622, 117, '2025-05-14 12:00:00', 'UTC', '21SL0100125', ' MCNICHOL, FIONA STAFPF First hearing Driver of a vehicle involved in a road accident fail to report that accident Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details Use a motor vehicle on a road / public place without third party insurance ', 1), (3623, 117, '2025-05-14 12:00:00', 'UTC', '21WT2963024', ' HEWITT, ANTHONY STAFPF Plea Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (3624, 117, '2025-05-14 12:00:00', 'UTC', '21CP2971124', ' PARKER, GEORGE STAFPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (3625, 117, '2025-05-14 12:00:00', 'UTC', '21WT3060524', ' TAME, ALJARAD STAFPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3626, 117, '2025-05-14 12:00:00', 'UTC', '21WT2959924', ' HEWITT, ANTHONY STAFPF Plea Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (3627, 117, '2025-05-14 12:00:00', 'UTC', '21WT2843224', ' BLAKELEY-WRIGHT, NICOLA STAFPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3628, 117, '2025-05-14 12:00:00', 'UTC', '21GN2393424', ' CAWLEY, LYNSEY CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (3629, 117, '2025-05-14 12:00:00', 'UTC', '21GN0603524', ' HAMMERSLEY, JAKE CPS-WM First hearing Possess an offensive weapon in a public place ', 0), (3630, 117, '2025-05-14 12:00:00', 'UTC', '21GN2336024', ' SARGEANT, WARREN CPS-WM First hearing Assault by beating Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drunk and disorderly in a public place Racially / religiously aggravated fear / provocation of violence by words / writing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3631, 117, '2025-05-14 12:00:00', 'UTC', '21SL0449725', ' TURLEY, MATTHEW CPS-WM First hearing Drive whilst disqualified Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance ', 1), (3632, 117, '2025-05-14 12:00:00', 'UTC', '21SL0581024', ' MORTON, WILLIAM CPS-WM First hearing Stalking involving serious alarm / distress ', 0), (3633, 117, '2025-05-14 12:00:00', 'UTC', '21GN2413624', ' ARMES-REARDON, HAYLEY CPS-WM First hearing Assault by beating Assault by beating of an emergency worker Assault by beating ', 0), (3634, 117, '2025-05-14 12:00:00', 'UTC', '21SL2387923', ' MAXFIELD, DEMI CPS-WM First hearing Assault by beating of an emergency worker ', 0), (3635, 117, '2025-05-14 12:00:00', 'UTC', '21GN1610624', ' TURNER, DANIEL CPS-WM First hearing Possess a controlled drug of Class B - Other ', 0), (3636, 118, '2025-05-14 12:00:00', 'UTC', '10U00115323', ' NIELSEN, Frankie CPS-NEN First hearing Sexual assault on a female Sexual assault on a female Sexual assault on a female Sexual assault on a female Assault a girl under 13 by touching - SOA 2003 Press/Publication restrictions apply to this case ', 0), (3637, 118, '2025-05-14 12:00:00', 'UTC', '10U40270124', ' THOMPSON, Kristopher CPS-NEN First hearing Rape a woman 16 years of age or over - SOA 2003 Press/Publication restrictions apply to this case ', 0), (3638, 118, '2025-05-14 12:00:00', 'UTC', '10U50314524', ' HOWE, Graham CPS-NEN First hearing Drive motor vehicle when alcohol level above limit ', 1), (3639, 118, '2025-05-14 12:00:00', 'UTC', '10U50142424', ' BOAK, Gary CPS-NEN First hearing Assault a person thereby occasioning them actual bodily harm Attempt theft from shop Theft from a shop ', 0), (3640, 118, '2025-05-14 12:00:00', 'UTC', '10U30180624', ' REDSHAW, Ben CPS-NEN First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (3641, 118, '2025-05-14 12:00:00', 'UTC', '10U00030125', ' HIGGINS-PHIPPS, Carly CPS-NEN First hearing Drunk and disorderly in a public place ', 0), (3642, 118, '2025-05-14 12:00:00', 'UTC', '10U00136224', ' PEACOCK, Lee CPS-NEN First hearing Theft from a motor vehicle ', 1), (3643, 118, '2025-05-14 12:00:00', 'UTC', '10U00263124', ' TEKLAY, Solomon CPS-NEN First hearing Common assault Criminal damage to property valued under £5000 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3644, 118, '2025-05-14 12:00:00', 'UTC', '10U80402024', ' ALI, Jabar CPS-NEN Trial In charge of motor vehicle - alcohol level above limit ', 1), (3645, 118, '2025-05-14 12:00:00', 'UTC', '11CJ0457124', ' R J F CONSTRUCTION (NE) LTD DURPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3646, 118, '2025-05-14 12:00:00', 'UTC', '10U40175225', ' GARNER, Naomi CPS-NEN Sentence Theft from a motor vehicle Theft from a motor vehicle Theft from a motor vehicle ', 1), (3647, 118, '2025-05-14 12:00:00', 'UTC', '10U40095025', ' BORLAND, Billy CPS-NEN Sentence Fail to co-operate with a preliminary test - motor vehicle offence Fail to comply with an order to stop a moving vehicle Fail to provide specimen for analysis - vehicle driver ', 1), (3648, 118, '2025-05-14 12:00:00', 'UTC', '93JD0235925', ' ARCHER, ADAM CPS-WM Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3649, 118, '2025-05-14 12:00:00', 'UTC', '10U40091325', ' Miller, Garry CPS-NEN Sentence Attempt theft from shop Theft from a shop ', 0), (3650, 118, '2025-05-14 12:00:00', 'UTC', '10U40246824', ' MILLER, Garry CPS-NEN Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3651, 119, '2025-05-13 12:00:00', 'UTC', '50EL0094625', ' HARRIGAN, ALEX CPS-SW Trial Drunk and disorderly in a public place Theft from a shop Assault by beating of an emergency worker Assault by beating Press/Publication restrictions apply to this case ', 0), (3652, 119, '2025-05-13 12:00:00', 'UTC', '50DE0176225', ' BROOKES, ROBERT CPS-SW Trial Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle dangerously ', 1), (3653, 119, '2025-05-13 12:00:00', 'UTC', '50TP1006524', ' NORRIS, JONATHAN DVCPF Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (3654, 119, '2025-05-13 12:00:00', 'UTC', '50TP1006924', ' NORRIS, JONATHAN DVCPF Trial Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (3655, 119, '2025-05-13 12:00:00', 'UTC', '50DE0098524', ' DAVIS, RACHAEL CPS-SW Trial Assault by beating of an emergency worker ', 0), (3656, 119, '2025-05-13 12:00:00', 'UTC', '50TP1035724', ' MCKAY, REGAN DVCPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3657, 120, '2025-05-13 12:00:00', 'UTC', '11SS0271124', ' LAUDER, Barry CPS-NECD Mention Assault a person thereby occasioning them actual bodily harm ', 0), (3658, 120, '2025-05-13 12:00:00', 'UTC', '11DD0021625', ' ZAUNA, Deivids CPS-NECD Hearing Exposure - SOA 2003 Fail to answer to court / police bail as soon as practicable Fail to surrender to police / court bail at the appointed time Press/Publication restrictions apply to this case ', 0), (3659, 120, '2025-05-13 12:00:00', 'UTC', '11EE0665724', ' BROWN, Zoe CPS-NECD Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3660, 121, '2025-05-13 12:00:00', 'UTC', '52SD0001924', ' SCANNELL, JAMIE CPS-SW Plea Assault by beating Criminal damage to property valued under £5000 ', 0), (3661, 121, '2025-05-13 12:00:00', 'UTC', '52SG0035425', ' BELLRINGER, JEEANNA CPS-SW Plea Criminal damage to property - value over £5000 Common assault Criminal damage to property valued under £5000 ', 0), (3662, 121, '2025-05-13 12:00:00', 'UTC', '52SJ0173124', ' BAKER, LOUISE CPS-SW Mention - Criminal damage to property valued under £5000 Defendant to Assault by beating Attend ', 0), (3663, 121, '2025-05-13 12:00:00', 'UTC', '52SJ0046025', ' LAWRENSON, KANE CPS-SW First hearing Assault by beating of an emergency worker ', 0), (3664, 121, '2025-05-13 12:00:00', 'UTC', '52SJ0017425', ' MAPP, CHRISTOPHER CPS-SW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3665, 121, '2025-05-13 12:00:00', 'UTC', '52SJ0045025', ' MEMET, AIDAR CPS-SW First hearing Theft from a shop ', 0), (3666, 121, '2025-05-13 12:00:00', 'UTC', '52SJ0196124', ' PICKLES, JOHN CPS-SW First hearing Assault by beating ', 0), (3667, 121, '2025-05-13 12:00:00', 'UTC', '52SJ0033525', ' BAIRD, TAMMY CPS-SW First hearing Assault by beating ', 0), (3668, 121, '2025-05-13 12:00:00', 'UTC', '52SJ0013725', ' MAPP, CHRISTOPHER CPS-SW First hearing In charge of a motor vehicle with proportion of specified controlled drug above specified limit ', 1), (3669, 122, '2025-05-14 12:00:00', 'UTC', '43SP0313524', ' CHANDLER, DANIEL CPS-TCTV Trial Assault by beating Threats to kill ', 0), (3670, 122, '2025-05-14 12:00:00', 'UTC', '43SP0077625', ' CASH, EDWARD CPS-TCTV Mention Burglary other than dwelling - theft Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating of an emergency worker Racially / religiously aggravated harassment with fear of violence ', 0), (3671, 122, '2025-05-14 12:00:00', 'UTC', '43SP0055925', ' RANDHAWA, AMANDEEP CPS-TCTV Sentence Drive motor vehicle when alcohol level above limit ', 1), (3672, 122, '2025-05-14 12:00:00', 'UTC', '43SP0051325', ' WALLS, DOMINIC CPS-TCTV Sentence Assault by beating Theft from a shop Theft from a shop Burglary other than dwelling - theft Burglary other than dwelling - theft Burglary other than dwelling - theft Burglary other than dwelling - theft Theft from a shop Burglary other than dwelling - theft Theft from a shop Burglary other than dwelling - theft Burglary other than dwelling - theft Burglary other than dwelling - theft Theft from a shop Burglary other than dwelling - theft ', 0), (3673, 122, '2025-05-14 12:00:00', 'UTC', '43SP0034525', ' WALLS, DOMINIC CPS-TCTV Sentence Theft from a shop Theft from a shop ', 0), (3674, 122, '2025-05-14 12:00:00', 'UTC', '43SP0158325', ' Courtroom 02 10:00 ', 0), (3675, 122, '2025-05-14 12:00:00', 'UTC', '43SP0145025', ' Courtroom 02 10:00 ', 0), (3676, 122, '2025-05-14 12:00:00', 'UTC', '43SP0145924', ' Courtroom 01 10:00 ', 0), (3677, 122, '2025-05-14 12:00:00', 'UTC', '43SP0533924', ' Courtroom 01 10:00 ', 0), (3678, 122, '2025-05-14 12:00:00', 'UTC', '43SP0484624', ' Courtroom 01 10:00 ', 0), (3679, 122, '2025-05-14 12:00:00', 'UTC', '43SP0491624', ' Courtroom 01 11:00 ', 0), (3680, 122, '2025-05-14 12:00:00', 'UTC', '43SP0137625', ' Courtroom 01 14:00 ', 0), (3681, 122, '2025-05-14 12:00:00', 'UTC', '43SP0598724', ' Courtroom 02 10:00 ', 0), (3682, 122, '2025-05-14 12:00:00', 'UTC', '43SP0067725', ' Courtroom 01 10:00 ', 0), (3683, 122, '2025-05-14 12:00:00', 'UTC', '43SP0134022', ' Courtroom 01 14:00 ', 0), (3684, 122, '2025-05-14 12:00:00', 'UTC', '43SP0072323', ' Courtroom 01 10:00 ', 0), (3685, 122, '2025-05-14 12:00:00', 'UTC', '43SP0611924', ' Courtroom 02 10:00 ', 0), (3686, 49, '2025-05-14 12:00:00', 'UTC', '44PC0304925', ' CARTER, SOPHIE CPS-WX Plea Theft from a shop ', 0), (3687, 49, '2025-05-14 12:00:00', 'UTC', '44PC0301325', ' HANCOCK, TRAVIS CPS-WX Plea Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (3688, 49, '2025-05-14 12:00:00', 'UTC', '44PC0278825', ' WOTTON, ANTHONY CPS-WX Mention Criminal damage to property valued under £5000 ', 0), (3689, 49, '2025-05-14 12:00:00', 'UTC', '44PC0013724', ' DEACON, ROBBIE CPS-WX Sentence Theft from a shop Theft from a shop ', 0), (3690, 49, '2025-05-14 12:00:00', 'UTC', '44PC1074024', ' YOUNG, CHARLIE CPS-WX Mention - Theft from a shop Defendant to Attend ', 0), (3691, 49, '2025-05-14 12:00:00', 'UTC', '44PC0780324', ' HOBBINS, RICKY CPS-WX Trial Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (3692, 49, '2025-05-14 12:00:00', 'UTC', '44PC0368623', ' AUSTIN, KERRYN CPS-WX Trial Fail to provide specimen for analysis - vehicle driver Fail to surrender to police / court bail at the appointed time ', 1), (3693, 101, '2025-05-15 12:00:00', 'UTC', '12NY0326825', ' JEFFERSON, MATTHEW CPS-YH Plea Theft from a shop Theft from a shop ', 0), (3694, 101, '2025-05-15 12:00:00', 'UTC', '12NY1378524', ' HUGHES, DANIEL CPS-YH Sentence Drive a motor vehicle dangerously ', 1), (3695, 101, '2025-05-15 12:00:00', 'UTC', '12NY1822424', ' HAMILTON, MARK CPS-YH Plea Assault by beating ', 0), (3696, 101, '2025-05-15 12:00:00', 'UTC', '12NY0418625', ' COOPER, MARC CPS-YH Sentence Drunk and disorderly in a public place Obstruct / resist a constable in execution of duty ', 0), (3697, 101, '2025-05-15 12:00:00', 'UTC', '12NY0428625', ' COOPER, MARC CPS-YH Sentence Theft from a shop Theft from a shop ', 0), (3698, 101, '2025-05-15 12:00:00', 'UTC', '12NY0529425', ' COOPER, MARC NYPF Sentence Theft from a shop Common assault ', 0), (3699, 101, '2025-05-15 12:00:00', 'UTC', '12NY0511125', ' COLTMAN, STEPHEN CPS-YH First hearing Theft from a shop Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (3700, 101, '2025-05-15 12:00:00', 'UTC', '12NY0590024', ' DEEMING, LEWIS CPS-YH Plea Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3701, 123, '2025-05-14 12:00:00', 'UTC', '10U70043925', ' MEARNS, Jack CPS-NEN First hearing Drive a motor vehicle dangerously Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (3702, 123, '2025-05-14 12:00:00', 'UTC', '10U65017025', ' LITTLEHALES, Cora-Ann CPS-NEN First hearing Individual fail to comply with a community protection notice ', 0), (3703, 123, '2025-05-14 12:00:00', 'UTC', '10U65014025', ' DAVIDSON, Michael CPS-NEN First hearing Obstruct / resist a constable in execution of duty Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3704, 123, '2025-05-14 12:00:00', 'UTC', '10U70076625', ' BELL, Lewis CPS-NEN First hearing Assault by beating of an emergency worker ', 0), (3705, 123, '2025-05-14 12:00:00', 'UTC', '10U60021325', ' TULLEY, Mark CPS-NEN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle / trailer the number of passenger / manner carried likely to cause danger Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals ', 1), (3706, 123, '2025-05-14 12:00:00', 'UTC', '10U70304924', ' SALEM, Kasem CPS-NEN First hearing Drive a motor vehicle dangerously Drive whilst unfit through drink ', 1), (3707, 123, '2025-05-14 12:00:00', 'UTC', '10U80387124', ' WATERSON, Michelle CPS-NEN First hearing Criminal damage to property valued under £5000 ', 0), (3708, 123, '2025-05-14 12:00:00', 'UTC', '10U65021525', ' DOBINSON, Dawn CPS-NEN First hearing Make off without making payment ', 0), (3709, 123, '2025-05-14 12:00:00', 'UTC', '10U75045324', ' YOUNG, Joanne CPS-NEN First hearing Receiving stolen goods ', 0), (3710, 123, '2025-05-14 12:00:00', 'UTC', '10U60092025', ' FORSYTH, Sara CPS-NEN First hearing Drunk and disorderly in a public place Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (3711, 123, '2025-05-14 12:00:00', 'UTC', '10U65103124', ' ASIM, Noman CPS-NEN First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3712, 123, '2025-05-14 12:00:00', 'UTC', '10U80337424', ' JACKSON, Cameron CPS-NEN First hearing Shine / direct laser beam towards an air traffic facility ', 0), (3713, 123, '2025-05-14 12:00:00', 'UTC', '10U75044424', ' MCLAUGHLIN, Luke CPS-NEN First hearing Threat to damage / destroy property ', 0), (3714, 123, '2025-05-14 12:00:00', 'UTC', '10U80092025', ' DAKERS, Daryl CPS-NEN First hearing Theft from a shop Assault by beating Theft from a shop ', 0), (3715, 124, '2025-05-16 12:00:00', 'UTC', '22RS1037925', ' ROBINSON, Poppy Mae WMEPF Sentence Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (3716, 124, '2025-05-16 12:00:00', 'UTC', '22RS1023625', ' SMART, Paul WMEPF Sentence Motor vehicle exceed 60 mph on single carriageway - manned equipment ', 1), (3717, 124, '2025-05-16 12:00:00', 'UTC', '22RS1021925', ' ALAM, Sageer WMEPF Sentence Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (3718, 124, '2025-05-16 12:00:00', 'UTC', '22TP1057925', ' OWEN, Arthur WMEPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (3719, 124, '2025-05-16 12:00:00', 'UTC', '22CA1149924', ' SMITH, Joseph CPS-WM Trial Assault a person thereby occasioning them actual bodily harm ', 0), (3720, 124, '2025-05-16 12:00:00', 'UTC', '22DA1284324', ' HAYRE, Dara CPS-WM Trial Drive motor vehicle when alcohol level above limit ', 1), (3721, 124, '2025-05-16 12:00:00', 'UTC', '22DA1069125', ' COLLINS, Jordan CPS-WM Trial Assault a person thereby occasioning them actual bodily harm Take a motor vehicle without the owners consent Criminal damage to property valued under £5000 Intentional strangulation ', 1), (3722, 124, '2025-05-16 12:00:00', 'UTC', '22CA1116325', ' GORMLEY, Amanda CPS-WM First hearing Possess / have custody of a fighting dog ', 0), (3723, 124, '2025-05-16 12:00:00', 'UTC', '22CA1396724', ' GUNN, Alexander CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (3724, 124, '2025-05-16 12:00:00', 'UTC', '22CA1021925', ' WALTERS, Matthew CPS-WM First hearing Intentional strangulation ', 0), (3725, 124, '2025-05-16 12:00:00', 'UTC', '22DA1306724', ' CARR, Brian CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm Assault by beating WHITEHOUSE, Lee Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (3726, 124, '2025-05-16 12:00:00', 'UTC', '22CA1083825', ' STRAIN, Philip CPS-WM First hearing Theft from a shop ', 0), (3727, 124, '2025-05-16 12:00:00', 'UTC', '22DA1260524', ' CARTER, Gareth CPS-WM First hearing Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (3728, 124, '2025-05-16 12:00:00', 'UTC', '22DA1331024', ' FELLOWS, Steven CPS-WM Mention & Fix Theft from a shop Fail to surrender to police / court bail at the appointed time Theft from a shop Theft from a shop Breach criminal behaviour order Breach criminal behaviour order Theft from a shop Breach criminal behaviour order Breach criminal behaviour order ', 0), (3729, 125, '2025-05-13 12:00:00', 'UTC', '41B21766124', ' SHEPHERD, Jason CPS-TCBH Trial Drive motor vehicle when alcohol level above limit ', 1), (3730, 125, '2025-05-13 12:00:00', 'UTC', '41B21321025', ' BOZIER, Joshua CPS-TCBH Trial Attempt criminal damage to property valued under £5000 Vagrant - being found in or upon enclosed premises Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Burglary other than dwelling - with intent to commit damage Abstract / use without authority electricity Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test Threaten a person with an offensive weapon in a public place Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3731, 125, '2025-05-13 12:00:00', 'UTC', '41B21720624', ' STATHAM, Karn CPS-TCBH Sentence Harassment - breach of a restraining order on conviction ', 0), (3732, 65, '2025-05-14 12:00:00', 'UTC', '07EZ0394125', ' MOHAMMED, Herem Saleh CPS-MC Trial Burglary other than dwelling - theft ', 0), (3733, 65, '2025-05-14 12:00:00', 'UTC', '07NZ0229525', ' HAMPSON, KEITH CPS-MC Trial Handle stolen goods ', 0), (3734, 65, '2025-05-14 12:00:00', 'UTC', '07NZ0437525', ' JONES, CARL CPS-MC Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3735, 65, '2025-05-14 12:00:00', 'UTC', '07EZ1616424', ' ODONNELL, PATRICK CPS-MC Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (3736, 126, '2025-05-14 12:00:00', 'UTC', '04ZL2178325', ' LEWIS, Stacey CPS-NW Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3737, 126, '2025-05-14 12:00:00', 'UTC', '03WW0326224', ' MILLBURN, Shane CPS-NW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3738, 126, '2025-05-14 12:00:00', 'UTC', '03WW0317924', ' HALL, Aaron CPS-NW Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3739, 126, '2025-05-14 12:00:00', 'UTC', '03WW0118725', ' SMITHSON, Kristian CPS-NW First hearing Assault by beating of an emergency worker ', 0), (3740, 126, '2025-05-14 12:00:00', 'UTC', '03WW0130525', ' THOMPSON, Colin CPS-NW First hearing Assault by beating Criminal damage to property valued under £5000 ', 0), (3741, 126, '2025-05-14 12:00:00', 'UTC', '03WW0131325', ' SCURR, DAVID CPS-NW First hearing Burglary other than dwelling with intent to steal ', 0), (3742, 126, '2025-05-14 12:00:00', 'UTC', '03WW0129825', ' SEAN, Mckenna CPS-NW First hearing Drive motor vehicle when alcohol level above limit ', 1), (3743, 126, '2025-05-14 12:00:00', 'UTC', '03WW0130725', ' DEMPSTER, Brett CUMPF First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (3744, 126, '2025-05-14 12:00:00', 'UTC', '03WW0130825', ' WILSON, Caitlin CPS-NW First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3745, 126, '2025-05-14 12:00:00', 'UTC', '03WW0130625', ' WILSON, Caitlin CPS-NW First hearing Obstruct / resist a person assisting a constable in execution of duty ', 0), (3746, 126, '2025-05-14 12:00:00', 'UTC', '03WW0010325', ' SHEPHERD, Kyle CPS-NW Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating ', 0), (3747, 126, '2025-05-14 12:00:00', 'UTC', '03WW0036325', ' MCKONE, Jayne CPS-NW Sentence Owner / person in charge of dog dangerously out of control causing injury ', 0), (3748, 127, '2025-05-14 12:00:00', 'UTC', '44SC0391325', ' GODDARD, MARTYN CPS-WX Bail Application Assault by beating Theft from a shop Assault a constable in the execution of his / her duty Assault a constable in the execution of his / her duty ', 0), (3749, 127, '2025-05-14 12:00:00', 'UTC', '44SC0402725', ' CULLEN, DAVID CPS-WX Plea Theft from a shop Breach criminal behaviour order Breach criminal behaviour order Breach criminal behaviour order Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Theft from a shop ', 0), (3750, 127, '2025-05-14 12:00:00', 'UTC', '44PC0888124', ' GODFREY, ADAM CPS-WX Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive whilst disqualified Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (3751, 127, '2025-05-14 12:00:00', 'UTC', '44SC0335825', ' KITCHER, JAY CPS-WX Plea Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft from a shop Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test Theft from a shop Assault by beating Assault by beating Assault by beating ', 0), (3752, 127, '2025-05-14 12:00:00', 'UTC', '44BB0482122', ' MCDICKSON, SCOTT CPS-WX Mention ', 0), (3753, 127, '2025-05-14 12:00:00', 'UTC', '44SC0009525', ' BOWEN, SIMON CPS-WX First hearing Assault by beating ', 0), (3754, 127, '2025-05-14 12:00:00', 'UTC', '44SC0800524', ' SALTER, MICHAEL CPS-WX First hearing Common assault ', 0), (3755, 127, '2025-05-14 12:00:00', 'UTC', '44SC1040924', ' DUELL, DANIEL CPS-WX First hearing Possess with intent to supply a controlled drug of Class A - Cocaine Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (3756, 127, '2025-05-14 12:00:00', 'UTC', '44SC0824724', ' HATCHER, TODD CPS-WX First hearing Assault a person thereby occasioning them actual bodily harm HOLLAND, JOHN Assault a person thereby occasioning them actual bodily harm ', 0), (3757, 127, '2025-05-14 12:00:00', 'UTC', '44SC1001024', ' BURLING-MUMFORD, JORDAN CPS-WX First hearing Affray ', 0), (3758, 127, '2025-05-14 12:00:00', 'UTC', '44SC0280425', ' BIGGS, MARK CPS-WX First hearing Have article with intent to destroy / damage property ', 0), (3759, 127, '2025-05-14 12:00:00', 'UTC', '44SC0860022', ' MARKHAM, STEPHEN HIWPF First hearing Theft - other - including theft by finding ', 0), (3760, 127, '2025-05-14 12:00:00', 'UTC', '44SC0845524', ' JAROSINSKI, SEBASTIAN CPS-WX First hearing Racially / religiously aggravated harassment with fear of violence Racially / religiously aggravated harassment with fear of violence ', 0), (3761, 127, '2025-05-14 12:00:00', 'UTC', '44SC0219425', ' WATERS, JOSHUA CPS-WX Plea ', 0), (3762, 128, '2025-05-13 12:00:00', 'UTC', '06KK0872024', ' MANN, KEIRON CPS-NW Sentence Possess a controlled drug of Class A - Cocaine Fail to surrender to police / court bail at the appointed time ', 0), (3763, 128, '2025-05-13 12:00:00', 'UTC', '06LL0671724', ' WOOD, STEPHEN CPS-NW Sentence Assault by beating of an emergency worker ', 0), (3764, 128, '2025-05-13 12:00:00', 'UTC', '06LL0109825', ' Ashurst, Dylan CPS-NW Bail Application Breach of domestic abuse protection order Breach of domestic abuse protection order ', 0), (3765, 128, '2025-05-13 12:00:00', 'UTC', '06KK0748023', ' VAKA, Sufian CPS-NW Plea Drive whilst disqualified M60 3PS Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3766, 128, '2025-05-13 12:00:00', 'UTC', '06VV0010724', ' BEIRNE, John CPS-NW Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (3767, 128, '2025-05-13 12:00:00', 'UTC', '06LL0623423', ' MYERS, Kevin CPS-NW Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3768, 70, '2025-05-15 12:00:00', 'UTC', '20SW1254325', ' WOODWARD, Sarah CPS-WM First hearing Theft from a shop ', 0), (3769, 70, '2025-05-15 12:00:00', 'UTC', '20WS1590424', ' CATTELL, Jack CPS-WM First hearing Possess a controlled drug of Class A - Crack Cocaine Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3770, 70, '2025-05-15 12:00:00', 'UTC', '20SW1409423', ' MICKEVICIUS, Povilas CPS-WM Mention - Drive motor vehicle when alcohol level above limit Defendant to Attend ', 1), (3771, 70, '2025-05-15 12:00:00', 'UTC', '20DY1148625', ' HILL, Rebecca CPS-WM First hearing Theft from a shop ', 0), (3772, 70, '2025-05-15 12:00:00', 'UTC', '20WV1189525', ' DHIR, Balbinder CPS-WM Bail Variation Assault by beating Application ', 0), (3773, 70, '2025-05-15 12:00:00', 'UTC', '20WS1191325', ' RUDGE, Simon WMIDPF Mention & Fix Theft from a shop Assault by beating ', 0), (3774, 72, '2025-05-15 12:00:00', 'UTC', '60EW0183325', ' TORRENCE, KIRSTY CPS-CYN Trial Drive motor vehicle when alcohol level above limit ', 1), (3775, 105, '2025-05-13 12:00:00', 'UTC', '03SS0443624', ' VICKERS, Terry CPS-NW Trial Assault by beating ', 0), (3776, 106, '2025-05-14 12:00:00', 'UTC', '13BD0184425', ' WARDLE, SEAN CPS-YH Sentence Criminal damage to property valued under £5000 Assault by beating Theft - other - including theft by finding ', 0), (3777, 107, '2025-05-13 12:00:00', 'UTC', '01FH1344524', ' JALLOH, Abibatu CPS-LS Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3778, 108, '2025-05-14 12:00:00', 'UTC', '50TP0985124', ' JENKINS, CARLA CPS-SW Plea Speeding - exceed 20 mph - Local Order - manned equipment ', 0), (3779, 109, '2025-05-14 12:00:00', 'UTC', '43SS0220425', ' GARDINER, CHRISTOPHER CPS-TCTV Mention Assault a person thereby occasioning them actual bodily harm ', 0), (3780, 110, '2025-05-14 12:00:00', 'UTC', '16XP1476824', ' STANSFIELD WEST, ALEXANDRA CPS-YH Plea Drunk and disorderly in a public place ', 0), (3781, 111, '2025-05-13 12:00:00', 'UTC', '44LN0111023', ' TUCKEY, STEVEN CPS-WX Plea Criminal damage to property valued under £5000 Stalking without fear / alarm / distress ', 0), (3782, 112, '2025-05-14 12:00:00', 'UTC', '01TA1074525', ' IMRIE, Douglas METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (3783, 113, '2025-05-14 12:00:00', 'UTC', '05B10138323', ' MCNALLY, NATALIE CPS-MC Trial Assault by beating ', 0), (3784, 114, '2025-05-13 12:00:00', 'UTC', '63DP0005725', ' BLYTH, LINDA CPS-CYSW Trial Fail to provide specimen for analysis - vehicle driver ', 1), (3785, 115, '2025-05-14 12:00:00', 'UTC', '10U10023524', ' BOGAERT, MALCOLM CPS-NEN Mention - Fail to surrender to police / court bail at the Defendant to appointed time Attend ', 0), (3786, 116, '2025-05-14 12:00:00', 'UTC', '43SS0142324', ' CARTER, RUSSELL CPS-TCTV Trial Assault by beating Assault by beating ', 0), (3787, 117, '2025-05-14 12:00:00', 'UTC', '21CP0773725', ' BRYAN, JAMIE STAFPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3788, 118, '2025-05-14 12:00:00', 'UTC', '10U50347924', ' HUTTER, Catherine CPS-NEN First hearing Section 18 - grievous bodily harm with intent Wound / inflict grievous bodily harm without intent ', 0), (3789, 119, '2025-05-13 12:00:00', 'UTC', '50DE0261024', ' LOVE, ASHLEY CPS-SW Trial (Floater) Fail to provide specimen for analysis - vehicle driver ', 1), (3790, 120, '2025-05-13 12:00:00', 'UTC', '11EE0238625', ' BLACKBURN, Jordan CPS-NECD Bail Application Engage in controlling / coercive behaviour in an intimate / family relationship Assault by beating Drive a motor vehicle dangerously Drive motor vehicle when alcohol level above limit Harassment without violence ', 1), (3791, 121, '2025-05-13 12:00:00', 'UTC', '52SB0089625', ' KURAS, ANYA CPS-SW Mention Criminal damage to property valued under £5000 ', 0), (3792, 122, '2025-05-14 12:00:00', 'UTC', '43SP0469024', ' WILKS-HANLEY, JOSHUA CPS-TCTV Trial Drive whilst disqualified ', 0), (3793, 123, '2025-05-14 12:00:00', 'UTC', '10U70076525', ' MCGILL, Brian CPS-NEN First hearing Drive whilst unfit through drink ', 0), (3794, 124, '2025-05-16 12:00:00', 'UTC', '22TP1307324', ' KABONGO, Lievin WMEPF Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (3795, 125, '2025-05-13 12:00:00', 'UTC', '41B21683524', ' EERATTAB, Noureedine CPS-TCBH Trial Assault by beating of an emergency worker ', 0), (3796, 126, '2025-05-14 12:00:00', 'UTC', '03WW0074125', ' LEWIS, Stacey CPS-NW Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3797, 127, '2025-05-14 12:00:00', 'UTC', '44SC0578324', ' KOLLIARI, AYDEN CPS-WX Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3798, 128, '2025-05-13 12:00:00', 'UTC', '06LL0026325', ' MANN, KEIRON CPS-NW Sentence Possess a controlled drug of Class A - Cocaine ', 0), (3799, 3, '2025-05-14 12:00:00', 'UTC', '44BB0199425', ' MILLER, TERENCE CPS-WX Bail Application Assault by beating Harassment without violence ', 0), (3800, 9, '2025-05-14 12:00:00', 'UTC', '32C80246225', ' ROSTAS, EVA CPS-EM First hearing Theft from a shop Assault by beating ', 0), (3801, 9, '2025-05-14 12:00:00', 'UTC', '32C90062324', ' ADLINGTON, THOMAS LINPF First hearing Assault a female 13 and over by penetration with part of body / a thing - SOA 2003 Press/Publication restrictions apply to this case ', 0), (3802, 9, '2025-05-14 12:00:00', 'UTC', '32C80387622', ' HARDING, STEVEN CPS-EM First hearing Possess with intent to supply a controlled drug of Class A - Cocaine ', 0), (3803, 9, '2025-05-14 12:00:00', 'UTC', '32C90014125', ' BROWN, DEAN CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3804, 9, '2025-05-14 12:00:00', 'UTC', '32C80279825', ' BAILEY, KAMERON CPS-EM First hearing Fail to co-operate with a preliminary test - motor vehicle offence Fail to provide specimen for analysis - vehicle driver ', 1), (3805, 9, '2025-05-14 12:00:00', 'UTC', '32C90080425', ' MIA, ANDREW CPS-EM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3806, 9, '2025-05-14 12:00:00', 'UTC', '32C80285025', ' TAYLOR, MARGARET CPS-EM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3807, 9, '2025-05-14 12:00:00', 'UTC', '32C80871323', ' CAMARA, DAVID CPS-EM First hearing Cause serious injury by careless / inconsiderate driving ', 0), (3808, 24, '2025-05-14 12:00:00', 'UTC', '14XA1136125', ' HAMSHAW, Lee CPS-YH Sentence Theft from a shop Theft from a shop ', 0), (3809, 24, '2025-05-14 12:00:00', 'UTC', '14XT1012025', ' HAMSHAW, Lee CPS-YH Sentence Theft from a shop ', 0), (3810, 24, '2025-05-14 12:00:00', 'UTC', '14XA1102025', ' HAMSHAW, Lee CPS-YH Sentence Theft from a shop ', 0), (3811, 24, '2025-05-14 12:00:00', 'UTC', '14XA1002425', ' ROBERTS, Jake CPS-YH Sentence Theft from a shop ', 0), (3812, 24, '2025-05-14 12:00:00', 'UTC', '14XA1109725', ' ROBERTS, Jake CPS-YH Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3813, 24, '2025-05-14 12:00:00', 'UTC', '14XB1312924', ' ROBERTS, Jake CPS-YH Sentence Theft from a shop ', 0), (3814, 24, '2025-05-14 12:00:00', 'UTC', '14XA1095622', ' JOHNSON, Warren CPS-YH Plea Attempt burglary dwelling with intent to steal Going equipped for burglary ', 0), (3815, 83, '2025-05-14 12:00:00', 'UTC', '32B90789024', ' MAUO-OUD ADBIB, MOHAMMED CPS-EM Further Case ISMAEL Management Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3816, 83, '2025-05-14 12:00:00', 'UTC', '32D90249125', ' JOHNSON, JASON CPS-EM Sentence Theft from a motor vehicle Going equipped for theft - not motor vehicle ', 1), (3817, 83, '2025-05-14 12:00:00', 'UTC', '32D90888724', ' JOHNSON, JASON CPS-EM Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Possess an offensive weapon in a public place ', 0), (3818, 83, '2025-05-14 12:00:00', 'UTC', '32D90094225', ' JOHNSON, JASON CPS-EM Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (3819, 83, '2025-05-14 12:00:00', 'UTC', '32D90005425', ' JOHNSON, JASON CPS-EM Sentence Theft from a shop Assault by beating ', 0), (3820, 83, '2025-05-14 12:00:00', 'UTC', '32D90216625', ' JOHNSON, JASON CPS-EM Sentence Breach criminal behaviour order Theft from a shop Breach criminal behaviour order Breach criminal behaviour order Theft from a shop Breach criminal behaviour order Theft from a shop ', 0), (3821, 125, '2025-05-14 12:00:00', 'UTC', '41B21693923', ' FOIS, Rio CPS-TCBH Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin Press/Publication restrictions apply to this case ', 0), (3822, 125, '2025-05-14 12:00:00', 'UTC', '41B21736623', ' FOIS, Rio CPS-TCBH Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Press/Publication restrictions apply to this case ', 0), (3823, 125, '2025-05-14 12:00:00', 'UTC', '01SX0336522', ' FOIS, Rio CPS-TCBH Mention Possess an offensive weapon in a public place Possess a controlled drug of Class B - Cannabis / Cannabis Resin Press/Publication restrictions apply to this case ', 0), (3824, 125, '2025-05-14 12:00:00', 'UTC', '41B21082224', ' IDREES, Mahad CPS-TCBH Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle dangerously Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Press/Publication restrictions apply to this case ', 1), (3825, 125, '2025-05-14 12:00:00', 'UTC', '41B21931924', ' CROSS, Kelly St. Albans Review Magistrates' Court ', 0), (3826, 91, '2025-05-13 12:00:00', 'UTC', '01J11033125', ' ', 0), (3827, 91, '2025-05-13 12:00:00', 'UTC', '01HT1204625', ' ', 0), (3828, 91, '2025-05-13 12:00:00', 'UTC', '01JC1318624', ' ', 0), (3829, 91, '2025-05-13 12:00:00', 'UTC', '01HT1179825', ' ', 0), (3830, 91, '2025-05-13 12:00:00', 'UTC', '01HT1219625', ' ', 0), (3831, 91, '2025-05-13 12:00:00', 'UTC', '01HT1178625', ' ', 0), (3832, 91, '2025-05-13 12:00:00', 'UTC', '01HT1220225', ' ', 0), (3833, 22, '2025-05-15 12:00:00', 'UTC', '47NC1008325', ' BROCKHURST, JODIE CPS-SE First hearing Drunk and disorderly in a public place Assault by beating of an emergency worker ', 0), (3834, 22, '2025-05-15 12:00:00', 'UTC', '47NC1002725', ' WARD, JOHN CPS-SE First hearing Assault by beating ', 0), (3835, 22, '2025-05-15 12:00:00', 'UTC', '47NC1001225', ' CROKE, NIALL CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (3836, 22, '2025-05-15 12:00:00', 'UTC', '47NC3372624', ' WOOD, JAMES CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3837, 22, '2025-05-15 12:00:00', 'UTC', '47NC2885624', ' CHIRILA, ROBERT CPS-SE First hearing Assault by beating of an emergency worker Possess a controlled drug of Class A - Cocaine Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit ', 1), (3838, 22, '2025-05-15 12:00:00', 'UTC', '47NC3378024', ' NICHIFOR, ILIE CPS-SE First hearing Drive motor vehicle when alcohol level above limit Drive whilst unfit through drink ', 1), (3839, 22, '2025-05-15 12:00:00', 'UTC', '47NC1008725', ' AZIZ, KHALID CPS-SE First hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (3840, 36, '2025-05-14 12:00:00', 'UTC', '04ZL3694924', ' WALKER, Daley CPS-NW Sentence Assault by beating of an emergency worker ', 0), (3841, 36, '2025-05-14 12:00:00', 'UTC', '04ZL3943024', ' CUNLIFFE, Nathan CPS-NW Sentence Assault by beating ', 0), (3842, 36, '2025-05-14 12:00:00', 'UTC', '04ZL2156323', ' CARTER, Liam CPS-NW Plea Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 ', 0), (3843, 36, '2025-05-14 12:00:00', 'UTC', '04ZL3671824', ' BRADY, Andrew CPS-NW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (3844, 36, '2025-05-14 12:00:00', 'UTC', '04ZL2280124', ' WHEATLEY, Johnathon CPS-NW Mention Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3845, 36, '2025-05-14 12:00:00', 'UTC', '04ZL1201024', ' CORBETT, Paul CPS-NW Sentence Exposure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (3846, 36, '2025-05-14 12:00:00', 'UTC', '04ZL1059825', ' PADGETT, Daniel CPS-NW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3847, 36, '2025-05-14 12:00:00', 'UTC', '04ZL3944523', ' PADGETT, Daniel CPS-NW Sentence Burglary dwelling - with intent to steal Burglary dwelling and theft - no violence ', 0), (3848, 36, '2025-05-14 12:00:00', 'UTC', '04ZL1714825', ' VANES, Ellis CPS-NWLC Trial ', 0), (3849, 129, '2025-05-14 12:00:00', 'UTC', '40AD1171425', ' LEE, Jordan CPS-TCBH Sentence Assault by beating ', 0), (3850, 55, '2025-05-14 12:00:00', 'UTC', '31CF0691224', ' RITCHIE, MARCUS CPS-EM Sentence Assault by beating Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Criminal damage to property valued under £5000 ', 0), (3851, 55, '2025-05-14 12:00:00', 'UTC', '31CF1751524', ' RITCHIE, MARCUS CPS-EM Sentence Criminal damage to property valued under £5000 ', 0), (3852, 95, '2025-05-14 12:00:00', 'UTC', '01KG1106125', ' HUSSEIN, Kieran CPS-LN Sentence Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (3853, 95, '2025-05-14 12:00:00', 'UTC', '01KG1437324', ' BANSAL, Paul CPS-LN Sentence Racially / religiously aggravated harassment without violence Racially / religiously aggravated harassment without violence ', 0), (3854, 95, '2025-05-14 12:00:00', 'UTC', '01JI1082125', ' CLARKE, Jason CPS-LN Sentence Possess an offensive weapon in a public place Possess an offensive weapon in a public place ', 0), (3855, 95, '2025-05-14 12:00:00', 'UTC', '01KD1065425', ' FARRELL, Lee CPS-LN Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3856, 95, '2025-05-14 12:00:00', 'UTC', '01JI1097625', ' SINGH, Sukhpal CPS-LN Mention Harassment without violence ', 0), (3857, 95, '2025-05-14 12:00:00', 'UTC', '01KG1132525', ' CHRISTIAN, Mylo CPS-LN Bail Application Harassment without violence Criminal damage to property valued under £5000 ', 0), (3858, 2, '2025-05-14 12:00:00', 'UTC', '42MR1731225', ' DUFFY, Connor CPS-EEE Mention Criminal damage to property valued under £5000 Assault by beating Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (3859, 2, '2025-05-14 12:00:00', 'UTC', '42MR1510224', ' DJABA, Marcus CPS-EEE Hearing Assault by beating Harassment without violence Criminal damage to property valued under £5000 Threat to damage / destroy property Criminal damage to property valued under £5000 ', 0), (3860, 2, '2025-05-14 12:00:00', 'UTC', '42MR2125923', ' DJABA, Marcus CPS-EEE Hearing Common assault ', 0), (3861, 2, '2025-05-14 12:00:00', 'UTC', '42MR2268423', ' MCCARTHY, Jamie leigh CPS-EEE Plea Theft from a shop Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated harassment / alarm / distress by words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Fail to surrender to police / court bail at the appointed time ', 0), (3862, 2, '2025-05-14 12:00:00', 'UTC', '42MR1846625', ' COUSINS, David CPS-EEE Bail Application Possess an offensive weapon in a public place Assault by beating ', 0), (3863, 2, '2025-05-14 12:00:00', 'UTC', '42MR1711525', ' SHEPPARD, Wayne CPS-EEE Bail Application Stalking involving fear of violence ', 0), (3864, 106, '2025-05-15 12:00:00', 'UTC', '13BD0133025', ' WHITE, DAVID CPS-YH Sentence Theft from a shop Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (3865, 106, '2025-05-15 12:00:00', 'UTC', '13KD0088625', ' RAZA, HUSNAIN CPS-YH Plea Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3866, 106, '2025-05-15 12:00:00', 'UTC', '13KD0067625', ' RAZA, HUSNAIN CPS-YH Plea Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Obstruct / resist a constable in execution of duty ', 1), (3867, 106, '2025-05-15 12:00:00', 'UTC', '13BD0905323', ' ZAMAN-KHAIL, IQBAL CPS-YH Plea Affray ', 0), (3868, 106, '2025-05-15 12:00:00', 'UTC', '13CD0131325', ' COX-KELLY, ALFIE CPS-YH Sentence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to co-operate with a preliminary test - motor vehicle offence Fail to stop vehicle when directed by PC / traffic warden / traffic officer / CSO engaged in regulation of road traffic Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3869, 106, '2025-05-15 12:00:00', 'UTC', '13CD0050525', ' HALL, LUKE CPS-YH Sentence Assault by beating ', 0), (3870, 106, '2025-05-15 12:00:00', 'UTC', '13BD0127825', ' IQBAL, HISHAAM AHMED CPS-YH Mention Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (3871, 106, '2025-05-15 12:00:00', 'UTC', '13BD0248725', ' WILLIAMS, MARTIN CPS-YH Bail Variation ', 0), (3872, 11, '2025-05-14 12:00:00', 'UTC', '22FA1070225', ' WILLIAMS, Martin CPS-WM Sentence Fail to surrender to police / court bail at the appointed time Theft from a shop ', 0), (3873, 11, '2025-05-14 12:00:00', 'UTC', '07WZ1927924', ' WILLIAMS, MARTIN CPS-SW Sentence Common assault of an emergency worker ', 0), (3874, 11, '2025-05-14 12:00:00', 'UTC', '07WZ1932924', ' WILLIAMS, MARTIN CPS-SW Sentence Harassment without violence Fail to surrender to police / court bail at the appointed time ', 0), (3875, 11, '2025-05-14 12:00:00', 'UTC', '52SB0183225', ' HUDSON, JASON CPS-SW First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (3876, 11, '2025-05-14 12:00:00', 'UTC', '52SB0774724', ' SADRI, JONATHAN CPS-SW Plea Use violence to secure entry to premises Assault by beating Assault by beating ', 0), (3877, 11, '2025-05-14 12:00:00', 'UTC', '52SB0158925', ' HARPER, SCOTT CPS-SW Plea Possess a class C controlled drug ', 0), (3878, 11, '2025-05-14 12:00:00', 'UTC', '52SB0860724', ' HARPER, SCOTT CPS-SW Plea Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3879, 18, '2025-05-14 12:00:00', 'UTC', '42MR1046625', ' BULLMAN, Anthony CPS-EEE Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (3880, 18, '2025-05-14 12:00:00', 'UTC', '42MR1517124', ' SIMMONS, Russell CPS-EEE Trial Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Criminal damage to property valued under £5000 Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating Assault by beating ', 0), (3881, 18, '2025-05-14 12:00:00', 'UTC', '42TK2287623', ' JOLLY, Christopher ESXPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3882, 18, '2025-05-14 12:00:00', 'UTC', '42MR1319225', ' LAMBILLION, Martin CPS-EEE Trial Harassment without violence Assault by beating ', 0), (3883, 18, '2025-05-14 12:00:00', 'UTC', '42MZ1116923', ' OKITIKA, Oluwatosin CPS-EEE Trial Drive motor vehicle when alcohol level above limit ', 1), (3884, 18, '2025-05-14 12:00:00', 'UTC', '42TK1332824', ' DANIELS, Alexander ESXPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3885, 18, '2025-05-14 12:00:00', 'UTC', '42TK2064023', ' UDDIN, Ashad ESXPF Trial of Issue / Fail to give information relating to the identification Newton hearing ', 0), (3886, 20, '2025-05-14 12:00:00', 'UTC', '30SU0372525', ' CHILD, Danielle DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3887, 20, '2025-05-14 12:00:00', 'UTC', '30DI1996124', ' DEAKIN, ALAN DERPF Trial Fail to give information about driver / rider of vehicle - section 112 Road Traffic Regulation Act 1984 ', 1), (3888, 20, '2025-05-14 12:00:00', 'UTC', '30SU0291525', ' DARKO, FRANKLIN DERPF Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3889, 20, '2025-05-14 12:00:00', 'UTC', '30SU0443725', ' PAWSON, CHARMAINE DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3890, 20, '2025-05-14 12:00:00', 'UTC', '30SU0459325', ' OUITIS, RAFIK DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (3891, 20, '2025-05-14 12:00:00', 'UTC', '30SU0329725', ' ELITE MOT STATION LTD DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3892, 20, '2025-05-14 12:00:00', 'UTC', '30SU0422525', ' BAKER, JACOB DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3893, 20, '2025-05-14 12:00:00', 'UTC', '30SU0176825', ' CONSTANTIN, Adrian DERPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3894, 20, '2025-05-14 12:00:00', 'UTC', '30SU0073025', ' PURSHOTTAM, CHANDINI DERPF Trial - no Exceed a 50 mph speed limit in contravention of a witnesses ', 0), (3895, 79, '2025-05-14 12:00:00', 'UTC', '42TK1318924', ' RUTMAN, Joseph ESXPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3896, 79, '2025-05-14 12:00:00', 'UTC', '42TK1319424', ' RUTMAN, Joseph ESXPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3897, 79, '2025-05-14 12:00:00', 'UTC', '42TK1318524', ' RUTMAN, Joseph ESXPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (3898, 79, '2025-05-14 12:00:00', 'UTC', '42TK2076324', ' PEPTINE, Andreeas ESXPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (3899, 79, '2025-05-14 12:00:00', 'UTC', '42MR3022224', ' GAUGHAN, Brandon CPS-EEE Trial Drive a vehicle whilst unfit through drugs ', 1), (3900, 79, '2025-05-14 12:00:00', 'UTC', '42MR1230224', ' PEGLER, Jack CPS-EEE Trial Fail to provide specimen for analysis - vehicle driver ', 1), (3901, 79, '2025-05-14 12:00:00', 'UTC', '42MR3136823', ' HOWARD, Lorraine CPS-EEE Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3902, 79, '2025-05-14 12:00:00', 'UTC', '42TK1475624', ' WILSON, Bradley ESXPF Trial Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (3903, 79, '2025-05-14 12:00:00', 'UTC', '42MR2984324', ' MALEK, Krystian CPS-EEE Trial Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (3904, 80, '2025-05-14 12:00:00', 'UTC', '30DI0304825', ' COWLEY, KEIRAN CPS-EM Sentence Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating Possess a controlled drug of Class B - Other Fail to surrender to police / court bail at the appointed time ', 0), (3905, 80, '2025-05-14 12:00:00', 'UTC', '30DI0942525', ' SHABIR, Sabeel CPS-EM First hearing Drive whilst disqualified Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (3906, 80, '2025-05-14 12:00:00', 'UTC', '30DI2162924', ' BERRY, MEKHI CPS-EM First hearing Possess a controlled drug of Class B - Amphetamine Possess a controlled drug of Class A - Cocaine ', 0), (3907, 80, '2025-05-14 12:00:00', 'UTC', '30DI0690025', ' HUMPHREYS, Sam CPS-EM First hearing Theft from a shop ', 0), (3908, 80, '2025-05-14 12:00:00', 'UTC', '30DI0724625', ' ZYGMUNTOWSKI, WILLIAM CPS-EM First hearing Theft from a shop GARRATT, RICHARD Theft from a shop Theft from a shop ', 0), (3909, 80, '2025-05-14 12:00:00', 'UTC', '30DI0824525', ' NAWAZ, HUSSAIN CPS-EM First hearing Drunk and disorderly in a public place ', 0), (3910, 80, '2025-05-14 12:00:00', 'UTC', '30DI0124825', ' MOWAZ, Jodie CPS-EM First hearing Criminal damage to property valued under £5000 ', 0), (3911, 80, '2025-05-14 12:00:00', 'UTC', '30DI0944025', ' NADEEM, SIMYAAN CPS-EM First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance ', 1), (3912, 81, '2025-05-14 12:00:00', 'UTC', '01TX1033925', ' HESTER, Eron CPS-LN Trial Assault by beating ', 0), (3913, 81, '2025-05-14 12:00:00', 'UTC', '01TX1091625', ' HUSSAIN, Sirfraz CPS-LN Trial Assault by beating ', 0), (3914, 81, '2025-05-14 12:00:00', 'UTC', '01TX1213924', ' SIAMINO, Elias CPS-LN Trial Fail to provide specimen - person in charge of vehicle ', 1), (3915, 81, '2025-05-14 12:00:00', 'UTC', '01TA3036424', ' SIAMINO, Elias CPS-LN Trial Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (3916, 81, '2025-05-14 12:00:00', 'UTC', '01RP1030425', ' ABDULRAHMAN, Abdulkarim CPS-LN Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3917, 81, '2025-05-14 12:00:00', 'UTC', '01TA4539924', ' ALRAJEH, Saad METPF Trial Permit use of motor vehicle with no insurance ', 1), (3918, 81, '2025-05-14 12:00:00', 'UTC', '01TA4340124', ' MEDISHEETY, Naveen METPF Hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (3919, 81, '2025-05-14 12:00:00', 'UTC', '01TA3179524', ' MANGAT, Raman METPF Trial ', 0), (3920, 82, '2025-05-14 12:00:00', 'UTC', '01EK1330523', ' KHALIF, Mohamed CPS-LN Sentence Possess an offensive weapon in a public place Possess a controlled drug of Class B - Cannabis / Cannabis Resin Assault by beating of an emergency worker ', 0), (3921, 82, '2025-05-14 12:00:00', 'UTC', '01YR1375324', ' HINDS, Nathan CPS-LN Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Fail to provide specimen for analysis - vehicle driver ', 1), (3922, 82, '2025-05-14 12:00:00', 'UTC', '01YE1047025', ' PAUL, Jeremy CPS-LN Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (3923, 82, '2025-05-14 12:00:00', 'UTC', '01NI1121325', ' JOHNSTON, Christine CPS-LN Sentence Assault by beating of an emergency worker ', 0), (3924, 82, '2025-05-14 12:00:00', 'UTC', '01EK1097325', ' HIGGINS, James CPS-LN Sentence Attempt theft from shop ', 0), (3925, 82, '2025-05-14 12:00:00', 'UTC', '93JD1584324', ' MUTCH, Alexander BTP Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (3926, 82, '2025-05-14 12:00:00', 'UTC', '01NI1333624', ' IMAM, Sami CPS-LN Sentence Burglary other than dwelling with intent to steal Going equipped for burglary Burglary other than dwelling - theft ', 0), (3927, 82, '2025-05-14 12:00:00', 'UTC', '01NI1248124', ' JAMA, Suad CPS-LN Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3928, 82, '2025-05-14 12:00:00', 'UTC', '01NI1119725', ' UDDIN, Ishaq CPS-LN Sentence Drive whilst disqualified ', 0), (3929, 40, '2025-05-14 12:00:00', 'UTC', '63AC0078825', ' MCARTHUR-KING, HARLEY DYPPF First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (3930, 40, '2025-05-14 12:00:00', 'UTC', '63AC0258124', ' MARSHALL, STEPHEN CPS-CYSW First hearing Assault by beating Assault by beating ', 0), (3931, 40, '2025-05-14 12:00:00', 'UTC', '63AC0085025', ' LEMON, MARTYN CPS-CYSW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (3932, 40, '2025-05-14 12:00:00', 'UTC', '63AC0272324', ' LANE, CHARLENE CPS-CYSW Sentence Possess / have custody of a fighting dog ', 0), (3933, 40, '2025-05-14 12:00:00', 'UTC', '63AC0084525', ' POWELL, LEAH CPS-CYSW Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (3934, 40, '2025-05-14 12:00:00', 'UTC', '63AC0035925', ' LEWIS, KAYLEIGH CPS-CYSW Trial Obstruct / resist a constable in execution of duty ', 0), (3935, 48, '2025-05-14 12:00:00', 'UTC', '50EL0380724', ' SWANN, KIMBERLEY CPS-SW Further Case Common assault Management Assault by beating Press/Publication restrictions apply to this case ', 0), (3936, 48, '2025-05-14 12:00:00', 'UTC', '50DE0742924', ' NICHOLSON, JAMES CPS-SW Sentence Harassment without violence Harassment without violence ', 0), (3937, 48, '2025-05-14 12:00:00', 'UTC', '50DE0838023', ' CLARKE, CODY CPS-SW Bail Variation Sexual assault on a female Application Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (3938, 48, '2025-05-14 12:00:00', 'UTC', '50DE0578524', ' BAKER, REBEKKA CPS-SW Further Case Assault by beating of an emergency worker Management Assault by beating of an emergency worker ', 0), (3939, 50, '2025-05-14 12:00:00', 'UTC', '03NN0490724', ' COLEMAN, Mark CPS-NW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3940, 50, '2025-05-14 12:00:00', 'UTC', '04ZL1012625', ' ALI, Noorjahan CPS-NW Sentence Cause serious injury by careless / inconsiderate driving ', 0), (3941, 50, '2025-05-14 12:00:00', 'UTC', '04ZL1519625', ' CAPSTICK, Mark CPS-NW Plea Common assault Assault by beating ', 0), (3942, 50, '2025-05-14 12:00:00', 'UTC', '04ZL1222425', ' KENT, James CPS-NW Further Case Hunting a wild mammal with dogs - Hunting Act Management 2004 Being equipped for searching for or pursuing hares with dogs etc Trespass with intent to search for or to pursue hares with dogs Daytime trespass in pursuit of game - poaching Daytime trespass in pursuit of game - poaching Hunting a wild mammal with dogs - Hunting Act 2004 Trespass with intent to search for or to pursue hares with dogs Being equipped for searching for or pursuing hares with dogs etc ', 0), (3943, 50, '2025-05-14 12:00:00', 'UTC', '04ZL2817423', ' RICE, Barry CPS-NW Mention Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to surrender to police / court bail at the appointed time ', 1), (3944, 100, '2025-05-14 12:00:00', 'UTC', '01KG1091025', ' CASTELLO STEWART, Tyronne CPS-LN Trial Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (3945, 100, '2025-05-14 12:00:00', 'UTC', '01KD1008125', ' BALAN, Larisa CPS-LN Trial Theft from a shop Assault by beating ', 0), (3946, 100, '2025-05-14 12:00:00', 'UTC', '01KD1086825', ' NAGROCKAS, Marius CPS-LN Trial Handle stolen goods ', 0), (3947, 100, '2025-05-14 12:00:00', 'UTC', '01KF1124625', ' ALI, Radwan CPS-LN Trial Possess with intent to supply a controlled drug of Class B - Cannabis Use a motor vehicle on a road / public place without third party insurance Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (3948, 53, '2025-05-14 12:00:00', 'UTC', '05B20131224', ' WORRAL, STEPHANIE CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3949, 53, '2025-05-14 12:00:00', 'UTC', '05B40134624', ' ROBERTS, ALEXANDER CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3950, 53, '2025-05-14 12:00:00', 'UTC', '05B20030725', ' MAWDSLEY, STEPHEN CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3951, 53, '2025-05-14 12:00:00', 'UTC', '05B40160124', ' HORSFALL, SPENCER CPS-MC First hearing In charge of a motor vehicle with proportion of specified controlled drug above specified limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (3952, 53, '2025-05-14 12:00:00', 'UTC', '05B20124824', ' HUGHES, ROBERT CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3953, 53, '2025-05-14 12:00:00', 'UTC', '05B10181324', ' HILL, DEAN CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3954, 53, '2025-05-14 12:00:00', 'UTC', '05B10175324', ' LISMORE, SHAUN CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (3955, 53, '2025-05-14 12:00:00', 'UTC', '05B20037025', ' MCPARTLAND, MICHAEL CPS-MC First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker Drunk and disorderly in a public place ', 0), (3956, 53, '2025-05-14 12:00:00', 'UTC', '05B20033325', ' HUGHES, MICHAEL CPS-MC First hearing Possess a controlled drug of Class A - Heroin ', 0), (3957, 56, '2025-05-14 12:00:00', 'UTC', '42MR1967824', ' GOOLAN HOSSEN, Sadeck CPS-EEE Trial Theft from a shop CASSIM, Bee Theft from a shop Theft by employee ', 0), (3958, 57, '2025-05-15 12:00:00', 'UTC', '45MV0950424', ' DELL, PETER CPS-SE Trial Assault by beating ', 0), (3959, 57, '2025-05-15 12:00:00', 'UTC', '45EL1137724', ' TARANOWSKI, KRISTIAN ARTHUR CPS-SE Trial JOHN Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Theft from a shop Obstruct/resist a constable in execution of duty ', 0), (3960, 57, '2025-05-15 12:00:00', 'UTC', '45EP0989924', ' SHARMA, GAURAV CPS-SE Trial Assault by beating ', 0), (3961, 57, '2025-05-15 12:00:00', 'UTC', '45EL0669524', ' WALL, LEE CPS-SE Trial Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 1), (3962, 57, '2025-05-15 12:00:00', 'UTC', '46YY1463924', ' ZLATAN, Dumitru-cristian CPS-SE Further Case Theft - other - including theft by finding Management Obstruct / resist a constable in execution of duty Use a motor vehicle on a road / public place without third party insurance ', 1), (3963, 57, '2025-05-15 12:00:00', 'UTC', '45EL1324624', ' ZLATAN, CRISTIAN CPS-SE Further Case Burglary other than dwelling - theft Management Attempt theft from the person of another Criminal damage to property valued under £5000 ', 0), (3964, 57, '2025-05-15 12:00:00', 'UTC', '44SC0822324', ' DUMITRU, ZLATAN CPS-WX Further Case Burglary dwelling and theft - no violence Management Burglary other than dwelling - theft Burglary other than dwelling - theft ', 0), (3965, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0414323', ' WILSON, ANTHONY CPS-NW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3966, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0565524', ' SINGH, Jake CPS-NW Plea Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (3967, 59, '2025-05-15 12:00:00', 'UTC', '06NN0099125', ' NICHOLSON, Joe CPS-NW Sentence Breach SHPO / interim SHPO ', 0), (3968, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0002725', ' ABELL, Connor CPS-NW First hearing Possess a controlled drug of Class A - Other ', 0), (3969, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0025125', ' POTTER, David CPS-NW First hearing Possess a controlled drug of Class B - Amphetamine ', 0), (3970, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0028425', ' CHADDERTON, ANDREW CPS-NW First hearing In charge of motor vehicle - alcohol level above limit Drunk in charge of a child under the age of seven years ', 1), (3971, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0025725', ' RAZAQ, Muhammad CPS-NW First hearing Drive motor vehicle when alcohol level above limit ', 1), (3972, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0075824', ' MCDONAGH, Kieran CPS-NW First hearing Handle stolen goods ', 0), (3973, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0027625', ' HOLLAND, Reece CPS-NW First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3974, 86, '2025-05-14 12:00:00', 'UTC', '01KF1057725', ' ZADRAN, Amanullah CPS-LN Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Assault by beating ', 0), (3975, 86, '2025-05-14 12:00:00', 'UTC', '01KF1351124', ' ZADRAN, Amanullah METPF Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (3976, 86, '2025-05-14 12:00:00', 'UTC', '01KF1081925', ' ZADRAN, Amanullah CPS-LN Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Criminal damage to property valued under £5000 ', 0), (3977, 86, '2025-05-14 12:00:00', 'UTC', '01HT1044725', ' RAHMAN, Khaladur CPS-LN Trial Stalking without fear / alarm / distress Harassment - breach of a restraining order on conviction ', 0), (3978, 86, '2025-05-14 12:00:00', 'UTC', '01TA2840824', ' RAJA, Mohammed METPF Mention Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals ', 1), (3979, 89, '2025-05-14 12:00:00', 'UTC', '06NN0186324', ' GRAHAM, Giovanni CPS-NW Hearing Theft from a shop ', 0), (3980, 89, '2025-05-14 12:00:00', 'UTC', '06QQ0540424', ' HOWELLS, ELLIOT CPS-NW Plea Assault by beating of an emergency worker ', 0), (3981, 89, '2025-05-14 12:00:00', 'UTC', '06QQ0282523', ' Ibrar, Mohammad CPS-NW Sentence Obstruct/resist a constable in execution of duty Send false message by public electronic communication network to cause annoyance, inconvenience or anxiety Send false message by public electronic communication network to cause annoyance, inconvenience or anxiety ', 0), (3982, 89, '2025-05-14 12:00:00', 'UTC', '06GG0021724', ' ALI, Rijia Khatun CPS-NW Sentence Fail to co-operate with a preliminary test - motor vehicle offence Common assault of an emergency worker ', 1), (3983, 89, '2025-05-14 12:00:00', 'UTC', '06A20040924', ' HOUGHTON, Christopher CPS-NW Mention Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (3984, 89, '2025-05-14 12:00:00', 'UTC', '06QQ0031325', ' ROYLE, Emma CPS-NW Sentence Assault by beating of an emergency worker Common assault of an emergency worker ', 0), (3985, 89, '2025-05-14 12:00:00', 'UTC', '06GG0043125', ' CZAJKA, Alexsander CPS-NW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (3986, 89, '2025-05-14 12:00:00', 'UTC', '06QQ0391323', ' ROSEWEIR, Kenneth CPS-NW Sentence Threats to kill ', 0), (3987, 91, '2025-05-14 12:00:00', 'UTC', '01GD1116425', ' FRANCIS, Tyrese CPS-LN Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess an offensive weapon in a public place ', 0), (3988, 91, '2025-05-14 12:00:00', 'UTC', '01NI1056325', ' BYEKWASO, Abby CPS-LN Mention - Destroy / damage property of a value unknown Defendant to Attend ', 0), (3989, 91, '2025-05-14 12:00:00', 'UTC', '01KF1161725', ' DOUGLAS, Leslie CPS-LN Mention Stalking involving fear of violence ', 0), (3990, 91, '2025-05-14 12:00:00', 'UTC', '01KF1146325', ' OWUSU, Nana CPS-LN Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (3991, 91, '2025-05-14 12:00:00', 'UTC', '01KF1244924', ' AIMON, Abdullah CPS-LN Application Stalking without fear / alarm / distress ', 0), (3992, 91, '2025-05-14 12:00:00', 'UTC', '01GD1168225', ' NGWALA, Jacob METPF Plea Theft from the person of another Fraud by false representation - Fraud Act 2006 Possess / control identity documents with intent Robbery Theft from the person of another Fraud by false representation - Fraud Act 2006 Theft from the person of another Attempt robbery ', 0), (3993, 91, '2025-05-14 12:00:00', 'UTC', '01KF1487024', ' MARTIN, Kallum CPS-LN Further Case Use threatening / abusive / insulting words / Management behaviour to cause harassment / alarm / distress Common assault ', 0), (3994, 91, '2025-05-14 12:00:00', 'UTC', '01GD1122025', ' RASHID, Foyzur CPS-LN Bail Variation Assault by beating Application ', 0), (3995, 91, '2025-05-14 12:00:00', 'UTC', '01KF1055725', ' COOPER, Rikki CPS-LN Bail Variation Criminal damage to property valued under £5000 Application ', 0), (3996, 92, '2025-05-14 12:00:00', 'UTC', '01ID1042025', ' BURRELL, Alicia CPS-LN Plea Enter a security restricted area of an aerodrome without permission of manager / person acting on his behalf ', 0), (3997, 92, '2025-05-14 12:00:00', 'UTC', '01XH1343124', ' AYNASHE, Mohamed CPS-LN Sentence Vehicle interference - motor vehicle Theft - other - including theft by finding Theft - other - including theft by finding Fail to surrender to police / court bail at the appointed time ', 1), (3998, 92, '2025-05-14 12:00:00', 'UTC', '01TX1082825', ' KHAMUM, Roshida CPS-LN Sentence Stalking without fear / alarm / distress ', 0), (3999, 92, '2025-05-14 12:00:00', 'UTC', '01TX1312823', ' SINGH, Gagandeep CPS-LN Plea Possess a controlled drug of Class A - Crack Cocaine ', 0), (4000, 92, '2025-05-14 12:00:00', 'UTC', '01TX1073825', ' BINGHAM, Darren CPS-LN Mention - All Breach criminal behaviour order Parties to Attend ', 0), (4001, 92, '2025-05-14 12:00:00', 'UTC', '01XH1133325', ' WAHENG, Lame CPS-LN Mention - Assault a person thereby occasioning them actual Defendant to bodily harm Attend Assault by beating ', 0), (4002, 92, '2025-05-14 12:00:00', 'UTC', '01XB1042725', ' WHITE, Comarl CPS-LN Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4003, 92, '2025-05-14 12:00:00', 'UTC', '01QA1029725', ' WHITE, Comarl CPS-LN Mention Assault a person thereby occasioning them actual bodily harm ', 0), (4004, 92, '2025-05-14 12:00:00', 'UTC', '01XB1165025', ' EDGEHILL, Philip METPF First hearing Burglary other than dwelling - theft ', 0), (4005, 92, '2025-05-14 12:00:00', 'UTC', '01TX1013025', ' ALBONI, Gavin METPF Sentence Burglary other than dwelling with intent to steal ', 0), (4006, 92, '2025-05-14 12:00:00', 'UTC', '01XH1009625', ' SINGH, Harjeevanjot CPS-LN Trial In charge of motor vehicle - alcohol level above limit ', 1), (4007, 92, '2025-05-14 12:00:00', 'UTC', '01XB1306524', ' LARRIER, Carol CPS-LN Trial Threats to kill ', 0), (4008, 92, '2025-05-14 12:00:00', 'UTC', '01XB1381424', ' LARRIER, Carol CPS-LN Trial Assault by beating ', 0), (4009, 92, '2025-05-14 12:00:00', 'UTC', '01XB1030025', ' SHARMA, Arjun CPS-LN Trial Harassment without violence Send communication threatening death or serious harm ', 0), (4010, 128, '2025-05-14 12:00:00', 'UTC', '06KK0311325', ' CONDRON, CHRISTIAN GMPF First hearing Theft from a shop Theft from a shop ', 0), (4011, 128, '2025-05-14 12:00:00', 'UTC', '06KK0316424', ' BAGLEY, Jason CPS-NW Mention - Affray Defendant to Attend HALL, ADAM Affray RYAN, ADAM Affray ', 0), (4012, 128, '2025-05-14 12:00:00', 'UTC', '06LL0286524', ' WALSH, Sean CPS-NW Plea Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4013, 128, '2025-05-14 12:00:00', 'UTC', '06LL0451623', ' BIRCHALL, MARTIN CPS-NW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4014, 128, '2025-05-14 12:00:00', 'UTC', '06LL0241625', ' BIRCHALL, MARTIN CPS-NW Sentence Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (4015, 128, '2025-05-14 12:00:00', 'UTC', '06FF0415823', ' JOHNSON , CARL CPS-NW Plea Drive a motor vehicle dangerously Aggravated vehicle taking - (driver did not take) vehicle and property damage under £5000 ', 1), (4016, 128, '2025-05-14 12:00:00', 'UTC', '06LL0084125', ' WILSON, Adam CPS-NW Plea Common assault Common assault Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (4017, 94, '2025-05-14 12:00:00', 'UTC', '01QA1059925', ' MCGRATH, Sharlia CPS-LN Sentence Threats to kill ', 0), (4018, 94, '2025-05-14 12:00:00', 'UTC', '01XB1083425', ' DHAWAN, Brij CPS-LN Sentence Stalking involving serious alarm / distress ', 0), (4019, 94, '2025-05-14 12:00:00', 'UTC', '01QA1032825', ' ROBINS, Clive CPS-LN Sentence Assault by beating Assault by beating ', 0), (4020, 94, '2025-05-14 12:00:00', 'UTC', '01QA1075625', ' XENOFONTOS, Christopher CPS-LN Review Assault by beating of an emergency worker Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (4021, 104, '2025-05-15 12:00:00', 'UTC', '63BA0131724', ' PAVELIN, AERON CPS-CYSW Trial Wound / inflict grievous bodily harm without intent ', 0), (4022, 4, '2025-05-15 12:00:00', 'UTC', '52SY1446524', ' ', 0), (4023, 4, '2025-05-15 12:00:00', 'UTC', '52SY1448424', ' ', 0), (4024, 4, '2025-05-15 12:00:00', 'UTC', '52SY1459624', ' ', 0), (4025, 4, '2025-05-15 12:00:00', 'UTC', '52SY1449324', ' ', 0), (4026, 4, '2025-05-15 12:00:00', 'UTC', '52SY0173725', ' ', 0), (4027, 4, '2025-05-15 12:00:00', 'UTC', '52SY1430924', ' ', 0), (4028, 4, '2025-05-15 12:00:00', 'UTC', '52SY1435524', ' ', 0), (4029, 4, '2025-05-15 12:00:00', 'UTC', '52SY1442024', ' ', 0), (4030, 7, '2025-05-15 12:00:00', 'UTC', '20BW1430225', ' DOWNING-LAWTON, Regan CPS-WM First hearing Take a motor vehicle without the owners consent Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Press/Publication restrictions apply to this case ', 1), (4031, 7, '2025-05-15 12:00:00', 'UTC', '20SH1260824', ' TAYLOR, Tyrese CPS-WM First hearing Possess an offensive weapon in a public place Theft from the person of another Press/Publication restrictions apply to this case ', 0), (4032, 7, '2025-05-15 12:00:00', 'UTC', '93JD0183725', ' LUMBIS, GEORGE CPS-WM Pre-Trial Review Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Possess an offensive weapon in a public place Section 18 - wounding with intent Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Press/Publication restrictions apply to this case ', 0), (4033, 7, '2025-05-15 12:00:00', 'UTC', '20BW1456225', ' CAWLEY, Tianna CPS-WM Plea Theft from a shop Press/Publication restrictions apply to this case ', 0), (4034, 7, '2025-05-15 12:00:00', 'UTC', '20SH1116425', ' BROTHERSON, Marcus CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Press/Publication restrictions apply to this case ', 0), (4035, 7, '2025-05-15 12:00:00', 'UTC', '20DY1113825', ' FRANCEY, Conner CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 Assault by beating Press/Publication restrictions apply to this case ', 0), (4036, 7, '2025-05-15 12:00:00', 'UTC', '20BE1500524', ' WHEELDON, Ali CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Attempt robbery ', 0), (4037, 10, '2025-05-15 12:00:00', 'UTC', '93JD0111725', ' GROVER, SPENCER CPS-WM First hearing Common assault Common assault Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Assault by beating of an emergency worker ', 0), (4038, 10, '2025-05-15 12:00:00', 'UTC', '47EH0341625', ' JONES, NICO CPS-SE Sentence Common assault of an emergency worker Criminal damage to property valued under £5000 Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4039, 10, '2025-05-15 12:00:00', 'UTC', '93JD1415524', ' KAYA, SELIN BTP First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (4040, 10, '2025-05-15 12:00:00', 'UTC', '47CC3037624', ' ORIMOGUNJE, SEYE CPS-SE Trial Fail to provide specimen for analysis - vehicle driver ', 1), (4041, 10, '2025-05-15 12:00:00', 'UTC', '47EE2488524', ' THOMPSON, MARK CPS-SE Trial Drive motor vehicle when alcohol level above limit ', 1), (4042, 10, '2025-05-15 12:00:00', 'UTC', '47WW2396324', ' THOMSON, JAY CPS-SE Trial Criminal damage to property valued under £5000 Theft from a shop ', 0), (4043, 10, '2025-05-15 12:00:00', 'UTC', '45EL0964924', ' MORLEY, STEVEN GEORGE CPS-SE Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4044, 14, '2025-05-15 12:00:00', 'UTC', '35NT1211825', ' STOICA, Gheorghe CPS-EEEC Plea Drive whilst disqualified ', 0), (4045, 14, '2025-05-15 12:00:00', 'UTC', '35NT1266725', ' GWAMURE, Prince CPS-EEEC First hearing Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (4046, 14, '2025-05-15 12:00:00', 'UTC', '35NT1258525', ' PARKER, John CPS-EEEC First hearing Theft from a shop ', 0), (4047, 14, '2025-05-15 12:00:00', 'UTC', '35NT2069524', ' WHITEHEAD, Michael CPS-EEEC First hearing Theft from a shop ', 0), (4048, 14, '2025-05-15 12:00:00', 'UTC', '35NT1020625', ' KORZINIAUSKAS, Titus CPS-EEEC First hearing Common assault of an emergency worker Concerned in production of a controlled drug of Class B - cannabis ', 0), (4049, 14, '2025-05-15 12:00:00', 'UTC', '35NT1344825', ' MACDONALD, Richard CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (4050, 14, '2025-05-15 12:00:00', 'UTC', '35NT1343825', ' CATTIGAN, Shea CPS-EEEC First hearing Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4051, 14, '2025-05-15 12:00:00', 'UTC', '35NT1347125', ' TURNER, Natalie CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit ', 1), (4052, 14, '2025-05-15 12:00:00', 'UTC', '35NT1360225', ' CHITTY, Jonathon CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit ', 1), (4053, 14, '2025-05-15 12:00:00', 'UTC', '35NT1357725', ' TASAWAR, Misba CPS-EEEC First hearing Fail to provide specimen - person in charge of vehicle ', 1), (4054, 14, '2025-05-15 12:00:00', 'UTC', '35NT1352825', ' DARGEVICIUS, Renatas CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit ', 1), (4055, 14, '2025-05-15 12:00:00', 'UTC', '35NT1064925', ' RAMZAN, Uthman CPS-TCBH Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4056, 14, '2025-05-15 12:00:00', 'UTC', '35NT1679424', ' WILKES, Jason CPS-EEEC Plea Concerned in the supply of a controlled drug of Class B - cannabis ', 0), (4057, 14, '2025-05-15 12:00:00', 'UTC', '35NT1310225', ' ISMAIL, Joshua CPS-EEEC First hearing Theft from a shop Theft from the person of another Theft from a shop ', 0), (4058, 14, '2025-05-15 12:00:00', 'UTC', '35NT1361625', ' CAWLEY, Daniel CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit Cause wasteful employment of police Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details ', 1), (4059, 23, '2025-05-15 12:00:00', 'UTC', '01TA1230525', ' MAYFAIR CAR SERVICE LTD METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4060, 23, '2025-05-15 12:00:00', 'UTC', '01TA1381525', ' GRAJCEVCI, Frymezim METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4061, 23, '2025-05-15 12:00:00', 'UTC', '01TK2894024', ' TAMASA, Andrew METPF Trial Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4062, 23, '2025-05-15 12:00:00', 'UTC', '01MD1071325', ' ZANGUI, Manuel CPS-LS Mention - All Assault by beating Parties to Attend Assault a person thereby occasioning them actual bodily harm Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4063, 23, '2025-05-15 12:00:00', 'UTC', '01ZT1055825', ' SELMAN, Roger CPS-LS Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Assault by beating ', 0), (4064, 23, '2025-05-15 12:00:00', 'UTC', '01LX1162725', ' GREEN, Jack CPS-LS Mention Theft from the person of another Drive whilst disqualified Breach criminal behaviour order Aggravated vehicle taking - (driver did not take) and property damage under £5000 ', 1), (4065, 33, '2025-05-15 12:00:00', 'UTC', '04ZL2805924', ' HONEYMAN, Thomas CPS-NW Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin Assault by beating ', 0), (4066, 33, '2025-05-15 12:00:00', 'UTC', '35NT2081724', ' HONEYMAN, Thomas CPS-EEE Mention Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating Burglary other than dwelling - theft Drunk and disorderly in a public place ', 0), (4067, 33, '2025-05-15 12:00:00', 'UTC', '35NT1225025', ' HONEYMAN, Thomas CPS-EEEC Mention Theft from a shop ', 0), (4068, 33, '2025-05-15 12:00:00', 'UTC', '10U60383724', ' HONEYMAN, Thomas CPS-NEN Mention Criminal damage to property valued under £5000 ', 0), (4069, 33, '2025-05-15 12:00:00', 'UTC', '35NT1319025', ' SAQIHEL, Ajmal CPS-EEEC Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4070, 33, '2025-05-15 12:00:00', 'UTC', '42MR1732825', ' WELLING, Lee CPS-EEE Plea Stalking involving serious alarm / distress ', 0), (4071, 33, '2025-05-15 12:00:00', 'UTC', '42MR1675225', ' WELLING, Lee CPS-EEE Plea Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Harassment without violence ', 0), (4072, 33, '2025-05-15 12:00:00', 'UTC', '42MR1687525', ' WELLING, Lee CPS-EEE Plea Threats to kill ', 0), (4073, 45, '2025-05-14 12:00:00', 'UTC', '34NA0105425', ' SIMONDS PENDREIGH, CONNOR CPS-EM Trial Theft from a shop Theft from a shop Theft from a shop ', 0), (4074, 45, '2025-05-14 12:00:00', 'UTC', '34NA1226124', ' TWEEDE, RENAYEO CPS-EM Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4075, 45, '2025-05-14 12:00:00', 'UTC', '34NA1142423', ' KROMIDHA, LEOMIDA CPS-EM Trial Assault by beating ', 0), (4076, 45, '2025-05-14 12:00:00', 'UTC', '34NA1198124', ' GOMORA, ZOLTAN CPS-EM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (4077, 45, '2025-05-14 12:00:00', 'UTC', '34NA0999224', ' NICULAE, STEFAN CPS-EM Sentence Drive motor vehicle when alcohol level above limit Drive a motor vehicle dangerously ', 1), (4078, 45, '2025-05-14 12:00:00', 'UTC', '34NA0125624', ' SEXTON, MARTIN CPS-EM Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (4079, 45, '2025-05-14 12:00:00', 'UTC', '34NA0872124', ' FOLEY, BRENDAN NHAMPF Bail Application Assault by beating of an emergency worker ', 0), (4080, 45, '2025-05-14 12:00:00', 'UTC', '34NA0328425', ' SMITH, MICHAEL CPS-EM Bail Application Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (4081, 85, '2025-05-15 12:00:00', 'UTC', '55CH0388424', ' SMITH, OLIVER CPS-WX Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4082, 85, '2025-05-15 12:00:00', 'UTC', '55DH0033124', ' STONES, JASON CPS-WX Trial Fail to provide specimen for analysis - vehicle driver ', 1), (4083, 85, '2025-05-15 12:00:00', 'UTC', '55CH0482924', ' DANIEL, LUKE CPS-WX Trial Assault by beating ', 0), (4084, 85, '2025-05-15 12:00:00', 'UTC', '55DH0080425', ' HABTU, MERON CPS-WX Trial Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4085, 85, '2025-05-15 12:00:00', 'UTC', '55DH0175024', ' HANSFORD, HARDY CPS-WX Mention & Fix In charge of motor vehicle - alcohol level above limit ', 1), (4086, 85, '2025-05-15 12:00:00', 'UTC', '55CH0086424', ' SNELL, Conner CPS-WX Trial Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4087, 85, '2025-05-15 12:00:00', 'UTC', '55CH0068525', ' KERR, CONNOR CPS-WX Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4088, 85, '2025-05-15 12:00:00', 'UTC', '43SW0298824', ' KERR, CONNOR CPS-WX Sentence Criminal damage to property valued under £5000 ', 0), (4089, 69, '2025-05-15 12:00:00', 'UTC', '01WW1331124', ' GREEN, Richard CPS-LS Trial Assault by beating Assault by beating ', 0), (4090, 69, '2025-05-15 12:00:00', 'UTC', '93JD0044725', ' LAWSON, MICHAEL CPS-WM Trial Drive motor vehicle when alcohol level above limit ', 1), (4091, 69, '2025-05-15 12:00:00', 'UTC', '01WW1404524', ' QUINN, Chanel CPS-LS Trial Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4092, 69, '2025-05-15 12:00:00', 'UTC', '01VW1139824', ' MAYHEW, Dylan CPS-LS Trial Drive whilst disqualified Assault by beating ', 0), (4093, 69, '2025-05-15 12:00:00', 'UTC', '01VK1083625', ' LETFORD, Stuart CPS-LS Sentence Stalking involving serious alarm / distress ', 0), (4094, 69, '2025-05-15 12:00:00', 'UTC', '01TA1180025', ' MOZAMMEL, Adel METPF Further Case Use a motor vehicle on a road / public place Management without third party insurance ', 1), (4095, 69, '2025-05-15 12:00:00', 'UTC', '01WW1355824', ' BARTON, Javon CPS-LS Plea Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (4096, 95, '2025-05-14 12:00:00', 'UTC', '01KD1128725', ' RIXON, Alison CPS-LN First hearing Theft from a shop Theft from a shop ALLEN, Scott Theft from a shop ', 0), (4097, 95, '2025-05-14 12:00:00', 'UTC', '01KG1157125', ' BACIU, Nicoleta CPS-LN First hearing Destroy / damage property of a value unknown Vehicle interference - motor vehicle ', 1), (4098, 96, '2025-05-15 12:00:00', 'UTC', '14XB1069625', ' MARTIN, Rachel CPS-YH Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4099, 96, '2025-05-15 12:00:00', 'UTC', '14XB1100425', ' WARDLE, Billy CPS-YH Sentence Theft from a shop Theft from a shop Common assault Burglary other than dwelling - theft Theft from a shop ', 0), (4100, 96, '2025-05-15 12:00:00', 'UTC', '14XN1021325', ' WARDLE, Billy CPS-YH Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4101, 96, '2025-05-15 12:00:00', 'UTC', '14XN1021225', ' WARDLE, Billy CPS-YH Sentence Harassment - breach of a restraining order on conviction ', 0), (4102, 96, '2025-05-15 12:00:00', 'UTC', '14XB1254624', ' OSBOURNE, Daniel CPS-YH Sentence Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class B - Ketamine ', 0), (4103, 96, '2025-05-15 12:00:00', 'UTC', '14XB1076025', ' THOMPSON, Darren CPS-YH Sentence Drive motor vehicle when alcohol level above limit Drive whilst disqualified ', 1), (4104, 96, '2025-05-15 12:00:00', 'UTC', '14XD1008325', ' MARS, Johnathan CPS-YH Sentence Burglary other than dwelling - theft ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (4105, 96, '2025-05-15 12:00:00', 'UTC', '14XB1099225', ' MARS, Jonathan CPS-YH Sentence Theft from a meter / automatic machine ', 0), (4106, 96, '2025-05-15 12:00:00', 'UTC', '14XC1274024', ' DAVID, Thomas CPS-YH Sentence Racially / religiously aggravated common assault / beating ', 0), (4107, 6, '2025-05-15 12:00:00', 'UTC', '01TK1973725', ' SHILLABEER, James METPF Plea Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (4108, 6, '2025-05-15 12:00:00', 'UTC', '01TJ1138325', ' CHIPPERFIELD, John METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4109, 6, '2025-05-15 12:00:00', 'UTC', '01TJ1156425', ' GIAHOLARIS, Teo METPF First hearing Use a motor vehicle on a road / public place without third party insurance ', 1), (4110, 6, '2025-05-15 12:00:00', 'UTC', '01TJ1145025', ' AYIM, Samuel METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4111, 6, '2025-05-15 12:00:00', 'UTC', '01TK5327124', ' STRAUSS, Jacques METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4112, 6, '2025-05-15 12:00:00', 'UTC', '01TJ1144325', ' GRAY, Winsome METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details Driver of a vehicle involved in a road accident fail to report that accident Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4113, 6, '2025-05-15 12:00:00', 'UTC', '01TJ1106625', ' OGUNGBO, Mohammed METPF First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4114, 6, '2025-05-15 12:00:00', 'UTC', '01TA4521624', ' MEHDI, Yaghobi METPF Plea Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in ', 1), (4115, 75, '2025-05-15 12:00:00', 'UTC', '50AC0493624', ' HARBOUR, LAWRENCE CPS-SW Trial Drive motor vehicle when alcohol level above limit ', 1), (4116, 75, '2025-05-15 12:00:00', 'UTC', '50AC0605523', ' SEAGROVE, DERYN CPS-SW Trial Wound / inflict grievous bodily harm without intent ', 0), (4117, 75, '2025-05-15 12:00:00', 'UTC', '50AC0003424', ' MCLEAN, BARRY CPS-SW Pre-Trial Review Assault by beating ', 0), (4118, 75, '2025-05-15 12:00:00', 'UTC', '50AC0176325', ' DOUGHTY, JASMINE CPS-SW Mention Theft from a shop Theft from a shop ', 0), (4119, 75, '2025-05-15 12:00:00', 'UTC', '93JD1224424', ' DEL-MONICO, KYLE CPS-WM First hearing Assault by beating Criminal damage to property valued under £5000 ', 0), (4120, 75, '2025-05-15 12:00:00', 'UTC', '50OF0014724', ' TANGYE, HARRY DVCPF Plea Harassment without violence ', 0), (4121, 75, '2025-05-15 12:00:00', 'UTC', '50AC0412424', ' SMITH, MARTIN CPS-SW Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4122, 75, '2025-05-15 12:00:00', 'UTC', '50AC0156825', ' SMITH, MARTIN CPS-SW Mention Persistently make use of public communication network to cause annoyance / inconvenience / anxiety ', 0), (4123, 75, '2025-05-15 12:00:00', 'UTC', '50AC0021624', ' LENTON, NICHOLAS CPS-SW Plea Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (4124, 75, '2025-05-15 12:00:00', 'UTC', '50AC0562524', ' WIGNESWARAN, TANUJA CPS-SW First hearing ', 0), (4125, 76, '2025-05-15 12:00:00', 'UTC', '06A20004125', ' BEECH, Daniel CPS-NW Mention Theft from a shop ', 0), (4126, 76, '2025-05-15 12:00:00', 'UTC', '06QQ0186925', ' FENNELL, Leon CPS-NW Hearing Drive a motor vehicle dangerously Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (4127, 76, '2025-05-15 12:00:00', 'UTC', '06LL0137525', ' EVANS, ANDREW CPS-NW Mention Stalking involving serious alarm / distress ', 0), (4128, 76, '2025-05-15 12:00:00', 'UTC', '06LL0137825', ' COONEY, Alan CPS-NW Mention Assault by beating Harassment - breach of a restraining order on conviction ', 0), (4129, 76, '2025-05-15 12:00:00', 'UTC', '06JJ0576224', ' POMFRET, Guy CPS-NW Mention Attempt theft from shop Assault by beating ', 0), (4130, 76, '2025-05-15 12:00:00', 'UTC', '06KK0295625', ' ABDI, Muridi CPS-NW Bail Application Intentional strangulation Common assault ', 0), (4131, 76, '2025-05-15 12:00:00', 'UTC', '06A20253425', ' ASHAMI, Badawi CPS-NW Sentence Theft from a shop Assault by beating Assault by beating ', 0), (4132, 76, '2025-05-15 12:00:00', 'UTC', '06A20195925', ' ELFATEH ASHAMI, BADAWI CPS-NW Sentence Drunk and disorderly in a public place ', 0), (4133, 76, '2025-05-15 12:00:00', 'UTC', '06A30152625', ' VALENTINE, KYLE CPS-NW Mention Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (4134, 10, '2025-05-15 12:00:00', 'UTC', '47CC0684425', ' MARSHALL, DANIEL CPS-SE Mention & Fix ', 0), (4135, 10, '2025-05-15 12:00:00', 'UTC', '47EH1102625', ' KUBA, TOMASZ SSXPF First hearing ', 0), (4136, 10, '2025-05-15 12:00:00', 'UTC', '47EE1105225', ' PETTIT, SCOTT CPS-SE First hearing ', 0), (4137, 10, '2025-05-15 12:00:00', 'UTC', '47EH1102925', ' KUBA, TOMASZ CPS-SE First hearing ', 0), (4138, 10, '2025-05-15 12:00:00', 'UTC', '47CC0991225', ' MATTHEWS, PATRICK CPS-SE First hearing ', 0), (4139, 10, '2025-05-15 12:00:00', 'UTC', '47WC1991924', ' ARMAH-WHITE, COBI CPS-SE Plea ', 0), (4140, 10, '2025-05-15 12:00:00', 'UTC', '47EE0117025', ' VAUGHAN, SCOTT CPS-SE Sentence ', 0), (4141, 17, '2025-05-15 12:00:00', 'UTC', '03NN0234625', ' ', 0), (4142, 17, '2025-05-15 12:00:00', 'UTC', '03NN0246625', ' ', 0), (4143, 17, '2025-05-15 12:00:00', 'UTC', '03NN0270125', ' ', 0), (4144, 17, '2025-05-15 12:00:00', 'UTC', '03NN0245325', ' ', 0), (4145, 17, '2025-05-15 12:00:00', 'UTC', '03NN0282125', ' ', 0), (4146, 17, '2025-05-15 12:00:00', 'UTC', '03NN0296725', ' ', 0), (4147, 17, '2025-05-15 12:00:00', 'UTC', '03NN0256125', ' ', 0), (4148, 78, '2025-05-15 12:00:00', 'UTC', '07WZ0126225', ' RUSSELL, BERTRAM CPS-MC Plea Assault by beating ', 0), (4149, 78, '2025-05-15 12:00:00', 'UTC', '07WZ0261125', ' MILNER, JAMES CPS-MC Sentence Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (4150, 78, '2025-05-15 12:00:00', 'UTC', '07NZ0465425', ' MCCARTEN, TINA CPS-MC Mention & Fix Drunk and disorderly in a public place Criminal damage to property valued under £5000 Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4151, 78, '2025-05-15 12:00:00', 'UTC', '07NZ0233625', ' MCCARTEN, TINA CPS-MC Mention & Fix Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4152, 78, '2025-05-15 12:00:00', 'UTC', '07WZ1105724', ' WALKER, TERRY CPS-MC Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (4153, 78, '2025-05-15 12:00:00', 'UTC', '07WZ0373425', ' CRAWFORD, GEORGE CPS-MC Sentence Fail to provide specimen for analysis - vehicle driver Driver of a vehicle fail to stop after a road accident ', 1), (4154, 78, '2025-05-15 12:00:00', 'UTC', '07WZ1854124', ' FORREST, ALEXANDER CPS-MC Trial Drive motor vehicle when alcohol level above limit ', 1), (4155, 78, '2025-05-15 12:00:00', 'UTC', '07WZ0955624', ' WILLIAMS, JOSH CPS-MC Trial Assault by beating of an emergency worker ', 0), (4156, 107, '2025-05-15 12:00:00', 'UTC', '01CW1181225', ' SOWERBY, Matthew CPS-LS Trial Criminal damage to property valued under £5000 Assault by beating ', 0), (4157, 107, '2025-05-15 12:00:00', 'UTC', '01RP1011325', ' WILSON-IDOWU, Gbolahan CPS-LS Trial - no Accept private hire booking while not holder of witnesses PHV operators licence - London Use a motor vehicle on a road / public place without third party insurance ', 1), (4158, 107, '2025-05-15 12:00:00', 'UTC', '93JD0593224', ' CLEGG, STEVEN CPS-LS Trial Criminal damage to property valued under £5000 ', 0), (4159, 107, '2025-05-15 12:00:00', 'UTC', '01TA1665925', ' DOS SANTOS LYRA MARTINS, Michel METPF Sentence Speeding - exceed 20 mph - Local Order - manned equipment ', 0), (4160, 23, '2025-05-15 12:00:00', 'UTC', '01TA2792724', ' LARBI, Omar METPF Trial ', 0), (4161, 23, '2025-05-15 12:00:00', 'UTC', '01LX1145425', ' FINNERTY, Daniel CPS-LS Sentence ', 0), (4162, 23, '2025-05-15 12:00:00', 'UTC', '01MD1113425', ' PRIGENT, Nigel CPS-LS Application ', 0), (4163, 23, '2025-05-15 12:00:00', 'UTC', '01LX1213525', ' GILMOUR, Angel CPS-LS First hearing ', 0), (4164, 23, '2025-05-15 12:00:00', 'UTC', '01LX1214325', ' ARMSTRONG, Stephen CPS-LS First hearing ', 0), (4165, 23, '2025-05-15 12:00:00', 'UTC', '01LX1108025', ' WILSON, Terrell CPS-LS First hearing ', 0), (4166, 23, '2025-05-15 12:00:00', 'UTC', '01LX1214625', ' WILSON, Terrell CPS-LS First hearing ', 0), (4167, 97, '2025-05-15 12:00:00', 'UTC', '61SC1607624', ' SIMPSON, JANE GWTPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4168, 97, '2025-05-15 12:00:00', 'UTC', '61US0326824', ' EVANS, WILLIAM GWTPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4169, 97, '2025-05-15 12:00:00', 'UTC', '61SC1133624', ' HAWKESFORD, LESLIE GWTPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4170, 97, '2025-05-15 12:00:00', 'UTC', '61SC1236724', ' THOMAS, ALISON GWTPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4171, 97, '2025-05-15 12:00:00', 'UTC', '61SC0397825', ' MORGAN, DAFYDD GWTPF Mention Exceed 50 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (4172, 108, '2025-05-15 12:00:00', 'UTC', '50DE0016725', ' STAINER, REECE CPS-SW Sentence Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (4173, 108, '2025-05-15 12:00:00', 'UTC', '50DE0621424', ' Defendant CPS-SW Sentence Assault by beating Press/Publication restrictions apply to this case ', 0), (4174, 108, '2025-05-15 12:00:00', 'UTC', '93JD1231624', ' Defendant BTP First hearing Sexual assault on a female Travel on railway without paying fare Press/Publication restrictions apply to this case ', 0), (4175, 108, '2025-05-15 12:00:00', 'UTC', '93JD1393124', ' Defendant CPS-WM Plea Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Press/Publication restrictions apply to this case ', 0), (4176, 108, '2025-05-15 12:00:00', 'UTC', '50DE0847924', ' LEWIS, HAYDON CPS-SW First hearing Drive a motor vehicle dangerously Fail to stop vehicle when directed by PC / traffic warden / traffic officer / CSO engaged in regulation of road traffic Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4177, 108, '2025-05-15 12:00:00', 'UTC', '50TP0055225', ' POTTER, ANDREW CPS-SW Sentence Exceed a 30 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4178, 108, '2025-05-15 12:00:00', 'UTC', '50DE0802424', ' WATERMAN, HARRY CPS-SW Sentence Obstruct / resist a constable in execution of duty Assault by beating Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Common assault of an emergency worker ', 0), (4179, 98, '2025-05-15 12:00:00', 'UTC', '12NY0352925', ' KHIZER, MOHAMMAD CPS-YH Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4180, 98, '2025-05-15 12:00:00', 'UTC', '12NY1536724', ' BURRILL, MARK CPS-YH First hearing In charge of vehicle whilst unfit through drink ', 1), (4181, 98, '2025-05-15 12:00:00', 'UTC', '12NY0529025', ' RYDER, SAM CPS-YH First hearing Drive motor vehicle when alcohol level above limit ', 1), (4182, 98, '2025-05-15 12:00:00', 'UTC', '12NY0375225', ' MUDHAR, RANDEEP CPS-YH First hearing Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Fail to provide specimen for analysis - vehicle driver ', 1), (4183, 98, '2025-05-15 12:00:00', 'UTC', '12NY0539925', ' JOHNSON, DEL CPS-YH First hearing Theft from a shop ', 0), (4184, 98, '2025-05-15 12:00:00', 'UTC', '12NY0525725', ' MAHETA, JAY CPS-YH First hearing Drive a motor vehicle dangerously ', 1), (4185, 98, '2025-05-15 12:00:00', 'UTC', '12NY1261524', ' NASH, REAGAN NYPF First hearing Racially / religiously aggravated common assault / beating Theft from a shop ', 0), (4186, 98, '2025-05-15 12:00:00', 'UTC', '12NY0515025', ' CZERNIK, MAX CPS-YH First hearing Drive motor vehicle when alcohol level above limit ', 1), (4187, 98, '2025-05-15 12:00:00', 'UTC', '12NY0544825', ' KEILLAR, RYAN CPS-YH First hearing Common assault of an emergency worker Common assault of an emergency worker ', 0), (4188, 30, '2025-05-15 12:00:00', 'UTC', '63CH0070825', ' CAMP, STEVEN CPS-CYSW Mention Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4189, 109, '2025-05-15 12:00:00', 'UTC', '43TX0481824', ' Courtroom 04 14:00 ', 0), (4190, 109, '2025-05-15 12:00:00', 'UTC', '43SS0639324', ' Courtroom 02 10:00 ', 0), (4191, 109, '2025-05-15 12:00:00', 'UTC', '43SS0648324', ' Courtroom 02 10:00 ', 0), (4192, 109, '2025-05-15 12:00:00', 'UTC', '43TX0481124', ' Courtroom 04 14:00 ', 0), (4193, 109, '2025-05-15 12:00:00', 'UTC', '43TX0007925', ' Courtroom 04 14:00 ', 0), (4194, 109, '2025-05-15 12:00:00', 'UTC', '43SW0733224', ' Courtroom 04 14:00 ', 0), (4195, 109, '2025-05-15 12:00:00', 'UTC', '43TX0020925', ' Courtroom 04 14:00 ', 0), (4196, 109, '2025-05-15 12:00:00', 'UTC', '43SW0248225', ' Courtroom 04 10:00 ', 0), (4197, 109, '2025-05-15 12:00:00', 'UTC', '43SW0354424', ' Courtroom 01 10:00 ', 0), (4198, 109, '2025-05-15 12:00:00', 'UTC', '43SS0221625', ' Courtroom 02 14:00 ', 0), (4199, 109, '2025-05-15 12:00:00', 'UTC', '43SU2018724', ' Courtroom 04 14:00 ', 0), (4200, 109, '2025-05-15 12:00:00', 'UTC', '43SU1500424', ' Courtroom 02 14:00 ', 0), (4201, 110, '2025-05-15 12:00:00', 'UTC', '16XP0810425', ' MIDGLEY, DAVID CPS-YH Sentence Stalking without fear / alarm / distress Criminal damage to property valued under £5000 Assault by beating Criminal damage to property valued under £5000 ', 0), (4202, 110, '2025-05-15 12:00:00', 'UTC', '16XP2454524', ' MUKADIRA, LYELL CPS-YH Mention Sexual assault on a female Sexual assault on a female Obstruct / resist a constable in execution of duty Press/Publication restrictions apply to this case ', 0), (4203, 110, '2025-05-15 12:00:00', 'UTC', '16XP2433524', ' JENNINGS, KIRSTY CPS-YH Plea Drunk and disorderly in a public place Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4204, 110, '2025-05-15 12:00:00', 'UTC', '16XP0904925', ' MUKAMBA, CELESTIN HUMPF Bail Application Criminal damage to property valued under £5000 ', 0), (4205, 110, '2025-05-15 12:00:00', 'UTC', '16XP2359124', ' DRIVER, DAMIAN CPS-YH First hearing Section 18 - grievous bodily harm with intent ', 0), (4206, 110, '2025-05-15 12:00:00', 'UTC', '16XP0084625', ' PARKINS, GERARD CPS-YH First hearing Without authority possess inside a prison an item specified in section 40D(3B) ', 0), (4207, 110, '2025-05-15 12:00:00', 'UTC', '16XP0269825', ' TRAVES, DANIEL CPS-YH First hearing Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4208, 110, '2025-05-15 12:00:00', 'UTC', '16XP0208725', ' TRAVES, DANIEL CPS-YH First hearing Theft from a shop ', 0), (4209, 110, '2025-05-15 12:00:00', 'UTC', '16XP2396824', ' PIZER, TYLER CPS-YH First hearing ', 0), (4210, 38, '2025-05-15 12:00:00', 'UTC', '33JJ0817625', ' AILMORE, JAMES LEIPF Hearing Theft from a shop Theft from a shop ', 0), (4211, 43, '2025-05-15 12:00:00', 'UTC', '31CF1118324', ' MAXWELL, LUKE CPS-EM First hearing Cause administer poison / noxious thing with intent to injure / aggrieve / annoy ', 0), (4212, 43, '2025-05-15 12:00:00', 'UTC', '31CF0495025', ' SMITH, JASON CPS-EM Mention Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Assault a person thereby occasioning them actual bodily harm ', 0), (4213, 43, '2025-05-15 12:00:00', 'UTC', '31CF0074925', ' JONES, DANIEL CPS-EM Plea Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4214, 43, '2025-05-15 12:00:00', 'UTC', '31CF0513125', ' SIDDON, LUKE CPS-EM Plea Harassment - breach of a restraining order after acquittal Harassment - breach of a restraining order after acquittal ', 0), (4215, 43, '2025-05-15 12:00:00', 'UTC', '31CF0610425', ' LUKOWIAK, MARCIN CPS-EM First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4216, 43, '2025-05-15 12:00:00', 'UTC', '31CF0516525', ' DANCY, JASON CPS-EM First hearing Possess an offensive weapon in a public place HALAREVICZ, MIHAI Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4217, 43, '2025-05-15 12:00:00', 'UTC', '31CF0613625', ' HEATH, MARTIN CPS-EM First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4218, 116, '2025-05-15 12:00:00', 'UTC', '43SS0507224', ' Courtroom 04 10:00 ', 0), (4219, 116, '2025-05-15 12:00:00', 'UTC', '43SS0264825', ' Courtroom 04 14:00 ', 0), (4220, 116, '2025-05-15 12:00:00', 'UTC', '43SS0411824', ' Courtroom 04 14:00 ', 0), (4221, 116, '2025-05-15 12:00:00', 'UTC', '43SS0275225', ' Courtroom 04 10:00 ', 0), (4222, 116, '2025-05-15 12:00:00', 'UTC', '43SS0615524', ' Courtroom 04 10:00 ', 0), (4223, 116, '2025-05-15 12:00:00', 'UTC', '01RG1113025', ' Courtroom 04 10:00 ', 0), (4224, 116, '2025-05-15 12:00:00', 'UTC', '43SS0447524', ' Courtroom 04 10:00 ', 0), (4225, 116, '2025-05-15 12:00:00', 'UTC', '43SS0226825', ' Courtroom 04 14:00 ', 0), (4226, 116, '2025-05-15 12:00:00', 'UTC', '43SS0261825', ' Courtroom 04 10:00 ', 0), (4227, 116, '2025-05-15 12:00:00', 'UTC', '43SS0471024', ' Courtroom 04 10:00 ', 0), (4228, 116, '2025-05-15 12:00:00', 'UTC', '43SS0089725', ' Courtroom 04 10:00 ', 0), (4229, 116, '2025-05-15 12:00:00', 'UTC', '43SS0624224', ' Courtroom 04 10:00 ', 0), (4230, 120, '2025-05-14 12:00:00', 'UTC', '11DD0388424', ' BOLTON, Elizabeth CPS-NECD Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4231, 120, '2025-05-14 12:00:00', 'UTC', '11WW0259324', ' RICHARDSON, Stephen William CPS-NECD Sentence Harassment without violence Criminal damage to property valued under £5000 Threat to damage / destroy property ', 0), (4232, 120, '2025-05-14 12:00:00', 'UTC', '11DD0230824', ' SPERRING, Kerry CPS-NECD Hearing Criminal damage to property valued under £5000 ', 0), (4233, 120, '2025-05-14 12:00:00', 'UTC', '11WW0118225', ' HUTTON, Kieron CPS-NECD First hearing Theft from a shop ', 0), (4234, 120, '2025-05-14 12:00:00', 'UTC', '10U40468824', ' SPERRING, Kerry CPS-NEN Hearing Assault by beating of an emergency worker Drunk and disorderly in a public place Fail to surrender to police / court bail at the appointed time Fail to surrender to police / court bail at the appointed time Fail to answer to court / police bail as soon as practicable Fail to answer to court / police bail as soon as practicable ', 0), (4235, 120, '2025-05-14 12:00:00', 'UTC', '11WW0090125', ' GRAHAM, Louise CPS-NECD First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (4236, 120, '2025-05-14 12:00:00', 'UTC', '11WW0119225', ' ATKINSON, Sean CPS-NECD First hearing Section 18 - wounding with intent ', 0), (4237, 120, '2025-05-14 12:00:00', 'UTC', '11SS0006025', ' COLTMAN, Ralph CPS-NECD Hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (4238, 45, '2025-05-15 12:00:00', 'UTC', '34NA0808824', ' TURNER, JOSH CPS-EM Trial Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4239, 45, '2025-05-15 12:00:00', 'UTC', '34NA0999124', ' LACEY, ARRON CPS-EM Trial Arson ', 0), (4240, 46, '2025-05-15 12:00:00', 'UTC', '31CF0558925', ' RADFORD, Paul CPS-EM Plea and Trial Drive whilst disqualified Preparation Use a motor vehicle on a road / public place without third party insurance ', 1), (4241, 46, '2025-05-15 12:00:00', 'UTC', '31CF0960524', ' AIEAMSAARD, SUKANYA CPS-EM Trial Assault by beating ', 0), (4242, 46, '2025-05-15 12:00:00', 'UTC', '31CF1961624', ' MORGAN, ALEXANDER CPS-EM Trial Theft from a shop Theft from a shop Possess a controlled drug of Class A - Crack Cocaine Theft from a shop Theft from a shop Theft from a shop ', 0), (4243, 46, '2025-05-15 12:00:00', 'UTC', '31CF0590825', ' MORGAN, ALEXANDER CPS-EM Trial Theft from a shop Theft from a shop Theft from a shop Theft from a shop Criminal damage to property valued under £5000 ', 0), (4244, 46, '2025-05-15 12:00:00', 'UTC', '31CF0294525', ' BUTTON, JEANA CPS-EM Trial - no Drive whilst disqualified witnesses Use a motor vehicle on a road / public place without third party insurance ', 1), (4245, 46, '2025-05-15 12:00:00', 'UTC', '31CF0864824', ' ASHFORTH, JAMIE CPS-EM Trial Threat to damage / destroy property Harassment without violence Threaten to share photograph or film of person in intimate state ', 0), (4246, 122, '2025-05-15 12:00:00', 'UTC', '43SP0546924', ' Courtroom 03 10:00 ', 0), (4247, 122, '2025-05-15 12:00:00', 'UTC', '43SP0027125', ' Courtroom 03 11:00 ', 0), (4248, 122, '2025-05-15 12:00:00', 'UTC', '43SP0573024', ' Courtroom 02 14:00 ', 0), (4249, 122, '2025-05-15 12:00:00', 'UTC', '43SP0467924', ' Courtroom 02 14:00 ', 0), (4250, 122, '2025-05-15 12:00:00', 'UTC', '93JD0105125', ' Courtroom 04 10:00 ', 0), (4251, 122, '2025-05-15 12:00:00', 'UTC', '43SP0186825', ' Courtroom 03 11:00 ', 0), (4252, 122, '2025-05-15 12:00:00', 'UTC', '43SP0184325', ' Courtroom 03 10:00 ', 0), (4253, 122, '2025-05-15 12:00:00', 'UTC', '43SP0183125', ' Courtroom 03 10:00 ', 0), (4254, 122, '2025-05-15 12:00:00', 'UTC', '43SP0183225', ' Courtroom 03 10:00 ', 0), (4255, 122, '2025-05-15 12:00:00', 'UTC', '43SP0371823', ' Courtroom 02 14:00 ', 0), (4256, 122, '2025-05-15 12:00:00', 'UTC', '43SP0107025', ' Courtroom 03 14:00 ', 0), (4257, 122, '2025-05-15 12:00:00', 'UTC', '43SP0365324', ' Courtroom 04 14:00 ', 0), (4258, 47, '2025-05-15 12:00:00', 'UTC', '35CT1441524', ' SCOTT, Lancelot CAMPF Trial Use a motor vehicle on a road / public place without third party insurance Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4259, 47, '2025-05-15 12:00:00', 'UTC', '35NT2052424', ' GALIS, Horia CPS-EEEC Trial In charge of motor vehicle - alcohol level above limit ', 1), (4260, 47, '2025-05-15 12:00:00', 'UTC', '35NT1743024', ' ALI, Imran CPS-EEEC Trial Criminal damage to property valued under £5000 ', 0), (4261, 47, '2025-05-15 12:00:00', 'UTC', '35NT1638524', ' BELL, Roy CPS-EEEC Trial Harassment without violence ', 0), (4262, 48, '2025-05-15 12:00:00', 'UTC', '50EL0266624', ' CRAIGE, JORDAN CPS-SW Sentence Assault by beating Assault by beating of an emergency worker ', 0), (4263, 48, '2025-05-15 12:00:00', 'UTC', '50EL0090625', ' GEBREHIWOT, NAHOM CPS-SW Pre-Trial Review Fail to provide specimen for analysis - vehicle driver ', 1), (4264, 48, '2025-05-15 12:00:00', 'UTC', '50EL0106225', ' NYIKADZINASHE, MARK CPS-SW Pre-Trial Review Drive motor vehicle when alcohol level above limit ', 1), (4265, 48, '2025-05-15 12:00:00', 'UTC', '50EL0444824', ' BRYANT, GAVIN CPS-SW First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4266, 48, '2025-05-15 12:00:00', 'UTC', '50EL0040625', ' CLARKE, JOSHUA CPS-SW First hearing Drive motor vehicle when alcohol level above limit ', 1), (4267, 48, '2025-05-15 12:00:00', 'UTC', '50EL0143825', ' WILSON, KIERAN CPS-SW First hearing Drunk and disorderly in a public place ', 0), (4268, 48, '2025-05-15 12:00:00', 'UTC', '50EL0143125', ' DAVIES, NATHAN CPS-SW First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (4269, 48, '2025-05-15 12:00:00', 'UTC', '50DE0923224', ' HARRISON, SAMUEL CPS-SW Mention - Assault by beating Defendant to Attend ', 0), (4270, 48, '2025-05-15 12:00:00', 'UTC', '50TP1454524', ' PARKIN, DARREN CPS-SW Sentence Exceed 50 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (4271, 48, '2025-05-15 12:00:00', 'UTC', '50TP1345024', ' SPOONER, LUCY CPS-SW Sentence Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4272, 48, '2025-05-15 12:00:00', 'UTC', '50TP1457724', ' BUDGE, CHRISTINA CPS-SW Sentence Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4273, 48, '2025-05-15 12:00:00', 'UTC', '50DE0058725', ' WOODHEAD, PETER CPS-SW Sentence Send letter / communication / article conveying indecent / offensive message ', 0), (4274, 48, '2025-05-15 12:00:00', 'UTC', '50EL7105922', ' YEARLING, JAMES CPS-SW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (4275, 49, '2025-05-15 12:00:00', 'UTC', '44LN0246524', ' PARKER, ANTONIA CPS-WX Sentence Drive motor vehicle when alcohol level above limit Drive whilst disqualified ', 1), (4276, 49, '2025-05-15 12:00:00', 'UTC', '45GD1317723', ' PARKER, ANTONIA CPS-SE Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (4277, 49, '2025-05-15 12:00:00', 'UTC', '44PC0763124', ' CLUETT, TRISTAN CPS-WX Sentence Assault by beating ', 0), (4278, 49, '2025-05-15 12:00:00', 'UTC', '44PC0939924', ' THAPA, SANGAM CPS-WX Sentence Drive motor vehicle when alcohol level above limit ', 1), (4279, 49, '2025-05-15 12:00:00', 'UTC', '44PC0058925', ' NEWMAN, DYLAN CPS-WX Sentence Theft from a shop ', 0), (4280, 49, '2025-05-15 12:00:00', 'UTC', '44PC0946824', ' WOOD, DALE CPS-WX Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4281, 49, '2025-05-15 12:00:00', 'UTC', '44PC0240625', ' WALTERS, NICHOLAS CPS-WX Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4282, 49, '2025-05-15 12:00:00', 'UTC', '44PC0049525', ' WALTERS, NICHOLAS CPS-WX Plea Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (4283, 49, '2025-05-15 12:00:00', 'UTC', '44PC1177124', ' WALTERS, NICHOLAS CPS-WX Plea ', 0), (4284, 51, '2025-05-15 12:00:00', 'UTC', '43SS0634424', ' Courtroom 04 10:00 ', 0), (4285, 51, '2025-05-15 12:00:00', 'UTC', '43SW0888424', ' Courtroom 06 14:00 ', 0), (4286, 51, '2025-05-15 12:00:00', 'UTC', '43SW0255424', ' Courtroom 06 10:00 ', 0), (4287, 51, '2025-05-15 12:00:00', 'UTC', '43SW0379024', ' Courtroom 04 10:00 ', 0), (4288, 51, '2025-05-15 12:00:00', 'UTC', '43SW0036525', ' Courtroom 01 10:00 ', 0), (4289, 51, '2025-05-15 12:00:00', 'UTC', '43SU0417724', ' Courtroom 04 11:00 ', 0), (4290, 51, '2025-05-15 12:00:00', 'UTC', '43SW0888624', ' Courtroom 06 14:00 ', 0), (4291, 51, '2025-05-15 12:00:00', 'UTC', '43SW0231725', ' Courtroom 01 10:00 ', 0), (4292, 51, '2025-05-15 12:00:00', 'UTC', '43SW0219025', ' Courtroom 01 10:00 ', 0), (4293, 51, '2025-05-15 12:00:00', 'UTC', '43SW0193425', ' Courtroom 04 10:00 ', 0), (4294, 51, '2025-05-15 12:00:00', 'UTC', '43SW0865024', ' Courtroom 04 10:00 ', 0), (4295, 51, '2025-05-15 12:00:00', 'UTC', '43SW0006425', ' Courtroom 04 10:00 ', 0), (4296, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0144121', ' FARZADNIK, Masoud CPS-NW Plea Offender 18 or over attempt to cause a child aged 13 to 15 to watch / look at an image of sexual activity Adult attempt to engage in sexual communication with a child Adult attempt to engage in sexual communication with a child Offender 18 or over attempt to cause a child aged 13 to 15 to watch / look at an image of sexual activity Press/Publication restrictions apply to this case ', 0), (4297, 59, '2025-05-15 12:00:00', 'UTC', '06JJ0139225', ' MAYO, Geoffrey CPS-NW First hearing Harassment - breach of a restraining order on conviction Harassment without violence ', 0), (4298, 88, '2025-05-15 12:00:00', 'UTC', '62WN0261325', ' JONES, DAFFYD CPS-CYSW Sentence Aggravated vehicle taking - ( initial taker ) and property damage £5000 or over Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4299, 88, '2025-05-15 12:00:00', 'UTC', '62WN0276725', ' JONES, DAFFYD CPS-CYSW Sentence Theft from the person of another ', 0), (4300, 88, '2025-05-15 12:00:00', 'UTC', '62WN0281325', ' MILLER, ANTHONY CPS-CYSW Sentence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (4301, 88, '2025-05-15 12:00:00', 'UTC', '62WN0183425', ' RICHARDS, ANTHONY CPS-CYSW Sentence Theft from a shop Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (4302, 88, '2025-05-15 12:00:00', 'UTC', '62SC1928624', ' BISHOP, KEITH SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4303, 88, '2025-05-15 12:00:00', 'UTC', '62SC0108125', ' GRIFFITHS, DENNIS SWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - manned equipment ', 0), (4304, 88, '2025-05-15 12:00:00', 'UTC', '62CL0868923', ' THOMAS, DYLAN THOMAS Mention Application within criminal proceedings ', 0), (4305, 60, '2025-05-14 12:00:00', 'UTC', '54ED0252825', ' STACEY, DANIEL WILSPF First hearing Burglary dwelling and theft - no violence Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4306, 60, '2025-05-14 12:00:00', 'UTC', '54DD0208625', ' EMMITT, RONALD CPS-WX First hearing Breach sexual harm prevention order Breach sexual harm prevention order ', 0), (4307, 91, '2025-05-14 12:00:00', 'UTC', '01HT1035525', ' RAHMAN, Elkas CPS-LN Plea Possess a controlled drug of Class A - Crack Cocaine ', 0), (4308, 91, '2025-05-14 12:00:00', 'UTC', '01JC1124725', ' TOMLINSON, Aldrin CPS-LN Review Section 18 - wounding with intent Threats to kill ', 0), (4309, 91, '2025-05-14 12:00:00', 'UTC', '01HT1221325', ' LADAMUTH, Revanth CPS-LN First hearing Assault by beating ', 0), (4310, 63, '2025-05-15 12:00:00', 'UTC', '50AC0081825', ' ROBINSON, SHANNON Truro Review Magistrates' Court ', 0), (4311, 63, '2025-05-15 12:00:00', 'UTC', '50AC0139225', ' Davies, KRISTINA CPS-SW Mention & Fix Fail to provide specimen for analysis - vehicle driver ', 1), (4312, 63, '2025-05-15 12:00:00', 'UTC', '50AC0173025', ' HALLAM, JAMIE CPS-SW Plea Drive motor vehicle when alcohol level above limit ', 1), (4313, 63, '2025-05-15 12:00:00', 'UTC', '50AC0085125', ' ROBINSON, SHANNON Truro Review Magistrates' Court ', 0), (4314, 63, '2025-05-15 12:00:00', 'UTC', '50AC0636724', ' MURDOCH, DANIELLE CPS-SW First hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance ', 1), (4315, 63, '2025-05-15 12:00:00', 'UTC', '50AC0151525', ' CAMPBELL, BRANDON CPS-SW Sentence Handle stolen goods Theft - other - including theft by finding ', 0), (4316, 63, '2025-05-15 12:00:00', 'UTC', '50TP0152925', ' FAIRHURST, CHRISTOPHER CPS-SW Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (4317, 63, '2025-05-15 12:00:00', 'UTC', '50AC0197725', ' BRAY, MATTHEW DVCPF First hearing Theft from a shop Theft from a shop ', 0), (4318, 92, '2025-05-14 12:00:00', 'UTC', '01XB1165925', ' ELY, Sean CPS-LN First hearing Possess with intent to supply a controlled drug of Class A - Cocaine Possess an offensive weapon in a public place Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4319, 92, '2025-05-14 12:00:00', 'UTC', '91HQ4696025', ' MOHAMMED, Ikram CPS-LN Plea Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug CAESAR, Tristacio Concerned in the fraudulent evasion of a prohibition on the importation of a class B drug ', 0), (4320, 92, '2025-05-14 12:00:00', 'UTC', '01XH1112125', ' SHERMARKIA, Yasser CPS-LN First hearing Concerned in the supply of crack cocaine Supply a controlled drug of Class A - Crack Cocaine Supply a controlled drug of Class A - Crack Cocaine Concerned in the supply of a controlled drug of Class B - cannabis MCNAMARA, Harrison Concerned in the supply of crack cocaine Possess a controlled drug of Class B - Cannabis / Cannabis Resin Supply a controlled drug of Class A - Crack Cocaine Supply a controlled drug of Class A - Crack Cocaine ', 0), (4321, 92, '2025-05-14 12:00:00', 'UTC', '01XH1143025', ' MANVILLE, Gary CPS-LN Bail Application Attempt to cause / incite a female child aged under 13 to engage in sexual activity - no penetration Attempt to arrange / facilitate the commission of a child sex offence - sexual assault of child Press/Publication restrictions apply to this case ', 0), (4322, 92, '2025-05-14 12:00:00', 'UTC', '01XH1143625', ' ACHARYA, Jaikishen CPS-LN First hearing Drunk and disorderly in a public place Criminal damage to property valued under £5000 ', 0), (4323, 92, '2025-05-14 12:00:00', 'UTC', '01CW1550924', ' CONNERTON, Anthony CPS-LS Hearing ', 0), (4324, 68, '2025-05-15 12:00:00', 'UTC', '01CW1813924', ' DUFFY, Becky CPS-LS Further Case Fail to provide specimen for analysis - vehicle Management driver ', 1), (4325, 68, '2025-05-15 12:00:00', 'UTC', '93JD0312325', ' BORCOI, MARIUS BTP Sentence Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4326, 68, '2025-05-15 12:00:00', 'UTC', '01BS1071525', ' MUSTAPHA, Beniddir CPS-LS Sentence Theft from the person of another ', 0), (4327, 68, '2025-05-15 12:00:00', 'UTC', '01EK1373724', ' GOCKI, Dawid CPS-LN Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Fail to surrender to police / court bail at the appointed time ', 0), (4328, 68, '2025-05-15 12:00:00', 'UTC', '01MP1350923', ' ADAM, Abdullahi CPS-LS Sentence Football spectator failing to comply with banning order - Football Spectators Act 1989 ', 0), (4329, 68, '2025-05-15 12:00:00', 'UTC', '01CW1207825', ' WATERS, Louis CPS-LS Mention Obstruct / resist a constable in execution of duty ', 0), (4330, 68, '2025-05-15 12:00:00', 'UTC', '01CW1272925', ' ALMANASH, Abdulilah CPS-LS Bail Application Attempt theft from shop Attempt theft from shop ', 0), (4331, 68, '2025-05-15 12:00:00', 'UTC', '01MP1232123', ' ADAM, Abdullahi CPS-LS Sentence Football spectator failing to comply with banning order - Football Spectators Act 1989 ', 0), (4332, 68, '2025-05-15 12:00:00', 'UTC', '01MP1053425', ' ADAM, Abdullahi CPS-LS Sentence Football spectator failing to comply with banning order - Football Spectators Act 1989 ', 0), (4333, 94, '2025-05-14 12:00:00', 'UTC', '01QK1175825', ' SCOTT-BROWN, Kieran CPS-LN First hearing Harassment without violence Share photograph or film of person in intimate state intending to cause alarm distress or humiliation ', 0), (4334, 94, '2025-05-14 12:00:00', 'UTC', '01NI1180825', ' WOOLMER, David CPS-LN First hearing Breach a non-molestation order - Family Law Act 1996 ', 0), (4335, 94, '2025-05-14 12:00:00', 'UTC', '01QA1089525', ' PATEL, Suney CPS-LN First hearing Theft from a shop ', 0), (4336, 94, '2025-05-14 12:00:00', 'UTC', '01QA1089825', ' MOHAMED, Yasin CPS-LN First hearing Burglary other than dwelling - theft Burglary other than dwelling with intent to steal Recall to prison after release on licence which is revoked Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test ', 0), (4337, 94, '2025-05-14 12:00:00', 'UTC', '01QK1176225', ' GREEN, Gary CPS-LN First hearing Common assault Assault a person thereby occasioning them actual bodily harm ', 0), (4338, 95, '2025-05-15 12:00:00', 'UTC', '01KG1026425', ' MIHALACHIOAIA, Liviu-gabriel CPS-LN Sentence Assault by beating Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4339, 95, '2025-05-15 12:00:00', 'UTC', '01KD1042425', ' EBRAHIM KHAIL, Abdullah CPS-LN Sentence Assault by beating of an emergency worker EBRAHIMKHAIL, Khalil Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4340, 95, '2025-05-15 12:00:00', 'UTC', '01JI1083825', ' CUMMINS, Alfie CPS-LN Sentence Common assault of an emergency worker ', 0), (4341, 95, '2025-05-15 12:00:00', 'UTC', '01KG1078625', ' MANKEVICIUS, Thomas CPS-LN Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4342, 95, '2025-05-15 12:00:00', 'UTC', '01JI1299024', ' KURCIGANOVS, Aleksejs CPS-LN Sentence Assault by beating ', 0), (4343, 95, '2025-05-15 12:00:00', 'UTC', '01KD1360724', ' JOHNSON, Luca CPS-LN Sentence Racially / religiously aggravated common assault / beating Racially / religiously aggravated common assault / beating ', 0), (4344, 95, '2025-05-15 12:00:00', 'UTC', '01KG1167424', ' MUKITH, Tahmid CPS-LN Sentence Assault by beating of an emergency worker Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Threaten a person with an offensive weapon in a public place ', 0), (4345, 95, '2025-05-15 12:00:00', 'UTC', '01JI1307224', ' HASNATH, Muhammad CPS-LN Sentence Assault by beating ', 0), (4346, 105, '2025-05-15 12:00:00', 'UTC', '03SS0179225', ' WILKINSON, Tony CUMPF First hearing Drunk and disorderly in a public place ', 0), (4347, 105, '2025-05-15 12:00:00', 'UTC', '03SS0180225', ' LANDSBURGH, Connor CUMPF First hearing Fail to comply with requirements of a football restriction order ', 0), (4348, 105, '2025-05-15 12:00:00', 'UTC', '03SS0179725', ' DAGGER, Joseph CUMPF First hearing Drunk and disorderly in a public place ', 0), (4349, 105, '2025-05-15 12:00:00', 'UTC', '03SS0181025', ' DAGGER, Joseph CPS-NW First hearing Drunk and disorderly in a public place ', 0), (4350, 105, '2025-05-15 12:00:00', 'UTC', '03SS0080725', ' MORZECKI, Rafal CPS-NW First hearing Common assault ', 0), (4351, 105, '2025-05-15 12:00:00', 'UTC', '03SS0020825', ' HOLLAND, Matthew CPS-NW Plea Theft from a shop ', 0), (4352, 105, '2025-05-15 12:00:00', 'UTC', '03SS0058125', ' GRAYSHON, Mark CPS-NW Bail Application Wound / inflict grievous bodily harm without intent ', 0), (4353, 105, '2025-05-15 12:00:00', 'UTC', '03SS0200425', ' SMITH, Jake CPS-NW Plea Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (4354, 105, '2025-05-15 12:00:00', 'UTC', '03SS0642922', ' VYZE, Reece CPS-NW Plea Possess a controlled drug of Class A - Crack Cocaine ', 0), (4355, 105, '2025-05-15 12:00:00', 'UTC', '03SS0075025', ' GRANT, Anthony CPS-NW Trial - no witnesses ', 0), (4356, 8, '2025-05-15 12:00:00', 'UTC', '04ZL4257324', ' OLEJNIK, Mariusz CPS-NW Trial Assault a person thereby occasioning them actual bodily harm Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault a person thereby occasioning them actual bodily harm ', 0), (4357, 8, '2025-05-15 12:00:00', 'UTC', '04ZL3608624', ' BOLTON, Scott CPS-NW Trial Stalking without fear / alarm / distress Common assault ', 0), (4358, 8, '2025-05-15 12:00:00', 'UTC', '04ZL1520925', ' SPENCER, Jamie CPS-NW Trial Racially / religiously aggravated common assault / beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4359, 8, '2025-05-15 12:00:00', 'UTC', '04ZL3335224', ' HOWARTH, Kevin CPS-NW Trial Assault by beating Press/Publication restrictions apply to this case ', 0), (4360, 8, '2025-05-15 12:00:00', 'UTC', '04ZL1789125', ' OLEJNIK, Marius CPS-NW Trial Assault by beating ', 0), (4361, 8, '2025-05-15 12:00:00', 'UTC', '21GS1925823', ' BARNACI, REMBO CPS-WM Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4362, 8, '2025-05-15 12:00:00', 'UTC', '04ZL1020425', ' MAUGHAN, Shantelle CPS-NW Further Case Common assault of an emergency worker Management ', 0), (4363, 8, '2025-05-15 12:00:00', 'UTC', '04ZL1466025', ' MOORE, Graham CPS-NW Sentence Arrest by a constable for breaking / likely to break ', 0), (4364, 15, '2025-05-15 12:00:00', 'UTC', '21CL1490924', ' BARANSKI, TOMASZ CPS-WM Trial Assault by beating Possess an offensive weapon in private place ', 0), (4365, 15, '2025-05-15 12:00:00', 'UTC', '21CL0469425', ' MARSH, JULIAN CPS-WM Trial Theft from a shop ', 0), (4366, 15, '2025-05-15 12:00:00', 'UTC', '21CL0511025', ' FISHER, BENJAMIN CPS-WM Trial Going equipped for theft - not motor vehicle Theft from a motor vehicle DAY, ROY Going equipped for theft - not motor vehicle Theft from a motor vehicle ', 1), (4367, 19, '2025-05-16 12:00:00', 'UTC', '53AH0158524', ' BRISLAND, GARY CPS-SW Sentence Assault by beating of an emergency worker BRISLAND, IAN Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place ', 0), (4368, 19, '2025-05-16 12:00:00', 'UTC', '53BH0433024', ' GIBBS, MARTYN CPS-SW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4369, 19, '2025-05-16 12:00:00', 'UTC', '53BH0488024', ' TWYNING, PAUL CPS-SW Plea Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4370, 19, '2025-05-16 12:00:00', 'UTC', '44PC0066424', ' WELLS, JOLENE CPS-WX Sentence Theft - other - including theft by finding ', 0), (4371, 19, '2025-05-16 12:00:00', 'UTC', '53AH0132725', ' VALENTINE, VICTOR CPS-SW Sentence Assault by beating ', 0), (4372, 19, '2025-05-16 12:00:00', 'UTC', '53AH0045825', ' PASQUEL HANDI, NAVODA CPS-SW Mention Fail to provide specimen for analysis - vehicle driver ', 1), (4373, 19, '2025-05-16 12:00:00', 'UTC', '53BH0522724', ' SCAYSBROOK, ROYSTON CPS-SW Mention Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Assault by beating ', 0), (4374, 21, '2025-05-15 12:00:00', 'UTC', '23S51100223', ' CHAND, Sophie CPS-WM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (4375, 21, '2025-05-15 12:00:00', 'UTC', '20CV1013123', ' HOPKINS, Paul CPS-WM Mention Handle stolen goods Burglary dwelling - with intent to steal Burglary dwelling - with intent to steal Handle stolen goods ', 0), (4376, 21, '2025-05-15 12:00:00', 'UTC', '20CV1174625', ' HOPKINS, Paul CPS-WM Mention Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Attempt theft from shop Theft from a shop Theft from a shop Theft from a shop ', 0), (4377, 21, '2025-05-15 12:00:00', 'UTC', '20CV1628523', ' SMITH, Andrew CPS-WM Trial Assault by beating ', 0), (4378, 21, '2025-05-15 12:00:00', 'UTC', '20CV1770324', ' FRENCH, Paul CPS-WM Trial Assault a person thereby occasioning them actual bodily harm Assault by beating of an emergency worker Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4379, 25, '2025-05-16 12:00:00', 'UTC', '20WV1496224', ' HORTON, James Wolverhamp Review ton Magistrates' Court ', 0), (4380, 25, '2025-05-16 12:00:00', 'UTC', '20WV1450824', ' HORTON, James Wolverhamp Review ton Magistrates' Court ', 0), (4381, 25, '2025-05-16 12:00:00', 'UTC', '20WV1491024', ' HORTON, James Wolverhamp Review ton Magistrates' Court ', 0), (4382, 25, '2025-05-16 12:00:00', 'UTC', '20SW1603424', ' WOOD, Nathan Dudley Review Magistrates' Court ', 0), (4383, 25, '2025-05-16 12:00:00', 'UTC', '20WV1452724', ' HORTON, James Wolverhamp Review ton Magistrates' Court ', 0), (4384, 25, '2025-05-16 12:00:00', 'UTC', '32B90429824', ' GORDON, AKIL Application Application to amend the requirements of a community order ', 0), (4385, 25, '2025-05-16 12:00:00', 'UTC', '20WS1078424', ' ENGLAND, Kraig Mention - Defendant to Attend ', 0), (4386, 25, '2025-05-16 12:00:00', 'UTC', '20WV1515124', ' TIMOFEJEF, Alexandros Dudley Mention - Magistrates' Defendant to Court Attend ', 0), (4387, 81, '2025-05-15 12:00:00', 'UTC', '01XB1215824', ' DARZI, Saad CPS-LN Trial Assault by beating DARZI, Mann Assault by beating ', 0), (4388, 81, '2025-05-15 12:00:00', 'UTC', '01XH1143423', ' BURKE, Gary CPS-LN Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (4389, 81, '2025-05-15 12:00:00', 'UTC', '01TA4263524', ' BOCOS CANORA, Javier METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4390, 81, '2025-05-15 12:00:00', 'UTC', '01TA3715924', ' SZELL, David METPF Trial Drive a vehicle when the registration mark fails to conform with regulations Use a motor vehicle on a road without a valid test certificate ', 1), (4391, 81, '2025-05-15 12:00:00', 'UTC', '01TA4106224', ' VAISVILA, Petras METPF Trial Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle / trailer with defective brakes Use a motor vehicle showing a light other than red to the rear ', 1), (4392, 81, '2025-05-15 12:00:00', 'UTC', '01TA3538424', ' BUTTAR, Grudeer METPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4393, 81, '2025-05-15 12:00:00', 'UTC', '01RP1065925', ' KHAN, Qazi CPS-LN Sentence Drive whilst disqualified Use a motor vehicle / trailer in a condition likely to cause danger of injury ', 1), (4394, 130, '2025-05-15 12:00:00', 'UTC', '10U75040324', ' PAGE, Alice NUMPF Plea Cause use of motor vehicle with no insurance ', 1), (4395, 130, '2025-05-15 12:00:00', 'UTC', '10U35059825', ' FRASER, Kenneth NUMPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4396, 130, '2025-05-15 12:00:00', 'UTC', '10U35034925', ' BLAND, RICHARD MICHAEL NUMPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4397, 130, '2025-05-15 12:00:00', 'UTC', '10U35057625', ' MOUL, Claire NUMPF Pre-Trial Review Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4398, 130, '2025-05-15 12:00:00', 'UTC', '10U05125924', ' ALI, Ryan NUMPF Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4399, 130, '2025-05-15 12:00:00', 'UTC', '10U05119224', ' BROUGHTON, Charlotte NUMPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (4400, 130, '2025-05-15 12:00:00', 'UTC', '10U65020225', ' WAKOLO, William NUMPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4401, 82, '2025-05-15 12:00:00', 'UTC', '01YE1398224', ' WINDEL, Amelie CPS-LN First hearing Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class A - Methadone ', 0), (4402, 82, '2025-05-15 12:00:00', 'UTC', '01EK1137925', ' FOGG, Thomas CPS-LN First hearing Common assault of an emergency worker Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4403, 82, '2025-05-15 12:00:00', 'UTC', '01NI1095625', ' SINGH, Dilip CPS-LN First hearing Breach SHPO / interim SHPO Breach SHPO / interim SHPO ', 0), (4404, 82, '2025-05-15 12:00:00', 'UTC', '01NI1080025', ' STANLEY, Peter CPS-LN First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (4405, 82, '2025-05-15 12:00:00', 'UTC', '01EK1137525', ' AYONOADU, Aidan CPS-LN First hearing Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Possess a controlled drug of Class A - Other ', 1), (4406, 82, '2025-05-15 12:00:00', 'UTC', '01YE1132625', ' ADJEI, Enock CPS-LN First hearing Possess a controlled drug of Class A - Heroin ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (4407, 82, '2025-05-15 12:00:00', 'UTC', '01EK1107425', ' AKOT, Deng CPS-LN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4408, 37, '2025-05-15 12:00:00', 'UTC', '13LD0229625', ' THOMPSON, REME CPS-YH Sentence Drive motor vehicle when alcohol level above limit ', 1), (4409, 37, '2025-05-15 12:00:00', 'UTC', '13WD0465124', ' RICHARDSON, WILLIAM CPS-YH Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Assault by beating Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (4410, 37, '2025-05-15 12:00:00', 'UTC', '13LD0317025', ' MCGAWLEY, MAX CPS-YH Plea Drunk and disorderly in a public place Assault by beating ', 0), (4411, 37, '2025-05-15 12:00:00', 'UTC', '13LD0316725', ' TAYLOR, LYNZEY CPS-YH Plea Assault by beating of an emergency worker Possess a controlled drug of Class A - Cocaine ', 0), (4412, 37, '2025-05-15 12:00:00', 'UTC', '13LD0048125', ' THOMAS-CARRITT, LOTHAN CPS-YH Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault a person thereby occasioning them actual bodily harm Intentional strangulation ', 0), (4413, 37, '2025-05-15 12:00:00', 'UTC', '13LD0298525', ' MILES, TOBIAS CPS-YH Trial Assault by beating of an emergency worker Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating ', 0), (4414, 37, '2025-05-15 12:00:00', 'UTC', '13KD0073225', ' FARRELL, PAUL CPS-YH Trial Stalking without fear / alarm / distress Harassment - put in fear of violence ', 0), (4415, 117, '2025-05-15 12:00:00', 'UTC', '21SL2546624', ' PELIKAN, ROMAN CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (4416, 117, '2025-05-15 12:00:00', 'UTC', '21SL3129524', ' HUSSAIN, KHEZER STAFPF First hearing Drive a vehicle whilst unfit through drugs ', 1), (4417, 117, '2025-05-15 12:00:00', 'UTC', '21GN0684425', ' BARNETT, JASON CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4418, 117, '2025-05-15 12:00:00', 'UTC', '21GN0956825', ' MURRAY, ROBERT CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (4419, 117, '2025-05-15 12:00:00', 'UTC', '21GN0973625', ' GRIFFITHS, CLARE CPS-WM First hearing Theft from a shop ', 0), (4420, 117, '2025-05-15 12:00:00', 'UTC', '21GN0982525', ' JAMES, ALEX CPS-WM First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4421, 117, '2025-05-15 12:00:00', 'UTC', '21GN0983625', ' CHURCHILL, MARK CPS-WM First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Obstruct / resist a constable in execution of duty ', 0), (4422, 117, '2025-05-15 12:00:00', 'UTC', '21GN0979525', ' LEE, CHELSEA CPS-WM First hearing Common assault Theft from a shop ', 0), (4423, 117, '2025-05-15 12:00:00', 'UTC', '21GS0656824', ' SHAW, KELLY CPS-WM Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4424, 101, '2025-05-16 12:00:00', 'UTC', '12NY0267725', ' ROBERTSON-TIERNEY, ROBERT CPS-YH Trial Common assault ', 0), (4425, 101, '2025-05-16 12:00:00', 'UTC', '12NY0001925', ' PORTHOUSE, MARK CPS-YH Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (4426, 86, '2025-05-15 12:00:00', 'UTC', '01GD1045125', ' DOYLE, Lewis CPS-LN Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating of an emergency worker ', 0), (4427, 86, '2025-05-15 12:00:00', 'UTC', '01GD1106925', ' BANJOKO, Abiodun CPS-LN Plea Drive whilst disqualified ', 0), (4428, 86, '2025-05-15 12:00:00', 'UTC', '01TK1496625', ' SMITH, Michael METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (4429, 86, '2025-05-15 12:00:00', 'UTC', '01TA2827024', ' AWAIS, Muhammed METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (4430, 86, '2025-05-15 12:00:00', 'UTC', '01TA1531525', ' CHOUDHURY, Tauqeer  Ahmed METPF Trial Drive on a road a motor vehicle whilst not wearing a seat belt ', 1), (4431, 86, '2025-05-15 12:00:00', 'UTC', '06JJ0153224', ' YUSUF, Yaameen CPS-LS Hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4432, 86, '2025-05-15 12:00:00', 'UTC', '01TA3373224', ' AHMED, Abul Azad Ali METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (4433, 62, '2025-05-15 12:00:00', 'UTC', '22FA1109425', ' HARRIS, Chloe CPS-WM First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (4434, 62, '2025-05-15 12:00:00', 'UTC', '22FA1114625', ' JANUSAUSKAS, Linas CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (4435, 62, '2025-05-15 12:00:00', 'UTC', '22FA1050025', ' POVLOV, Petar CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (4436, 62, '2025-05-15 12:00:00', 'UTC', '22GA1138525', ' STEVENS, KERRY CPS-WM Bail Application Assault a person thereby occasioning them actual bodily harm ', 0), (4437, 62, '2025-05-15 12:00:00', 'UTC', '22FA1372124', ' HEAP, Stephen CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4438, 62, '2025-05-15 12:00:00', 'UTC', '22FA1030825', ' JONES, Dennis CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4439, 91, '2025-05-15 12:00:00', 'UTC', '01HT1468124', ' SUTHERLAND, Christopher CPS-LN First hearing Possess with intent to supply a controlled drug of Class A - Cocaine ', 0), (4440, 91, '2025-05-15 12:00:00', 'UTC', '01JC1121024', ' NEWTON, Cartia CPS-LN Mention Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (4441, 91, '2025-05-15 12:00:00', 'UTC', '01GD1154125', ' CHANTILOUPE, Nicholas CPS-LN Sentence Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle when alcohol level above limit Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Drive whilst disqualified ', 1), (4442, 91, '2025-05-15 12:00:00', 'UTC', '01KF1517124', ' LEITAO, Micael CPS-LN First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4443, 91, '2025-05-15 12:00:00', 'UTC', '01HT1574824', ' AHMED, Sujaeel CPS-LN First hearing Assault by beating ', 0), (4444, 91, '2025-05-15 12:00:00', 'UTC', '01RP1096124', ' MAHMOOD, Sobhi CPS-LN Review Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4445, 92, '2025-05-15 12:00:00', 'UTC', '01XB1011125', ' DORUDVASH, Hesam CPS-LN Mention - Possess an offensive weapon in private place Defendant to Possess a controlled drug of Class A - Cocaine Attend Possess a controlled drug of Class B - Cannabis / Cannabis Resin Obstruct / resist a constable in execution of duty Harassment - put in fear of violence ', 0), (4446, 92, '2025-05-15 12:00:00', 'UTC', '01XH1014725', ' BREW, Claire CPS-LN Sentence Assault by beating ', 0), (4447, 92, '2025-05-15 12:00:00', 'UTC', '01XH1089925', ' BREW, Claire CPS-LS Sentence Common assault Criminal damage to property valued under £5000 ', 0), (4448, 92, '2025-05-15 12:00:00', 'UTC', '01XH1083725', ' KATARIA, Kyash CPS-LN Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (4449, 92, '2025-05-15 12:00:00', 'UTC', '01TX1028125', ' FROST, Elizabeth CPS-LN Sentence Theft from a shop Theft from a shop Assault by beating Assault by beating ', 0), (4450, 92, '2025-05-15 12:00:00', 'UTC', '01XH1000125', ' UTHAYAKUMAR, Kuganesh CPS-LN Sentence Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive whilst disqualified Driver of a vehicle fail to stop after a road accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance ', 1), (4451, 92, '2025-05-15 12:00:00', 'UTC', '01XB1061824', ' LAHLALI, Abdul CPS-LN Application Use threatening / abusive / insulting words / ', 0), (4452, 64, '2025-05-16 12:00:00', 'UTC', '20WV1011124', ' MAIN, Jordan CPS-WM Trial Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4453, 64, '2025-05-16 12:00:00', 'UTC', '20WV1336523', ' TREEN, Kevin CPS-WM Trial Theft of motor vehicle ', 1), (4454, 64, '2025-05-16 12:00:00', 'UTC', '21CL0497725', ' WAKEMAN, PETER CPS-WM Trial Theft from a shop Fail to surrender to police / court bail at the appointed time Fail to answer to court / police bail as soon as practicable ', 0), (4455, 64, '2025-05-16 12:00:00', 'UTC', '20SW1296123', ' EDWARDS, Michelle CPS-WM Trial Assault by beating of an emergency worker Common assault ', 0), (4456, 64, '2025-05-16 12:00:00', 'UTC', '20SW1370222', ' EDWARD, Michele CPS-WM Trial Assault by beating of an emergency worker ', 0), (4457, 64, '2025-05-16 12:00:00', 'UTC', '20SW1443224', ' BLACKWOOD, David CPS-WM Trial Burglary other than dwelling - theft Theft from a shop Theft from a shop Assault by beating Theft - other - including theft by finding ', 0), (4458, 127, '2025-05-15 12:00:00', 'UTC', '44OY0564123', ' JACKSON, JACOB HIWPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (4459, 127, '2025-05-15 12:00:00', 'UTC', '44SC0216724', ' DUFFIELD, PAUL HIWPF Sentence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4460, 127, '2025-05-15 12:00:00', 'UTC', '44OY0370223', ' DOMENICI, TRESHAM HIWPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (4461, 127, '2025-05-15 12:00:00', 'UTC', '44PC0004224', ' DUNFORD, JACK HIWPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (4462, 127, '2025-05-15 12:00:00', 'UTC', '44FZ0097624', ' YALLOP, GARY HIWPF Sentence Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (4463, 127, '2025-05-15 12:00:00', 'UTC', '44SC0908723', ' KING, JOHN HIWPF Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4464, 127, '2025-05-15 12:00:00', 'UTC', '44PC0266324', ' WOOLLEY, ALEXANDER HIWPF Sentence Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (4465, 127, '2025-05-15 12:00:00', 'UTC', '44FZ0035824', ' BYER, PETER HIWPF Sentence Exceed a variable speed limit - automatic camera device ', 0), (4466, 127, '2025-05-15 12:00:00', 'UTC', '44FZ0008224', ' WALTON, DALE HIWPF Plea and Trial Exceed a variable speed limit - automatic camera Preparation device Drive on motorway, fail to comply with red / green arrow / lane closure signals - automatic equipment ', 1), (4467, 127, '2025-05-15 12:00:00', 'UTC', '44FZ0088624', ' COCKETT, JAY HIWPF Plea and Trial Speeding - exceed 70 mph motorway limit - Preparation automatic camera device ', 1), (4468, 127, '2025-05-15 12:00:00', 'UTC', '44FZ0035624', ' BRINEY, STEPHEN HIWPF Plea and Trial Speeding - exceed 70 mph motorway limit - Preparation automatic camera device ', 1), (4469, 127, '2025-05-15 12:00:00', 'UTC', '44SC0028724', ' SHOTEV, ATANAS HIWPF Pre-Trial Review Use a motor vehicle on a road / public place without third party insurance ', 1), (4470, 127, '2025-05-15 12:00:00', 'UTC', '44FZ0102524', ' BAKER, DALE HIWPF Pre-Trial Review Speeding - exceed 70 mph motorway limit - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4471, 127, '2025-05-15 12:00:00', 'UTC', '44FZ0148124', ' HYETT, LEE HIWPF Plea and Trial Exceed a variable speed limit - automatic camera Preparation device ', 0), (4472, 127, '2025-05-15 12:00:00', 'UTC', '44OY0144124', ' NAVONE, NICK HIWPF Plea Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (4473, 127, '2025-05-15 12:00:00', 'UTC', '44OY0137424', ' BURCH, SARAH HIWPF Plea and Trial Speeding - exceed 30 mph on restricted road in Preparation England - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4474, 127, '2025-05-15 12:00:00', 'UTC', '44OY0490223', ' WILSON, ALISTAIR HIWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4475, 127, '2025-05-15 12:00:00', 'UTC', '44BB0405023', ' WEST, JOSH HIWPF Plea and Trial Speeding - exceed 30 mph on restricted road - Preparation manned equipment ', 0), (4476, 94, '2025-05-15 12:00:00', 'UTC', '01QK1411824', ' SHARMA, Arjun CPS-LN Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4477, 94, '2025-05-15 12:00:00', 'UTC', '01QK1000125', ' BANSKI, Biser CPS-LN Review Assault by beating ', 0), (4478, 94, '2025-05-15 12:00:00', 'UTC', '01QA1076725', ' REID, Leon CPS-LN Sentence Theft from a shop ', 0), (4479, 94, '2025-05-15 12:00:00', 'UTC', '01SX1122324', ' RAKA, Arian CPS-LN Mention Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4480, 94, '2025-05-15 12:00:00', 'UTC', '01GD1388324', ' SUBIT, Subit CPS-LN First hearing Duty of person responsible for animal to ensure welfare - Animal Welfare Act 2006 Possess a controlled drug of Class B - Cannabis / Cannabis Resin Duty of person responsible for animal to ensure welfare - Animal Welfare Act 2006 ', 0), (4481, 94, '2025-05-15 12:00:00', 'UTC', '01XB1282024', ' FAQI, Sadiq CPS-LN Plea Owner / person in charge of dog dangerously out of control causing injury ', 0), (4482, 70, '2025-05-16 12:00:00', 'UTC', '20DY1178025', ' HOUNSLOW, Jonathan CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (4483, 70, '2025-05-16 12:00:00', 'UTC', '20DY1184525', ' SMITH, Emily CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4484, 70, '2025-05-16 12:00:00', 'UTC', '20WV1207125', ' SMITH, Emily CPS-WM Plea Cause wasteful employment of police ', 0), (4485, 70, '2025-05-16 12:00:00', 'UTC', '20WV1209425', ' SMITH, Emily CPS-WM Plea Assault a constable in the execution of his / her duty ', 0), (4486, 74, '2025-05-15 12:00:00', 'UTC', '12NY0399825', ' GYUROV, DENIYS CPS-YH Sentence Theft of motor vehicle ', 1), (4487, 74, '2025-05-15 12:00:00', 'UTC', '12NY1811924', ' THIRLING, CHLOE CPS-YH Sentence Breach a non-molestation order - Family Law Act 1996 Assault by beating ', 0), (4488, 74, '2025-05-15 12:00:00', 'UTC', '93JD0147525', ' FOSTER, KIMBERLEY CPS-WM First hearing Theft from a shop ', 0), (4489, 74, '2025-05-15 12:00:00', 'UTC', '12NY0429125', ' STARKIE, TIMOTHY CPS-YH Sentence Drive motor vehicle when alcohol level above limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4490, 74, '2025-05-15 12:00:00', 'UTC', '12NY0448125', ' PARRY, ANGEL CPS-YH Sentence Drive motor vehicle when alcohol level above limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4491, 74, '2025-05-15 12:00:00', 'UTC', '12NY0486025', ' ODONNELL, HELEN NYPF Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4492, 3, '2025-05-15 12:00:00', 'UTC', '44BB0225625', ' KITCHER, JAY CPS-WX First hearing Theft from a shop Theft from a shop ', 0), (4493, 3, '2025-05-15 12:00:00', 'UTC', '44BB0184325', ' CAMPBELL, JACK CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (4494, 3, '2025-05-15 12:00:00', 'UTC', '44PC0391725', ' HUGHES, ELIZABETH CPS-WX First hearing Drive whilst disqualified ', 0), (4495, 3, '2025-05-15 12:00:00', 'UTC', '44BB0809223', ' RAMZAN, IRFAN CPS-WX First hearing Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class A - Crack Cocaine ', 0), (4496, 3, '2025-05-15 12:00:00', 'UTC', '44BB0065125', ' PEACOCK, REECE CPS-WX First hearing Criminal damage to property valued under £5000 ', 0), (4497, 3, '2025-05-15 12:00:00', 'UTC', '44BB0045925', ' CURTIN, MARK CPS-WX First hearing Common assault ', 0), (4498, 3, '2025-05-15 12:00:00', 'UTC', '44BB0252825', ' PAICE, DANIEL CPS-WX First hearing Theft from a shop ', 0), (4499, 3, '2025-05-15 12:00:00', 'UTC', '44BB0268525', ' CULLERN, BEN CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (4500, 3, '2025-05-15 12:00:00', 'UTC', '44BB0266125', ' WARNER, MATTHEW CPS-WX First hearing Assault by beating of an emergency worker Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Obstruct / resist a constable in execution of duty ', 0), (4501, 3, '2025-05-15 12:00:00', 'UTC', '44BB0197725', ' PAICE, MICHAEL CPS-WX Sentence Attempt to possess a controlled drug of Class A - Heroin Theft from a shop ', 0), (4502, 3, '2025-05-15 12:00:00', 'UTC', '55CH0173125', ' HAYNES, ANDREW CPS-WX Sentence Assault by beating of an emergency worker Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Assault by beating of an emergency worker Harassment - breach of a restraining order on conviction ', 1), (4503, 3, '2025-05-15 12:00:00', 'UTC', '44BB0000825', ' THAPA, TOJENDRA CPS-WX Sentence Drive motor vehicle when alcohol level above limit Drive a motor vehicle dangerously ', 1), (4504, 3, '2025-05-15 12:00:00', 'UTC', '93JD1353424', ' HEALY, LILLY CPS-WM First hearing Common assault Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Common assault Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (4505, 3, '2025-05-15 12:00:00', 'UTC', '01CW1274325', ' DRAGAN, Valentine CPS-LS Further Case Theft from a shop Management ', 0), (4506, 3, '2025-05-15 12:00:00', 'UTC', '44BB0506024', ' DRAGAN, VALENTIN CPS-WX Further Case Use threatening / abusive / insulting words / Management behaviour with intent to cause fear of / provoke unlawful violence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Fail to surrender to police / court bail at the appointed time ', 0), (4507, 3, '2025-05-15 12:00:00', 'UTC', '44BB0036224', ' DAFKU, ALTIN HIWPF Plea Possess with intent to supply a controlled drug of Class A - Cocaine ', 0), (4508, 3, '2025-05-15 12:00:00', 'UTC', '44BB0030724', ' DAFKU, ALTIN CPS-WX Plea Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to surrender to police / court bail at the appointed time ', 1), (4509, 3, '2025-05-15 12:00:00', 'UTC', '44BB0262625', ' MARTINS, MARCO CPS-WX Mention - Stalking involving fear of violence Defendant to ', 0), (4510, 3, '2025-05-15 12:00:00', 'UTC', '44PC0385725', ' COLE, RACHAEL CPS-WX First hearing Theft from a shop ', 0), (4511, 3, '2025-05-15 12:00:00', 'UTC', '44BB0772924', ' BOGHURST, JEAN CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (4512, 3, '2025-05-15 12:00:00', 'UTC', '44BB0269525', ' STAGG, GEMMA CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (4513, 3, '2025-05-15 12:00:00', 'UTC', '44BB0197225', ' WATERHOUSE, NEIL CPS-WX Sentence Criminal damage to property valued under £5000 Harassment - breach of a restraining order on conviction Assault by beating ', 0), (4514, 3, '2025-05-15 12:00:00', 'UTC', '44BB0072625', ' TAYLOR-SWHYER, TERRELL CPS-WX Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (4515, 3, '2025-05-15 12:00:00', 'UTC', '44BB0167025', ' TAYLOR-SWHYER, TERRELL CPS-WX Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Obstruct / resist a constable in execution of duty Theft from a shop ', 0), (4516, 131, '2025-05-15 12:00:00', 'UTC', '10U10072424', ' HEUGH, Craig CPS-NEN First hearing Drive motor vehicle when alcohol level above limit ', 1), (4517, 131, '2025-05-15 12:00:00', 'UTC', '10U10011924', ' WRIGHT, Bethany CPS-NEN First hearing Stalking involving fear of violence ', 0), (4518, 131, '2025-05-15 12:00:00', 'UTC', '10U15003625', ' FULLER, Darren CPS-NEN First hearing Making statement suggesting you were a police constable Use vehicle on a road fitted with blue warning beacon / special warning lamp / device resembling ', 1), (4519, 131, '2025-05-15 12:00:00', 'UTC', '10U15005325', ' HENDERSON, Richard CPS-NEN First hearing Individual fail to comply with a community protection notice ', 0), (4520, 131, '2025-05-15 12:00:00', 'UTC', '10U15004025', ' SKEEN, Steven CPS-NEN First hearing Cause unnecessary suffering to a protected animal ', 0), (4521, 131, '2025-05-15 12:00:00', 'UTC', '10U15004525', ' HENDERSON, Richard CPS-NEN Plea Send letter / communication / article conveying false information ', 0), (4522, 131, '2025-05-15 12:00:00', 'UTC', '10U15002425', ' HENDERSON, Richard CPS-NEN Sentence Cause to be sent by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (4523, 131, '2025-05-15 12:00:00', 'UTC', '10U10016225', ' ROULSON, Gavin NUMPF First hearing Drive motor vehicle when alcohol level above limit ', 1), (4524, 131, '2025-05-15 12:00:00', 'UTC', '10U10054524', ' BUHANCEVS, Genadijs CPS-NEN Trial Fail to provide specimen for analysis - vehicle ', 1), (4525, 16, '2025-05-15 12:00:00', 'UTC', '62EN0696624', ' HOWELLS, CALLUM CPS-CYSE Sentence Owner / person in charge of dog dangerously out of control causing injury ', 0), (4526, 16, '2025-05-15 12:00:00', 'UTC', '62CL0869524', ' JONES, DANIEL CPS-CYSE First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (4527, 16, '2025-05-15 12:00:00', 'UTC', '62EN1127424', ' CURTIS, JOSHUA CPS-CYSE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4528, 16, '2025-05-15 12:00:00', 'UTC', '62EN1189324', ' MALYSZCZUK, DAVID CPS-CYSE First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a vehicle whilst unfit through drugs ', 1), (4529, 16, '2025-05-15 12:00:00', 'UTC', '62EN0395025', ' TEKIE, ABLELOM CPS-CYSE First hearing Drive motor vehicle when alcohol level above limit ', 1), (4530, 16, '2025-05-15 12:00:00', 'UTC', '62EN1160824', ' SCOBLE, KIERAN CPS-CYSE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4531, 16, '2025-05-15 12:00:00', 'UTC', '62EN1077124', ' O'SULLIVAN, JORDAN CPS-CYSE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4532, 16, '2025-05-15 12:00:00', 'UTC', '62EN1186224', ' LEWIS, RAY CPS-CYSE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4533, 16, '2025-05-15 12:00:00', 'UTC', '62EN1211424', ' BURNELL, SOPHIE CPS-CYSE First hearing   Assault by beating of an emergency worker   Assault by beating of an emergency worker   ', 0), (4534, 16, '2025-05-15 12:00:00', 'UTC', '62EN1125924', ' JAMESON, AARON CPS-CYSE First hearing   Possess a controlled drug of Class B - Cannabis /   Cannabis Resin   ', 0), (4535, 16, '2025-05-15 12:00:00', 'UTC', '62CL0985124', ' KEEGANS, ROSS CPS-CYSE First hearing   Drive motor vehicle with a proportion of a specified   controlled drug above the specified limit   Possess a controlled drug of Class B - Cannabis /   Cannabis Resin   ', 1), (4536, 16, '2025-05-15 12:00:00', 'UTC', '62EN0389524', ' GREENSLADE, THOMAS CPS-CYSE First hearing   Make indecent photograph / pseudo-photograph of   a child   Make indecent photograph / pseudo-photograph of   a child   Make indecent photograph / pseudo-photograph of   a child   Possess a prohibited image of a child   Possess extreme pornographic image / images   portraying an act of intercourse / oral sex with a   dead / alive animal   ', 0), (4537, 16, '2025-05-15 12:00:00', 'UTC', '62EN0398625', ' BAKER, CARL CPS-CYSE First hearing   Drunk and disorderly in a public place   ', 0), (4538, 16, '2025-05-15 12:00:00', 'UTC', '62EN0212825', ' GRONOW, ANTHONY CPS-CYSE Plea   Harassment - put in fear of violence   Assault by beating   Assault a person thereby occasioning them actual   bodily harm   Harassment without violence   ', 0), (4539, 16, '2025-05-15 12:00:00', 'UTC', '62EN0014825', ' MORT, LINDA CPS-CYSE Plea   Drive a motor vehicle dangerously   ', 1), (4540, 16, '2025-05-15 12:00:00', 'UTC', '62CL0313125', ' MORGAN, DANIEL CPS-CYSE Sentence   Assault by beating   Criminal damage to property valued under £5000   ', 0), (4541, 22, '2025-05-16 12:00:00', 'UTC', '47NC1010225', ' LOATE, NALEDI CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (4542, 22, '2025-05-16 12:00:00', 'UTC', '47NC0401525', ' POORT, REINOUD CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4543, 22, '2025-05-16 12:00:00', 'UTC', '47CC0045325', ' CANCE, ALUN CPS-SE First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4544, 22, '2025-05-16 12:00:00', 'UTC', '93JD1541823', ' RONALDSON, ALFIE BTP First hearing Assault by beating of an emergency worker ', 0), (4545, 22, '2025-05-16 12:00:00', 'UTC', '47NC3939223', ' HUMPHREY, MARC CPS-SE Application Assault a person thereby occasioning them actual bodily harm Intentional strangulation Cause unnecessary suffering to a protected animal ', 0), (4546, 22, '2025-05-16 12:00:00', 'UTC', '47NC2756324', ' TAYLOR, DANIEL CPS-SE Hearing Going equipped for theft - not motor vehicle Theft of pedal cycle ', 1), (4547, 22, '2025-05-16 12:00:00', 'UTC', '47NC2780423', ' SANCHEZ, OSCAR CPS-SE Application Fail to provide specimen for analysis - vehicle driver ', 1), (4548, 24, '2025-05-15 12:00:00', 'UTC', '06LL0371222', ' HANRAHAN, Jerry CPS-NW Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4549, 24, '2025-05-15 12:00:00', 'UTC', '11WW0414023', ' HANRAHAN, Jerry CPS-NECD Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Fail to answer to court / police bail as soon as practicable Fail to surrender to police / court bail at the appointed time ', 1), (4550, 24, '2025-05-15 12:00:00', 'UTC', '32D10161325', ' HANRAHAN, JERRY LINPF Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4551, 24, '2025-05-15 12:00:00', 'UTC', '14XA1164325', ' SMITH, Jay CPS-YH Sentence Criminal damage to property valued under £5000 ', 0), (4552, 24, '2025-05-15 12:00:00', 'UTC', '14XE1031725', ' SMITH, Jay CPS-YH Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (4553, 24, '2025-05-15 12:00:00', 'UTC', '14XE1104524', ' MOSS, Amy-jo CPS-YH Plea Receiving stolen goods ', 0), (4554, 24, '2025-05-15 12:00:00', 'UTC', '14XA1067125', ' BOWER, Lloyd CPS-YH Sentence Theft from a shop Burglary other than dwelling with intent to steal Theft from a shop Theft from a shop Theft from a shop ', 0), (4555, 130, '2025-05-15 12:00:00', 'UTC', '10U05120024', ' SALIU, Idris NUMPF Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4556, 28, '2025-05-14 12:00:00', 'UTC', '45WK1655524', ' JILANI, SYED CPS-SE Sentence Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (4557, 28, '2025-05-14 12:00:00', 'UTC', '45SH0714725', ' TODD, RICHARD CPS-SE First hearing Attempt theft from shop Possess a controlled drug of Class B - Other Common assault ', 0), (4558, 28, '2025-05-14 12:00:00', 'UTC', '45EP0718225', ' BLACKBURN, CRAIG CPS-SE First hearing Engage in controlling / coercive behaviour in an intimate / family relationship Assault by beating ', 0), (4559, 28, '2025-05-14 12:00:00', 'UTC', '45TD0717625', ' WILKINSON, TONY CPS-SE First hearing Breach a sexual risk order / interim sexual risk order Breach a sexual risk order / interim sexual risk order Breach a sexual risk order / interim sexual risk order ', 0), (4560, 28, '2025-05-14 12:00:00', 'UTC', '47CC3201324', ' SOMNER, LUKE CPS-SE Hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road without a valid test certificate ', 1), (4561, 28, '2025-05-14 12:00:00', 'UTC', '45WK0365025', ' GREEN, ARRON CPS-SE Hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated harassment / alarm / distress by words / writing Remain on / enter premises in contravention of a closure order - nuisance / disorder Act of outraging public decency - common law Racially / religiously aggravated harassment / alarm / distress by words / writing Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4562, 82, '2025-05-15 12:00:00', 'UTC', '40AD1335923', ' JULIENNE, Brittany CPS-TCBH Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4563, 82, '2025-05-15 12:00:00', 'UTC', '01YR1093025', ' DALAL, Morade CPS-LN Sentence Breach criminal behaviour order Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4564, 82, '2025-05-15 12:00:00', 'UTC', '93JD0464825', ' DALAL, MORADE CPS-WM Sentence Breach criminal behaviour order ', 0), (4565, 82, '2025-05-15 12:00:00', 'UTC', '01EK1041525', ' JALLOH, Abibatu CPS-LN Further Case Assault by beating Management Assault by beating Fail to surrender to police / court bail at the appointed time ', 0), (4566, 82, '2025-05-15 12:00:00', 'UTC', '01EK1019625', ' BIKIM, Mehmet CPS-LN Further Case Assault by beating Management ', 0), (4567, 82, '2025-05-15 12:00:00', 'UTC', '01EK1161225', ' JALLOH, Abibatu CPS-LN First hearing Assault by beating of an emergency worker ', 0), (4568, 83, '2025-05-15 12:00:00', 'UTC', '32D90286925', ' CHAMBERS, JAMES CPS-EM First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4569, 83, '2025-05-15 12:00:00', 'UTC', '32D90089025', ' HOUSEGO, ALFIE CPS-EM First hearing Drive motor vehicle when alcohol level above limit ', 1), (4570, 83, '2025-05-15 12:00:00', 'UTC', '32D90287925', ' EDWARDS, BOWAN CPS-EM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (4571, 83, '2025-05-15 12:00:00', 'UTC', '32B10002625', ' LYNCH, PATRICK CPS-EM First hearing Cause serious injury by careless / inconsiderate driving Cause serious injury by careless / inconsiderate driving ', 0), (4572, 83, '2025-05-15 12:00:00', 'UTC', '32D90169225', ' SMITH, GAVIN CPS-EM First hearing Assault by beating Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4573, 83, '2025-05-15 12:00:00', 'UTC', '32D90283225', ' GARNHAM, LAUREN CPS-EM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (4574, 83, '2025-05-15 12:00:00', 'UTC', '32D90287425', ' SANDFORD, MARIE CPS-EM First hearing Theft from a shop Assault by beating of an emergency worker Theft from a shop Theft from a shop ', 0), (4575, 83, '2025-05-15 12:00:00', 'UTC', '32D90284425', ' SHARPE, STEPHEN CPS-EM First hearing Assault by beating Assault by beating ', 0), (4576, 83, '2025-05-15 12:00:00', 'UTC', '32D90263225', ' HARDING, ANTONY CPS-EM Sentence Fail to provide specimen for analysis - vehicle ', 1), (4577, 40, '2025-05-15 12:00:00', 'UTC', '63BA0028925', ' STOLARSKI, LUKASZ CPS-CYSW Further Case Fail to provide specimen for analysis - vehicle Management driver ', 1), (4578, 40, '2025-05-15 12:00:00', 'UTC', '63AC0030525', ' HOWELLS, MICHAEL DYPPF First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (4579, 40, '2025-05-15 12:00:00', 'UTC', '63AC0261724', ' MATHIAS, GARETH CPS-CYSW First hearing Breach sexual harm prevention order Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4580, 40, '2025-05-15 12:00:00', 'UTC', '63AC0150322', ' ISAAC, Robert Application Application within criminal proceedings ', 0), (4581, 40, '2025-05-15 12:00:00', 'UTC', '63AC0201824', ' JACQUES, PAUL CPS-CYSW First hearing Intentional strangulation Intentional strangulation ', 0), (4582, 40, '2025-05-15 12:00:00', 'UTC', '63AC0068425', ' PEGRAM, STACY CPS-CYSW Mention Assault by beating of an emergency worker Assault by beating of an emergency worker Criminal damage to property valued under £5000 Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4583, 40, '2025-05-15 12:00:00', 'UTC', '63AC0098025', ' SHAW, JOHN CPS-CYSW Pre-Trial Review Common assault Theft from a shop ', 0), (4584, 40, '2025-05-15 12:00:00', 'UTC', '63AC0009324', ' HARRIS, ANGELA CPS-CYSW Trial - no witnesses Theft from the person of another Burglary dwelling and theft - no violence ', 0), (4585, 129, '2025-05-15 12:00:00', 'UTC', '40AD1174325', ' MCDONNELL, Gilbert CPS-TCBH Plea Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4586, 129, '2025-05-15 12:00:00', 'UTC', '40AD1064725', ' ADETANMI, Adedayo CPS-TCBH Sentence Harassment without violence ', 0), (4587, 129, '2025-05-15 12:00:00', 'UTC', '40AD1143725', ' WILSHER, Harvey CPS-TCBH Sentence Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (4588, 129, '2025-05-15 12:00:00', 'UTC', '40AD1039124', ' STRANGO, Cosmin CPS-TCBH Mention Drive whilst disqualified ', 0), (4589, 129, '2025-05-15 12:00:00', 'UTC', '40AD1037925', ' CONNEELY, Bethan BEDSPF Plea Send communication / article of an indecent / offensive nature ', 0), (4590, 129, '2025-05-15 12:00:00', 'UTC', '40AD1295025', ' SINGH, Harjeed SINGH Appeal ', 0), (4591, 129, '2025-05-15 12:00:00', 'UTC', '40AD1228825', ' GRIFFIN, Sean CPS-TCBH Sentence Intentional strangulation ', 0), (4592, 129, '2025-05-15 12:00:00', 'UTC', '40AD1226225', ' GJONI, Emiljan CPS-TCBH First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4593, 129, '2025-05-15 12:00:00', 'UTC', '40AD1257725', ' WEBBER, Lauren CPS-TCBH First hearing Drive whilst unfit through drink ', 0), (4594, 129, '2025-05-15 12:00:00', 'UTC', '40AD1712822', ' MGARI, Amir CPS-TCBH First hearing ', 0), (4595, 42, '2025-05-15 12:00:00', 'UTC', '46XY1232723', ' LENGER, Lisa CPS-SE Sentence Criminal damage to property valued under £5000 ', 0), (4596, 42, '2025-05-15 12:00:00', 'UTC', '46YY1422824', ' BEAL, Tylund CPS-SE Sentence Assault by beating ', 0), (4597, 42, '2025-05-15 12:00:00', 'UTC', '46YY1422924', ' BEAL, Tylund CPS-SE First hearing Harassment without violence ', 0), (4598, 42, '2025-05-15 12:00:00', 'UTC', '46YY1239024', ' JUKLIAJEVSKAJA, Olga CPS-SE Sentence Common assault Criminal damage to property valued under £5000 ', 0), (4599, 42, '2025-05-15 12:00:00', 'UTC', '46YY1488822', ' BARRALL, Simon CPS-SE Sentence Make indecent photograph / pseudo-photograph of a child Distribute an indecent photograph / pseudo- photograph of a child Possess a prohibited image of a child Make indecent photograph / pseudo-photograph of a child Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal Make indecent photograph / pseudo-photograph of a child ', 0), (4600, 42, '2025-05-15 12:00:00', 'UTC', '46XY1756924', ' BROWN, Robert CPS-SE Sentence Assault by beating of an emergency worker Assault by beating ', 0), (4601, 42, '2025-05-15 12:00:00', 'UTC', '46ZY1435923', ' WHITEHEAD, Lewis CPS-SE Sentence Affray ', 0), (4602, 42, '2025-05-15 12:00:00', 'UTC', '46XY1684324', ' ROWE, James CPS-SE Sentence Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4603, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1283225', ' RIVERS, Bastian CPS-SE Plea Individual fail to comply with a community protection notice ', 0), (4604, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1260125', ' COLLETT, Laura CPS-SE First hearing Possess / have custody of a fighting dog ', 0), (4605, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1847324', ' TYSON, Warren CPS-SE First hearing Criminal damage to property valued under £5000 ', 0), (4606, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1278725', ' GODDARD, Jack CPS-SE First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (4607, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1235325', ' HOLDSTOCK, Jacob CPS-SE First hearing Theft from a shop Theft from a shop Theft from a shop ', 0), (4608, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1281525', ' FOAD, Leanne CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4609, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1333025', ' DELGADO, Daniel CPS-SE Application Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (4610, 44, '2025-05-15 12:00:00', 'UTC', '46ZY1398525', ' GEAR, Karl CPS-SE First hearing Theft of motor vehicle Burglary other than dwelling - theft Possess a controlled drug of Class B - ', 1), (4611, 119, '2025-05-15 12:00:00', 'UTC', '50DE0830924', ' HODGES, MARTIN CPS-SW First hearing Stalking without fear / alarm / distress ', 0), (4612, 119, '2025-05-15 12:00:00', 'UTC', '50DE0889224', ' SANSOM, SAMUEL CPS-SW First hearing Assault by beating Assault by beating ', 0), (4613, 119, '2025-05-15 12:00:00', 'UTC', '50DE0203124', ' ROSS, IAN CPS-SW Plea Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (4614, 119, '2025-05-15 12:00:00', 'UTC', '50DE0570524', ' ROSS, IAN CPS-SW Plea Assault by beating of an emergency worker Common assault of an emergency worker ', 0), (4615, 119, '2025-05-15 12:00:00', 'UTC', '50DE0236025', ' OCONNOR, RUSSELL CPS-SW Sentence Breach criminal behaviour order Breach criminal behaviour order Breach criminal behaviour order Breach criminal behaviour order ', 0), (4616, 119, '2025-05-15 12:00:00', 'UTC', '50DE0362425', ' OCONNOR, RUSSELL DVCPF Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4617, 119, '2025-05-15 12:00:00', 'UTC', '50DE7277322', ' HOLDEN, JACK CPS-SW First hearing Cause serious injury by dangerous driving Drive a motor vehicle dangerously ', 1), (4618, 120, '2025-05-15 12:00:00', 'UTC', '11EE0181725', ' RILEY, Rebecca CPS-NECD Sentence Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4619, 53, '2025-05-15 12:00:00', 'UTC', '05B40083424', ' LITTLEWOOD, DANIELLE CPS-MC Trial Assault a person thereby occasioning them actual bodily harm ', 0), (4620, 53, '2025-05-15 12:00:00', 'UTC', '05A40035924', ' YOUDS, DAGAN CPS-MC Trial Assault by beating of an emergency worker ', 0), (4621, 53, '2025-05-15 12:00:00', 'UTC', '05E11187924', ' HAMPSON, BRADLEY CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4622, 53, '2025-05-15 12:00:00', 'UTC', '05E10481825', ' WILKINS, THOMAS CPS-MC First hearing Throw missile at area adjacent to pitch - Football (Offences) Act 1991 ', 0), (4623, 54, '2025-05-15 12:00:00', 'UTC', '46YY1413824', ' MITROIE, Andre CPS-SE Hearing Drive whilst disqualified Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4624, 54, '2025-05-15 12:00:00', 'UTC', '46YY1399224', ' GEORGE, Christopher CPS-SE Sentence Harassment without violence ', 0), (4625, 54, '2025-05-15 12:00:00', 'UTC', '46XY1169325', ' KERRIGAN, James CPS-SE Hearing Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4626, 54, '2025-05-15 12:00:00', 'UTC', '46XY1719124', ' CREED, Brett CPS-SE Mention Fail to provide specimen for analysis - vehicle driver Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (4627, 54, '2025-05-15 12:00:00', 'UTC', '46XY1338325', ' MORRIS, Daniel CPS-SE Hearing Assault by beating of an emergency worker Burglary dwelling and theft - no violence Harassment - put in fear of violence Criminal damage to property valued under £5000 ', 0), (4628, 125, '2025-05-15 12:00:00', 'UTC', '41B21664323', ' FLEMONS, Vincent CPS-TCBH Sentence Harassment - breach of a restraining order on conviction ', 0), (4629, 125, '2025-05-15 12:00:00', 'UTC', '41B21013225', ' ALLEN, Garry CPS-TCBH Sentence Exposure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (4630, 125, '2025-05-15 12:00:00', 'UTC', '41B21209025', ' ALLEN, Garry CPS-TCBH Sentence Persistently make use of public communication network to cause annoyance / inconvenience / anxiety ', 0), (4631, 125, '2025-05-15 12:00:00', 'UTC', '41B22026523', ' STEVENS, Adam CPS-TCBH Sentence Assault by beating ', 0), (4632, 125, '2025-05-15 12:00:00', 'UTC', '41B21301725', ' VOICU, Cole-george CPS-TCBH Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (4633, 125, '2025-05-15 12:00:00', 'UTC', '41B21782624', ' SINGH, Harjit CPS-TCBH Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (4634, 125, '2025-05-15 12:00:00', 'UTC', '45WV0654524', ' SINGH, HERJIT CPS-SE Sentence Fail to surrender to police / court bail at the appointed time Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (4635, 57, '2025-05-15 12:00:00', 'UTC', '45EL0554125', ' CIZAUSKAS, DARIUS CPS-SE First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Assault by beating of an emergency worker Criminal damage to property valued under £5000 ', 0), (4636, 58, '2025-05-15 12:00:00', 'UTC', '41B21414325', ' BALL, Christopher CPS-TCBH Sentence Harassment - breach of a restraining order on conviction Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4637, 58, '2025-05-15 12:00:00', 'UTC', '41B21281025', ' VANNER, Thomas CPS-TCBH Sentence Stalking involving serious alarm / distress Threaten to share photograph or film of person in intimate state Racially / religiously aggravated stalking involving serious alarm / distress Send photograph or film of genitals to cause alarm, distress or humiliation ', 0), (4638, 58, '2025-05-15 12:00:00', 'UTC', '43SS0053525', ' ELAWA, ABDUL CPS-TCTV Sentence Exposure - SOA 2003 Exposure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (4639, 58, '2025-05-15 12:00:00', 'UTC', '41B22346124', ' MADDISON, Dean CPS-TCBH Sentence Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4640, 58, '2025-05-15 12:00:00', 'UTC', '41B22177724', ' SHERRIF GEARY, Jade CPS-TCBH Plea Assault by beating of an emergency worker Harassment without violence ', 0), (4641, 58, '2025-05-15 12:00:00', 'UTC', '41B21303725', ' PARTRIDGE, Hollie CPS-TCBH Sentence Assault by beating of an emergency worker Drive motor vehicle when alcohol level above limit ', 1), (4642, 58, '2025-05-15 12:00:00', 'UTC', '41CT1833824', ' NOSHEEN, Aribah HERTPF Sentence Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (4643, 58, '2025-05-15 12:00:00', 'UTC', '41B21986722', ' DUELL, Charlie CPS-TCBH Plea Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (4644, 89, '2025-05-15 12:00:00', 'UTC', '06KK0250724', ' KHAN, Zara Zillah CPS-NW Mention Assault by beating Assault by beating Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating ', 0), (4645, 89, '2025-05-15 12:00:00', 'UTC', '06NN0089524', ' KHAN, Zara Zillah CPS-NW Mention Assault by beating of an emergency worker ', 0), (4646, 89, '2025-05-15 12:00:00', 'UTC', '06A20008625', ' DOUGLAS, IVAN CPS-NW Plea Drunk and disorderly in a public place ', 0), (4647, 61, '2025-05-15 12:00:00', 'UTC', '17NS1447324', ' HARRIS, KIERAN Teesside Mention Magistrates' Court ', 0), (4648, 61, '2025-05-15 12:00:00', 'UTC', '17SM0988224', ' BALDAM, DANIEL Teesside Mention Magistrates' Court ', 0), (4649, 61, '2025-05-15 12:00:00', 'UTC', '17SR1956224', ' MARLEY, STUART Teesside Mention Magistrates' Court ', 0), (4650, 61, '2025-05-15 12:00:00', 'UTC', '17NH1994324', ' WAKE, DANIELLE Teesside Mention Magistrates' Court ', 0), (4651, 61, '2025-05-15 12:00:00', 'UTC', '17SM1932323', ' GRAVAND, ABBASS Teesside Mention Magistrates' Court ', 0), (4652, 61, '2025-05-15 12:00:00', 'UTC', '17NS1740524', ' IGO, JOANNE Teesside Mention Magistrates' Court ', 0), (4653, 61, '2025-05-15 12:00:00', 'UTC', '17NH0675525', ' HAYGARTH, JAKE CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (4654, 61, '2025-05-15 12:00:00', 'UTC', '17NS0671225', ' KAY, TREVOR CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (4655, 61, '2025-05-15 12:00:00', 'UTC', '17SM0671025', ' MILLER, MARK CPS-NECD First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Possess a controlled drug of Class A - Cocaine ', 1), (4656, 61, '2025-05-15 12:00:00', 'UTC', '17NS0676025', ' KENT, STEPHEN CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (4657, 131, '2025-05-15 12:00:00', 'UTC', '10U10001325', ' YOUNG, Craig CPS-NEN First hearing Possess a controlled drug of Class A - Cocaine Drive motor vehicle when alcohol level above limit ', 1), (4658, 106, '2025-05-16 12:00:00', 'UTC', '13CD0108525', ' HIRST, ROBERT CPS-YH Sentence Theft from a shop Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4659, 106, '2025-05-16 12:00:00', 'UTC', '13CD0120025', ' HIRST, ROBERT CPS-YH Sentence Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Burglary other than dwelling - theft Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (4660, 106, '2025-05-16 12:00:00', 'UTC', '13CD0106025', ' HIRST, ROBERT CPS-YH Sentence Theft from a shop Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4661, 11, '2025-05-15 12:00:00', 'UTC', '52SB0695424', ' PARRY, CHRISTOPHER CPS-SW First hearing Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (4662, 11, '2025-05-15 12:00:00', 'UTC', '52SB0801524', ' BRIDGEMAN, THAI CPS-SW First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (4663, 11, '2025-05-15 12:00:00', 'UTC', '52SB0475224', ' FISHER, CARTEL CPS-SW Application Drive a motor vehicle dangerously Theft of motor vehicle Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4664, 11, '2025-05-15 12:00:00', 'UTC', '52SB0234823', ' LAMB, JAMES CPS-SW Sentence Criminal damage to property valued under £5000 Racially / religiously aggravated fear / provocation of violence by words / writing Racially / religiously aggravated criminal damage Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Racially / religiously aggravated common assault / beating ', 0), (4665, 11, '2025-05-15 12:00:00', 'UTC', '52SB0248025', ' MORRIS, KIERAN CPS-SW Sentence Burglary other than dwelling - theft ', 0), (4666, 11, '2025-05-15 12:00:00', 'UTC', '52SB0075525', ' MACHIN, JAYSON CPS-SW Sentence Assault by beating ', 0), (4667, 11, '2025-05-15 12:00:00', 'UTC', '52SB0141925', ' ALLEN, STEPHENIE CPS-SW Plea Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (4668, 11, '2025-05-15 12:00:00', 'UTC', '52SB0122425', ' IORDAN, ALEXANDRU-FLORIN CPS-SW Plea ', 0), (4669, 20, '2025-05-15 12:00:00', 'UTC', '30DI0740825', ' HARRIS, Mark CPS-EM First hearing Theft from a shop ', 0), (4670, 20, '2025-05-15 12:00:00', 'UTC', '30DI0806125', ' TJITUNGA, KAVEHUNGUA CPS-EM First hearing Drive whilst disqualified ', 0), (4671, 20, '2025-05-15 12:00:00', 'UTC', '30DI0446025', ' FOSTER, Mark CPS-EM First hearing Theft from a shop ', 0), (4672, 20, '2025-05-15 12:00:00', 'UTC', '30DI0931725', ' BOTTOMS, Mark CPS-EM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4673, 20, '2025-05-15 12:00:00', 'UTC', '30DI0766225', ' HOLDEN, CHRISTOPHER CPS-EM First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class A - Cocaine ', 0), (4674, 20, '2025-05-15 12:00:00', 'UTC', '30DI0929325', ' VERDEJO, ESTHER CPS-EM First hearing Theft from a shop Assault by beating Assault by beating ', 0), (4675, 20, '2025-05-15 12:00:00', 'UTC', '30DI0571025', ' TROTH, DANELLA CPS-EM First hearing Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (4676, 20, '2025-05-15 12:00:00', 'UTC', '30DI0797025', ' HALL, Carl CPS-EM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (4677, 20, '2025-05-15 12:00:00', 'UTC', '30DI1699324', ' BATEMAN, THOMAS CPS-EM First hearing Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (4678, 20, '2025-05-15 12:00:00', 'UTC', '30DI0942925', ' JENKINS, Carol CPS-EM First hearing ', 0), (4679, 79, '2025-05-15 12:00:00', 'UTC', '42TK1204825', ' SYKES, Ena ESXPF Plea Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (4680, 79, '2025-05-15 12:00:00', 'UTC', '42TK2161424', ' NESHAT, Mohammod Mamon ESXPF Plea Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4681, 79, '2025-05-15 12:00:00', 'UTC', '42TK2392424', ' AZIZI, Ervin ESXPF Plea Use a motor vehicle on a road / public place without third party insurance Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4682, 79, '2025-05-15 12:00:00', 'UTC', '42TK2388324', ' DONATI, Valentina ESXPF Plea Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (4683, 79, '2025-05-15 12:00:00', 'UTC', '42TK2181924', ' PATEL, Ahmedraza Mahomedhanif ESXPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (4684, 79, '2025-05-15 12:00:00', 'UTC', '41CT1559924', ' LARYEA, Gerald HERTPF Plea Exceed a variable speed limit - automatic camera device ', 0), (4685, 79, '2025-05-15 12:00:00', 'UTC', '42TK2041524', ' LARYEA, Gerald Beau ESXPF Plea Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (4686, 79, '2025-05-15 12:00:00', 'UTC', '42TK1651424', ' DPD Group UK Ltd ESXPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4687, 79, '2025-05-15 12:00:00', 'UTC', '42TK1153725', ' ARMSTRONG, Jasmine ESXPF Plea ', 0), (4688, 26, '2025-05-15 12:00:00', 'UTC', '46ZY1254725', ' SAVAGE, Gary CPS-SE Sentence Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Breach a non-molestation order - Family Law Act 1996 ', 0), (4689, 26, '2025-05-15 12:00:00', 'UTC', '46ZY1414225', ' SAVAGE, Gary CPS-SE Sentence Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 ', 0), (4690, 26, '2025-05-15 12:00:00', 'UTC', '46ZY1358425', ' SPENDLEY, Aaron CPS-SE Sentence Theft from a shop ', 0), (4691, 26, '2025-05-15 12:00:00', 'UTC', '46ZY2003824', ' SPENDLEY, Aaron CPS-SE Sentence Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Fail to surrender to police / court bail at the appointed time Fraud by false representation - Fraud Act 2006 ', 1), (4692, 26, '2025-05-15 12:00:00', 'UTC', '46ZY1258725', ' SPENDLEY, Aaron CPS-SE Sentence Theft from a shop Theft from a shop ', 0), (4693, 26, '2025-05-15 12:00:00', 'UTC', '46ZY1134325', ' BAILLIE, Luke CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4694, 28, '2025-05-16 12:00:00', 'UTC', '45WK0212325', ' WYETH, JOANNA CPS-SE Sentence Common assault of an emergency worker ', 0), (4695, 28, '2025-05-16 12:00:00', 'UTC', '45RB0941424', ' LOWING, JODY CPS-LS Bail Variation Drive a vehicle whilst unfit through drugs Application Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Possess a controlled drug of Class A - Other Possess a class C controlled drug ', 1), (4696, 28, '2025-05-16 12:00:00', 'UTC', '45RB0315625', ' LOWING, JODY CPS-SE Bail Variation Use threatening / abusive words / behaviour likely Application to cause harassment, alarm or distress Theft from a shop ', 0), (4697, 28, '2025-05-16 12:00:00', 'UTC', '45GD0516225', ' LAWRENCE, DARREN CPS-SE Sentence Theft from a shop Assault by beating ', 0), (4698, 36, '2025-05-15 12:00:00', 'UTC', '04ZL1496325', ' VASILIU, Viorica CPS-NW Plea Theft from a shop ', 0), (4699, 36, '2025-05-15 12:00:00', 'UTC', '04ZL1021225', ' RELIHAN, Anthony CPS-NW Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4700, 36, '2025-05-15 12:00:00', 'UTC', '04ZL1963825', ' REES, Callum CPS-NW Further Case Common assault Management Criminal damage to property valued under £5000 ', 0), (4701, 36, '2025-05-15 12:00:00', 'UTC', '04ZL1079925', ' WHYTE, Chloe CPS-NW Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (4702, 36, '2025-05-15 12:00:00', 'UTC', '04ZL1302525', ' HOCKING, Zachery CPS-NW Plea Cause serious injury by dangerous driving Drive a vehicle when the registration mark fails to conform with regulations Criminal damage - recklessly endangering life Use a motor vehicle on a road / public place without third party insurance ', 1), (4703, 36, '2025-05-15 12:00:00', 'UTC', '04ZL3342123', ' EASTHAM, John CPS-NW Sentence Sexual assault on a female Theft from a shop Press/Publication restrictions apply to this case ', 0), (4704, 36, '2025-05-15 12:00:00', 'UTC', '04ZL3411823', ' EASTHAM, John CPS-NW Sentence Exposure - SOA 2003 Fail to surrender to police / court bail at the appointed time Press/Publication restrictions apply to this case ', 0), (4705, 36, '2025-05-15 12:00:00', 'UTC', '04ZL3412823', ' EASTHAM, John CPS-NW Sentence Exposure - SOA 2003 Press/Publication restrictions apply to this case ', 0), (4706, 52, '2025-05-15 12:00:00', 'UTC', '54ED0107725', ' CULLETON, SHANNON CPS-WX First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4707, 52, '2025-05-15 12:00:00', 'UTC', '54ED0609524', ' CLOSIER, GAVIN CPS-WX First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4708, 52, '2025-05-15 12:00:00', 'UTC', '54ED0047625', ' PORTER, JAMES CPS-WX First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4709, 52, '2025-05-15 12:00:00', 'UTC', '54ED0512124', ' BOWYER, DANNI CPS-WX Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4710, 52, '2025-05-15 12:00:00', 'UTC', '54ED0591924', ' TULLOCH, MARSHALL CPS-WX Sentence Theft from the person of another Assault by beating ', 0), (4711, 52, '2025-05-15 12:00:00', 'UTC', '54ES0049125', ' PRETORIUS, KATRINA CPS-WX Further Case Drive motor vehicle when alcohol level above limit Management ', 1), (4712, 52, '2025-05-15 12:00:00', 'UTC', '54ES0269124', ' FERNANDO, AARON CPS-WX Mention Criminal damage to property valued under £5000 RIDEOUT, LLOYD Criminal damage to property valued under £5000 ', 0), (4713, 52, '2025-05-15 12:00:00', 'UTC', '54ES0725624', ' FERNANDO, AARON CPS-WX Mention Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4714, 52, '2025-05-15 12:00:00', 'UTC', '54ED0486024', ' SLOPER, ROY CPS-WX First hearing Use threatening / abusive / insulting words / ', 0), (4715, 56, '2025-05-15 12:00:00', 'UTC', '42MR3063924', ' BISHOP, Hollie CPS-EEE Sentence Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (4716, 56, '2025-05-15 12:00:00', 'UTC', '42MR3342824', ' BISHOP, Hollie CPS-EEE Sentence Assault by beating ', 0), (4717, 56, '2025-05-15 12:00:00', 'UTC', '42MR1735225', ' SIDHU, Gurnham CPS-EEE Mention Common assault Press/Publication restrictions apply to this case ', 0), (4718, 56, '2025-05-15 12:00:00', 'UTC', '42MR1575825', ' FIELD, Danny CPS-EEE Sentence Common assault of an emergency worker Theft from a shop ', 0), (4719, 56, '2025-05-15 12:00:00', 'UTC', '31CF0205625', ' JOHNSON, EBONY CPS-EM Sentence Assault by beating of an emergency worker ', 0), (4720, 56, '2025-05-15 12:00:00', 'UTC', '42MR3437824', ' MEHMET, Ozay CPS-EEE Plea Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (4721, 56, '2025-05-15 12:00:00', 'UTC', '42MR2027123', ' ALFRED, Shawn CPS-EEE Plea Assault by beating of an emergency worker ', 0), (4722, 59, '2025-05-16 12:00:00', 'UTC', '06MM0324224', ' WILLIAMSON, ADAM CPS-NW Sentence Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Aggravated vehicle taking - ( initial taker ) and vehicle damage of £5000 or over Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4723, 59, '2025-05-16 12:00:00', 'UTC', '30DI1662324', ' LEA, REBECCA CPS-EM Plea Common assault LEA, RHONDA Common assault ', 0), (4724, 59, '2025-05-16 12:00:00', 'UTC', '06A10194325', ' FROGGATT, Anthony CPS-NW Sentence Breach SHPO / interim SHPO ', 0), (4725, 59, '2025-05-16 12:00:00', 'UTC', '06A10759524', ' FINLAYSON, Keida CPS-NW Sentence Assault by beating Fail to surrender to police / court bail at the appointed time Cause without reasonable excuse on NHS premises a nuisance / disturbance ', 0), (4726, 59, '2025-05-16 12:00:00', 'UTC', '06A10786524', ' FINLAYSON, Keida CPS-NW Sentence Assault by beating ', 0), (4727, 59, '2025-05-16 12:00:00', 'UTC', '06A20143225', ' FINLAYSON, Keida CPS-NW Sentence Criminal damage to property valued under £5000 ', 0), (4728, 59, '2025-05-16 12:00:00', 'UTC', '20BW1487625', ' FINLAYSON, Keida CPS-WM Sentence Assault by beating Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin Assault by beating ', 0), (4729, 128, '2025-05-15 12:00:00', 'UTC', '06FF0342425', ' DUNN, Liam James GMPF First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4730, 128, '2025-05-15 12:00:00', 'UTC', '06FF0237525', ' WHITE, Stephen CPS-NW First hearing Theft from the person of another ', 0), (4731, 128, '2025-05-15 12:00:00', 'UTC', '06LL0302425', ' LOGSDON, TEEJAY GMPF First hearing Receiving stolen goods Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4732, 128, '2025-05-15 12:00:00', 'UTC', '06LL0185225', ' HUGILL, Callum GMPF First hearing Theft from a shop ', 0), (4733, 128, '2025-05-15 12:00:00', 'UTC', '06LL0302025', ' SMOGGIE, Andrew GMPF First hearing Observe a person doing a private act Breach SHPO / interim SHPO Press/Publication restrictions apply to this case ', 0), (4734, 128, '2025-05-15 12:00:00', 'UTC', '06KK0317925', ' CHADWICK, DAVID GMPF First hearing EMPTY TEMPLATE FOR USE WHERE A STANDARD OFFENCE WORDING IS NOT AVAILABLE ', 0), (4735, 128, '2025-05-15 12:00:00', 'UTC', '06KK0318325', ' ALKALIFA, Layth GMPF First hearing Possess a controlled drug of Class A - Cocaine ', 0), (4736, 128, '2025-05-15 12:00:00', 'UTC', '06LL0479024', ' HUGHES, SIMON CPS-NW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4737, 128, '2025-05-15 12:00:00', 'UTC', '06LL0272925', ' APPLETON, Nicky CPS-NW Further Case ', 0), (4738, 7, '2025-05-16 12:00:00', 'UTC', '20BW1229925', ' KENNEDY, Paul CPS-WM Plea Theft from a shop Theft from a shop ', 0), (4739, 7, '2025-05-16 12:00:00', 'UTC', '20BE1830624', ' AKHTAR, Atif CPS-WM Sentence Common assault Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4740, 7, '2025-05-16 12:00:00', 'UTC', '20BW1507424', ' MILLER, Riess CPS-WM Sentence Theft - other - including theft by finding Assault a person thereby occasioning them actual bodily harm ', 0), (4741, 7, '2025-05-16 12:00:00', 'UTC', '20BE1137525', ' ABDELRAHIM, Jaafar CPS-WM Plea Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4742, 7, '2025-05-16 12:00:00', 'UTC', '20BE2089924', ' STOKES, Kristina CPS-WM Plea Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4743, 7, '2025-05-16 12:00:00', 'UTC', '20BE1320225', ' KNIGHT, Gary CPS-WM Plea Common assault Theft from a shop Theft from a shop Assault by beating ', 0), (4744, 7, '2025-05-16 12:00:00', 'UTC', '20SH1007225', ' MARSHAL, Jack CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4745, 7, '2025-05-16 12:00:00', 'UTC', '20BW1231625', ' SHANNON, David WMIDPF Plea Criminal damage to property valued under £5000 ', 0), (4746, 14, '2025-05-16 12:00:00', 'UTC', '35NT1362925', ' MITCHELL, Marty CPS-EEEC Sentence Burglary other than dwelling with intent to steal ', 0), (4747, 14, '2025-05-16 12:00:00', 'UTC', '37CJ1486622', ' MITCHELL, Marty CPS-EENS Sentence Fail to surrender to police / court bail at the appointed time Harassment without violence Fail to surrender to police / court bail at the appointed time ', 0), (4748, 14, '2025-05-16 12:00:00', 'UTC', '35NT1327325', ' SMITH, Gary CPS-EEEC Sentence Breach criminal behaviour order ', 0), (4749, 80, '2025-05-15 12:00:00', 'UTC', '30DI0575024', ' IVANOV, DAMYAN CPS-EM Trial Stalking involving serious alarm / distress ', 0), (4750, 80, '2025-05-15 12:00:00', 'UTC', '30DI0109625', ' RILEY, Shaun CPS-EM Trial Theft from a shop ', 0), (4751, 80, '2025-05-15 12:00:00', 'UTC', '30DI0169125', ' RILEY, Shaun CPS-EM Trial Breach criminal behaviour order Theft from a shop ', 0), (4752, 80, '2025-05-15 12:00:00', 'UTC', '30SU0156425', ' STEVENS, Harry DERPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4753, 80, '2025-05-15 12:00:00', 'UTC', '30DI2199024', ' TUCKER, Anthony CPS-EM Trial Drive a motor vehicle dangerously ', 1), (4754, 80, '2025-05-15 12:00:00', 'UTC', '30DI0447825', ' SMITH , Jonathan DERPF Trial Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (4755, 80, '2025-05-15 12:00:00', 'UTC', '30DI1892224', ' CHATER, Karl CPS-EM Trial Assault a person thereby occasioning them actual bodily harm Assault by beating Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Harassment without violence Assault by beating Drive whilst disqualified ', 1), (4756, 112, '2025-05-16 12:00:00', 'UTC', '01TK4523424', ' GONZALEZ, Joseph Louis METPF Sentence Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (4757, 112, '2025-05-16 12:00:00', 'UTC', '01TK4966924', ' ZANGIE, Mohamed METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4758, 112, '2025-05-16 12:00:00', 'UTC', '01TA1316425', ' KEITA, Marius METPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (4759, 112, '2025-05-16 12:00:00', 'UTC', '01TA3207924', ' MARTINDALE, Jade METPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (4760, 112, '2025-05-16 12:00:00', 'UTC', '01TA1288025', ' CHARLES, Kane METPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (4761, 41, '2025-05-16 12:00:00', 'UTC', '33JJ0247325', ' FARONE, ROBERTO CPS-EM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (4762, 41, '2025-05-16 12:00:00', 'UTC', '33JJ1358224', ' SINGH, NARINDERJEET CPS-EM Trial Assault by beating Common assault Common assault ', 0), (4763, 121, '2025-05-16 12:00:00', 'UTC', '52SJ0162024', ' HURKETT, JOE HURKETT Application Application within criminal proceedings ', 0), (4764, 121, '2025-05-16 12:00:00', 'UTC', '93JD0414225', ' DAVIES, RYAN CPS-SW Sentence Trespass on the railway and refuse to quit ', 0), (4765, 121, '2025-05-16 12:00:00', 'UTC', '52SB0857624', ' DAVIES, RYAN CPS-SW Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4766, 121, '2025-05-16 12:00:00', 'UTC', '52SB0213625', ' MATTHEWS, CEEJAY AVSPF Bail Variation Send communication threatening death or serious Application harm Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a motor vehicle dangerously ', 1), (4767, 121, '2025-05-16 12:00:00', 'UTC', '52SU0140924', ' DONALDSON, STUART AVSPF Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1), (4768, 85, '2025-05-16 12:00:00', 'UTC', '55CH0085425', ' JOHNSON, SEAN CPS-WX First hearing Theft from a shop ', 0), (4769, 85, '2025-05-16 12:00:00', 'UTC', '55DH0148524', ' WILLMINGTON, TOMASZ DORPF First hearing Possess a prohibited image of a child ', 0), (4770, 85, '2025-05-16 12:00:00', 'UTC', '55CH0608124', ' SOUZA, LUCIANA CPS-WX Plea Fail to co-operate with a preliminary test - motor vehicle offence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4771, 85, '2025-05-16 12:00:00', 'UTC', '55TH0446624', ' HARRIS, JAMES CPS-WX First hearing Fraudulently use a registration mark / registration document Drive a motor vehicle which had been taken without the owner's consent Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Going equipped for theft - not motor vehicle Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4772, 85, '2025-05-16 12:00:00', 'UTC', '55CH0108325', ' PAINE, STEPHEN CPS-WX First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4773, 85, '2025-05-16 12:00:00', 'UTC', '55CH0607724', ' BIN HAIM, OMER CPS-WX Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4774, 85, '2025-05-16 12:00:00', 'UTC', '55CH0602724', ' SIMPSON, DANIEL CPS-WX First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4775, 85, '2025-05-16 12:00:00', 'UTC', '55DH0257924', ' LAWS, KIERAN CPS-WX Plea ', 0), (4776, 90, '2025-05-16 12:00:00', 'UTC', '52SG0280524', ' SPRIGGS, RYAN CPS-SW Trial Drive a motor vehicle dangerously Drive motor vehicle when alcohol level above limit ', 1), (4777, 90, '2025-05-16 12:00:00', 'UTC', '52SG0038623', ' TUNNEY, ANGELA CPS-SW Trial Assault a person thereby occasioning them actual bodily harm PHILLPOT, TERESA Assault a person thereby occasioning them actual bodily harm ', 0), (4778, 90, '2025-05-16 12:00:00', 'UTC', '52SG0048125', ' BROWN, DAVID CPS-SW Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Theft from a shop Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Theft from a shop ', 0), (4779, 90, '2025-05-16 12:00:00', 'UTC', '52SF0008825', ' JAMES, JESSICA CPS-SW Trial Individual fail to comply with a community protection notice Assault by beating Theft from a shop Common assault Assault by beating Theft from a shop Assault by beating Assault by beating ', 0), (4780, 90, '2025-05-16 12:00:00', 'UTC', '52SF0015325', ' JAMES, JESSICA CPS-SW Mention Obstruct / resist a constable in execution of duty Individual fail to comply with a community protection notice ', 0), (4781, 93, '2025-05-15 12:00:00', 'UTC', '55DH0016524', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4782, 93, '2025-05-15 12:00:00', 'UTC', '55CH0225924', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4783, 93, '2025-05-15 12:00:00', 'UTC', '55DH0268824', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4784, 93, '2025-05-15 12:00:00', 'UTC', '55DH0133324', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4785, 93, '2025-05-15 12:00:00', 'UTC', '47WW3188123', ' DENLEY, SALLY CPS-SE Sentence Theft from a shop ', 0), (4786, 93, '2025-05-15 12:00:00', 'UTC', '47WC1240823', ' DENLEY, SALLY CPS-SE Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (4787, 93, '2025-05-15 12:00:00', 'UTC', '55DH0063024', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4788, 93, '2025-05-15 12:00:00', 'UTC', '55DH0231324', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4789, 93, '2025-05-15 12:00:00', 'UTC', '55DH0020824', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4790, 93, '2025-05-15 12:00:00', 'UTC', '55DH0313823', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4791, 93, '2025-05-15 12:00:00', 'UTC', '55CH0021425', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop Theft from a shop ', 0), (4792, 93, '2025-05-15 12:00:00', 'UTC', '55DH0225424', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop Theft from a shop ', 0), (4793, 93, '2025-05-15 12:00:00', 'UTC', '55DH0214224', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4794, 93, '2025-05-15 12:00:00', 'UTC', '55CH0285924', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop Theft from a shop ', 0), (4795, 93, '2025-05-15 12:00:00', 'UTC', '55CH0323824', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4796, 93, '2025-05-15 12:00:00', 'UTC', '47WC2396923', ' DENLEY, SALLY CPS-SE Sentence Theft from a shop ', 0), (4797, 93, '2025-05-15 12:00:00', 'UTC', '55DH0078725', ' DENLEY, SALLY CPS-WX Sentence Theft from a shop ', 0), (4798, 93, '2025-05-15 12:00:00', 'UTC', '55DH0111525', ' WREAVES, JOHN CPS-WX First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (4799, 93, '2025-05-15 12:00:00', 'UTC', '55DH0110125', ' HEALEY, CHRISTOPHER CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (4800, 93, '2025-05-15 12:00:00', 'UTC', '55DH0108825', ' GRIFFITHS, MALAKAI CPS-WX First hearing Attempt theft from the person of another Criminal damage to property valued under £5000 Attempt burglary other than dwelling - with intent to commit damage Criminal damage to property valued under £5000 ', 0), (4801, 93, '2025-05-15 12:00:00', 'UTC', '55DH0109125', ' ROBINS, JAMES CPS-WX First hearing Theft from a shop Theft from a shop Theft from a shop ', 0), (4802, 93, '2025-05-15 12:00:00', 'UTC', '55DH0110825', ' TATE, FERN CPS-WX First hearing Theft from a shop ', 0), (4803, 69, '2025-05-16 12:00:00', 'UTC', '01WW1039625', ' RYSKALIYEV, Yernar CPS-LS Trial Assault by beating ', 0), (4804, 69, '2025-05-16 12:00:00', 'UTC', '01TW1006125', ' MAHNAVI, Ahmad-Abdal CPS-LS Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4805, 69, '2025-05-16 12:00:00', 'UTC', '01WW1260123', ' SEVCIK, Martin CPS-LS Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (4806, 69, '2025-05-16 12:00:00', 'UTC', '01TA1075625', ' ANDERSON, Adrian Lamar METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4807, 69, '2025-05-16 12:00:00', 'UTC', '01TK1846425', ' RENNO, Natalie METPF Trial Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (4808, 69, '2025-05-16 12:00:00', 'UTC', '01TA4454224', ' DE SOUSA LOPES, Jose METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4809, 69, '2025-05-16 12:00:00', 'UTC', '01TA1552825', ' WNUK, Mateusz METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4810, 69, '2025-05-16 12:00:00', 'UTC', '62SC1814624', ' SQUIRES, CHARLES SWPF DISQ - Traffic Fail to give information relating to the identification Disqualification of the driver / rider of a vehicle when required ', 1), (4811, 95, '2025-05-15 12:00:00', 'UTC', '01JI1122825', ' AKHTAR, Shamina CPS-LN First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (4812, 95, '2025-05-15 12:00:00', 'UTC', '01JC1128225', ' PATEL, Yunus CPS-LN First hearing Possess / control article for use in fraud - Fraud Act 2006 ', 0), (4813, 95, '2025-05-15 12:00:00', 'UTC', '01SX1174825', ' ODONOGHUE, Patrick CPS-LN First hearing Aggravated vehicle taking - ( initial taker ) and dangerous driving Possess shotgun without a certificate Assault a person thereby occasioning them actual bodily harm Burglary dwelling and theft - no violence ', 1), (4814, 95, '2025-05-15 12:00:00', 'UTC', '01KD1129025', ' HEVER, Sean CPS-LN First hearing Theft from a shop ', 0), (4815, 95, '2025-05-15 12:00:00', 'UTC', '01KD1129225', ' BARBER, Bradley CPS-LN First hearing Theft from a shop Common assault ', 0), (4816, 95, '2025-05-15 12:00:00', 'UTC', '01KG1158125', ' OMARA, Daniel CPS-LN First hearing Racially / religiously aggravated harassment with fear of violence ', 0), (4817, 95, '2025-05-15 12:00:00', 'UTC', '01HT1223525', ' UDDIN, Mohammad nur CPS-LN First hearing Stalking involving serious alarm / distress Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 Breach a non-molestation order - Family Law Act 1996 ', 0), (4818, 95, '2025-05-15 12:00:00', 'UTC', '01BS1084224', ' BOKOKO, Jeanpaul CPS-LS Hearing Fraud by false representation - Fraud Act 2006 ', 0), (4819, 5, '2025-05-16 12:00:00', 'UTC', '16XP3306222', ' BUCKINGHAM, PHILLIP CPS-YH Trial Adult attempt to engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (4820, 5, '2025-05-16 12:00:00', 'UTC', '16XP1551324', ' BALAN, COSTICA CPS-YH Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Possess an offensive weapon in a public place BALAN, DANUT Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4821, 5, '2025-05-16 12:00:00', 'UTC', '16XP2342924', ' KASTRATI, EDISON CPS-YH Trial Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4822, 5, '2025-05-16 12:00:00', 'UTC', '16XP2024224', ' DEVALL, MICHAEL CPS-YH Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4823, 75, '2025-05-16 12:00:00', 'UTC', '50AC0080425', ' ROBERTS, LEWIS CPS-SW Sentence Drive motor vehicle when alcohol level above limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4824, 75, '2025-05-16 12:00:00', 'UTC', '50AC0070824', ' PENTECOST, LUKE CPS-SW Sentence Assault by beating Assault by beating ', 0), (4825, 75, '2025-05-16 12:00:00', 'UTC', '50AC0136925', ' TINSLEY, HAYDEN CPS-SW Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4826, 75, '2025-05-16 12:00:00', 'UTC', '50AC0470824', ' SMITH, MICHAEL CPS-SW Sentence Use a motor vehicle on a road / public place without third party insurance Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4827, 75, '2025-05-16 12:00:00', 'UTC', '50AC0064925', ' TREMBATH, NIKITA CPS-SW Sentence Possess a loaded / unloaded air weapon in a public place ', 0), (4828, 75, '2025-05-16 12:00:00', 'UTC', '50AC0608124', ' GREEN, ALFIE CPS-SW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a passenger vehicle with tyres with insufficient tread - less than 1.6mm ', 1), (4829, 75, '2025-05-16 12:00:00', 'UTC', '50AC0035325', ' DENNIS, RICKY CPS-SW First hearing ', 0), (4830, 76, '2025-05-16 12:00:00', 'UTC', '13XA1797024', ' BATES, JONATHAN WYPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (4831, 76, '2025-05-16 12:00:00', 'UTC', '06NN0061025', ' GEORGE, RUSSEL GMPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4832, 76, '2025-05-16 12:00:00', 'UTC', '06MM0054325', ' BEIGH, Shabir GMPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (4833, 76, '2025-05-16 12:00:00', 'UTC', '06GG0093625', ' DELANEY, Clare GMPF Sentence Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD ', 1), (4834, 76, '2025-05-16 12:00:00', 'UTC', '06MM0083125', ' LEATHER, Stephen GMPF Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (4835, 76, '2025-05-16 12:00:00', 'UTC', '06QQ0100125', ' NIELD, SCOTT GMPF Sentence Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (4836, 76, '2025-05-16 12:00:00', 'UTC', '06NN0059125', ' CAVANAGH, Niall GMPF Sentence Exceed a variable speed limit - automatic camera device ', 0), (4837, 76, '2025-05-16 12:00:00', 'UTC', '06A10171225', ' MOHAMED, Hani GMPF Sentence Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (4838, 76, '2025-05-16 12:00:00', 'UTC', '06PP0125425', ' WARRILOW, Ian GMPF Sentence Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (4839, 10, '2025-05-19 12:00:00', 'UTC', '47WS0410225', ' PANTELI, MICHAEL SSXPF Application Application to suspend disqualification pending appeal ', 0), (4840, 10, '2025-05-19 12:00:00', 'UTC', '47WS0012625', ' LAW, ANTHONY SSXPF Application Application to suspend disqualification pending appeal ', 0), (4841, 10, '2025-05-19 12:00:00', 'UTC', '47CC2178924', ' HEMPSON-LOIZOU, LIAM CPS-SE Trial Criminal damage to property valued under £5000 Fail to surrender to police / court bail at the appointed time Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Attempt theft - other - including by theft ' finding ' Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating Theft - other - including theft by finding ', 0), (4842, 10, '2025-05-19 12:00:00', 'UTC', '47CC0205825', ' HEMPSON-LOIZOU, LIAM CPS-SE Trial Possess a controlled drug of Class A - Cocaine ', 0), (4843, 10, '2025-05-19 12:00:00', 'UTC', '47CC1002324', ' COMPTON, ELLE CPS-SE Trial of Issue / Owner / person in charge of dog dangerously out Newton hearing of control causing injury ', 0), (4844, 13, '2025-05-16 12:00:00', 'UTC', '60WS1045624', ' SANDHU, JAMES CPS-CYN Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Criminal damage to property valued under £5000 Affray Threaten a person with a blade / sharply pointed article in a public place ', 0), (4845, 13, '2025-05-16 12:00:00', 'UTC', '01QK1056325', ' OWEN JONES, Daneal CPS-LN Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (4846, 13, '2025-05-16 12:00:00', 'UTC', '60WS0141325', ' SIMS, ROBERT CPS-CYN Trial Possess an offensive weapon in a public place ', 0), (4847, 16, '2025-05-16 12:00:00', 'UTC', '62EN0384625', ' JONES, WESLEY CPS-CYSE Sentence Theft from a shop ', 0), (4848, 16, '2025-05-16 12:00:00', 'UTC', '62EN0034125', ' CHUDIAK, DAVID CPS-CYSE Sentence Assault by beating of an emergency worker Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Criminal damage to property valued under £5000 Obstruct / resist a constable in execution of duty ', 0), (4849, 16, '2025-05-16 12:00:00', 'UTC', '62EN1192124', ' NELSON, KALE CPS-CYSE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance ', 1), (4850, 16, '2025-05-16 12:00:00', 'UTC', '62EN0141125', ' BOLT, LAURA CPS-CYSE First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (4851, 16, '2025-05-16 12:00:00', 'UTC', '62EN0405625', ' BENNETT, CAMERON CPS-CYSE First hearing Assault by beating Assault by beating Assault by beating ', 0), (4852, 16, '2025-05-16 12:00:00', 'UTC', '62EN0405125', ' REES, KRISTIE CPS-CYSE First hearing Drunk and disorderly in a public place ', 0), (4853, 16, '2025-05-16 12:00:00', 'UTC', '62EN0407125', ' BELLAMY, DAMIEN CPS-CYSE First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (4854, 78, '2025-05-16 12:00:00', 'UTC', '07WZ0281225', ' YARDLEY, AARON CPS-MC Mention & Fix Assault by beating Press/Publication restrictions apply to this case ', 0), (4855, 78, '2025-05-16 12:00:00', 'UTC', '07WZ2003323', ' LANCASTER, GARETH CPS-MC Plea Possess with intent to supply a controlled drug of Class B - Cannabis Concerned in supply of cocaine Possess with intent to supply a controlled drug of Class C - Other ', 0), (4856, 78, '2025-05-16 12:00:00', 'UTC', '07WZ0385225', ' HIBBERT, BRANNAN CPS-MC Sentence Drive motor vehicle when alcohol level above limit ', 1), (4857, 78, '2025-05-16 12:00:00', 'UTC', '07WZ0380025', ' ROWLEY, NIAMH CPS-MC Sentence Drive motor vehicle when alcohol level above limit ', 1), (4858, 78, '2025-05-16 12:00:00', 'UTC', '07WZ0320825', ' HOWKINS, CALLY-ANNE CPS-MC First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker Obstruct / resist a constable in execution of duty ', 0), (4859, 78, '2025-05-16 12:00:00', 'UTC', '07WZ1895724', ' SWEENEY, CARIE-LEE CPS-MC First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating ', 0), (4860, 78, '2025-05-16 12:00:00', 'UTC', '07WZ0327525', ' MALONEY, STEPHEN CPS-MC First hearing Fail to provide specimen for analysis - vehicle driver Assault by beating of an emergency worker Assault by beating of an emergency worker ', 1), (4861, 107, '2025-05-16 12:00:00', 'UTC', '48C60147024', ' MOHAMMADI MELKSARI, TAYEB CPS-LS Trial ', 0), (4862, 107, '2025-05-16 12:00:00', 'UTC', '01CW1770324', ' LEE, Christopher CPS-LS Trial ', 0), (4863, 107, '2025-05-16 12:00:00', 'UTC', '01BS1013825', ' MASTERS, Benjamin CPS-LS Trial ', 0), (4864, 107, '2025-05-16 12:00:00', 'UTC', '01MD1160025', ' MASTERS, Benjamin CPS-LS Mention ', 0), (4865, 107, '2025-05-16 12:00:00', 'UTC', '48C30114224', ' NOUROLAHI, MEHDI CITYPF Trial ', 0), (4866, 107, '2025-05-16 12:00:00', 'UTC', '48C30208024', ' HAI, ABDUL CITYPF Trial ', 0), (4867, 107, '2025-05-16 12:00:00', 'UTC', '48C30159724', ' HUSSAIN, ABJAL CITYPF Trial ', 0), (4868, 107, '2025-05-16 12:00:00', 'UTC', '48C30199824', ' CHEHRIT, AGHILAS CITYPF Trial ', 0), (4869, 107, '2025-05-16 12:00:00', 'UTC', '01TJ1366724', ' Atech Automative METPF Plea ', 0), (4870, 107, '2025-05-16 12:00:00', 'UTC', '48C30007525', ' DOCEMO, WURAOLA CITYPF Trial ', 0), (4871, 23, '2025-05-16 12:00:00', 'UTC', '01MD1106025', ' EMEOFA, Oghenekioja CPS-LS Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4872, 23, '2025-05-16 12:00:00', 'UTC', '01ZT1159324', ' TURNER, Jonathan CPS-LS Sentence Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 1), (4873, 23, '2025-05-16 12:00:00', 'UTC', '01ZD1123725', ' DULICE, Anthony CPS-LS Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Fail to surrender to police / court bail at the appointed time ', 0), (4874, 23, '2025-05-16 12:00:00', 'UTC', '01ZD1493224', ' WALKER, Aaron CPS-LS Sentence Theft from a shop Theft from a shop Common assault Fail to surrender to police / court bail at the appointed time ', 0), (4875, 23, '2025-05-16 12:00:00', 'UTC', '01ZT1098823', ' HOLLAND, Susan CPS-LS Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (4876, 23, '2025-05-16 12:00:00', 'UTC', '01LX1157224', ' CHENG, Joseph CPS-LS Sentence Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (4877, 97, '2025-05-16 12:00:00', 'UTC', '61US0203924', ' WARWICK, TINA GWTPF Sentence Permit use of motor vehicle with no insurance ', 1), (4878, 97, '2025-05-16 12:00:00', 'UTC', '61SC1518824', ' ELLIS, SIMON GWTPF Sentence Exceed a 50mph speed restriction on a special road / motorway - automatic camera device ', 1), (4879, 97, '2025-05-16 12:00:00', 'UTC', '63FH0374524', ' ELLIS, SIMON DYPPF Sentence Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (4880, 97, '2025-05-16 12:00:00', 'UTC', '61SC1676324', ' ALTAHIR, ALSADIQ GWTPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4881, 97, '2025-05-16 12:00:00', 'UTC', '61SC1457224', ' IDRIS, AZZA GWTPF Plea Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals ', 1), (4882, 97, '2025-05-16 12:00:00', 'UTC', '61SC1909324', ' GUNDRY-WHITE, RACHEL GWTPF Plea Exceed 30 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (4883, 97, '2025-05-16 12:00:00', 'UTC', '61US0209224', ' IKOTUN, AYODEJI GWTPF Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4884, 97, '2025-05-16 12:00:00', 'UTC', '61US0289424', ' LEONARD, KAIRAN GWTPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (4885, 97, '2025-05-16 12:00:00', 'UTC', '61US0267824', ' SMITH, MITCHELL GWTPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4886, 25, '2025-05-19 12:00:00', 'UTC', '20WS1341324', ' BROWN, Jody CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4887, 25, '2025-05-19 12:00:00', 'UTC', '20SW1025225', ' SMITH, Jeffrey CPS-WM Sentence Threats to kill ', 0), (4888, 25, '2025-05-19 12:00:00', 'UTC', '20DY1465724', ' VISOCKAS, Silvestr CPS-WM Mention Theft from a shop ', 0), (4889, 25, '2025-05-19 12:00:00', 'UTC', '20DY1086325', ' VISOCKAS, Silvester CPS-WM Mention Theft from a shop Theft from a shop ', 0), (4890, 25, '2025-05-19 12:00:00', 'UTC', '20WS1585724', ' CHAMBERS, Gareth CPS-WM Sentence Drive motor vehicle when alcohol level above limit ', 1), (4891, 25, '2025-05-19 12:00:00', 'UTC', '20DY1024525', ' ANSLOW, Deanne CPS-WM Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4892, 25, '2025-05-19 12:00:00', 'UTC', '20SW1057225', ' HALLORAN, Karen CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4893, 25, '2025-05-19 12:00:00', 'UTC', '20SW1316224', ' ASPBURY, Connor CPS-WM Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Theft of motor vehicle Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle dangerously Handle stolen goods ', 1), (4894, 82, '2025-05-15 12:00:00', 'UTC', '01YE1078725', ' MORRIS, Kemarion CPS-LN Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Possess an offensive weapon in a public place Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 1), (4895, 82, '2025-05-15 12:00:00', 'UTC', '01NI1182025', ' DUNNE, Liam CPS-LN First hearing Breach of stalking order / interim stalking order ', 0), (4896, 82, '2025-05-15 12:00:00', 'UTC', '01YE1155125', ' BHATT, Pritesh CPS-LN First hearing Assault by beating ', 0), (4897, 82, '2025-05-15 12:00:00', 'UTC', '01YE1156725', ' ANISORA, Ioneta CPS-LN First hearing Individual fail to comply with a community protection notice ', 0), (4898, 82, '2025-05-15 12:00:00', 'UTC', '01NI1111025', ' RATHOUR, Krishan CPS-LN Breach of Order Criminal damage to property valued under £5000 Assault by beating of an emergency worker Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (4899, 110, '2025-05-16 12:00:00', 'UTC', '16XP0119025', ' SMYLIE, WESLEY CPS-YH Mention & Fix Drive motor vehicle when alcohol level above limit ', 1), (4900, 110, '2025-05-16 12:00:00', 'UTC', '16XP0518425', ' ELEY, RICHARD CPS-YH Application Stalking involving fear of violence ', 0), (4901, 110, '2025-05-16 12:00:00', 'UTC', '16XP1792024', ' HADLEY, HARRISON CPS-YH Bail Application Theft of motor vehicle ', 1), (4902, 110, '2025-05-16 12:00:00', 'UTC', '16XP0505225', ' REA, KARL CPS-YH Application Burglary other than dwelling - theft ', 0), (4903, 110, '2025-05-16 12:00:00', 'UTC', '16XP0323025', ' BROOKS, LEE CPS-YH Hearing Criminal damage to property valued under £5000 ', 0), (4904, 110, '2025-05-16 12:00:00', 'UTC', '16XP1144424', ' WHITTAKER, PHILLIP CPS-YH Application Threats to kill Harassment without violence ', 0), (4905, 110, '2025-05-16 12:00:00', 'UTC', '16XP1707023', ' REID, MARYLIN HUMPF Mention Stalking without fear / alarm / distress ', 0), (4906, 111, '2025-05-16 12:00:00', 'UTC', '44LN0083025', ' CAVANAGH, NINO CPS-WX Sentence Burglary other than dwelling - theft Theft from a shop Common assault ', 0), (4907, 111, '2025-05-16 12:00:00', 'UTC', '44LN0081325', ' HATAMI, REZA CPS-WX First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4908, 111, '2025-05-16 12:00:00', 'UTC', '44LN0086825', ' TRAYNER, PETER CPS-WX First hearing Sex offenders register - fail comply with interim notification requirements - SOA 2003 ', 0), (4909, 111, '2025-05-16 12:00:00', 'UTC', '44LN0077025', ' MASTERS, PERRY CPS-WX First hearing Theft from a shop ', 0), (4910, 111, '2025-05-16 12:00:00', 'UTC', '44LN0227124', ' SADLER, MATTHEW CPS-WX First hearing Assault by beating ', 0), (4911, 111, '2025-05-16 12:00:00', 'UTC', '44LN0096525', ' GLADDIS, LEON CPS-WX Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive whilst disqualified Use a motor vehicle on a road without a valid test certificate Use a motor vehicle on a road / public place without third party insurance ', 1), (4912, 111, '2025-05-16 12:00:00', 'UTC', '44LN0257824', ' DICKINSON, CHRISTOPHER CPS-WX Sentence Assault by beating Possess a controlled drug of Class A - Cocaine ', 0), (4913, 111, '2025-05-16 12:00:00', 'UTC', '44LN0266324', ' SWEET, DANIEL HIWPF Sentence Assault by beating Harassment without violence Assault by beating Stalking without fear / alarm / distress Theft from a shop ', 0), (4914, 39, '2025-05-16 12:00:00', 'UTC', '60CC1341624', ' SARGEANT, SOPHIE CPS-CYN Trial Fail to provide specimen for analysis - vehicle driver Fail to provide specimen for analysis - vehicle driver ', 1), (4915, 39, '2025-05-16 12:00:00', 'UTC', '93JD0779824', ' ANDERSON, WAYNE CPS-WM Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (4916, 132, '2025-05-15 12:00:00', 'UTC', '06FF0549424', ' PARTINGTON, MOLLIE CPS-NW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4917, 132, '2025-05-15 12:00:00', 'UTC', '06A10035225', ' VOJEKO, Thomas CPS-NW First hearing Fail to provide specimen for analysis - vehicle driver Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (4918, 132, '2025-05-15 12:00:00', 'UTC', '06A20028425', ' HANARHAN, Charles CPS-NW First hearing Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Common assault ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (4919, 132, '2025-05-15 12:00:00', 'UTC', '06A20028125', ' BURGESS, Ben CPS-NW First hearing Threaten a person with a blade / sharply pointed article in a public place ', 0), (4920, 132, '2025-05-15 12:00:00', 'UTC', '06QQ0049724', ' MARSDEN, Tony CPS-NW Plea Criminal damage to property valued under £5000 ', 0), (4921, 133, '2025-05-19 12:00:00', 'UTC', '62SC1913424', ' DAVIES, ANDREW SWPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4922, 133, '2025-05-19 12:00:00', 'UTC', '62WN0406224', ' CONNORS, CALLUM SWPF Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4923, 133, '2025-05-19 12:00:00', 'UTC', '62SC1685224', ' DUNKERLEY, LEIGHTON SWPF Plea Speeding - exceed 20 mph on restricted road in Wales - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4924, 133, '2025-05-19 12:00:00', 'UTC', '62SC1295824', ' ALD AUTOMOTIVE LIMITED SWPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (4925, 133, '2025-05-19 12:00:00', 'UTC', '62SC0208525', ' JONES, JORDAN SWPF Plea Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (4926, 133, '2025-05-19 12:00:00', 'UTC', '62CL0308825', ' JAMES, NICHOLAS CPS-CYSE Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (4927, 133, '2025-05-19 12:00:00', 'UTC', '62SC0133325', ' BENNETT, PAUL SWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (4928, 84, '2025-05-16 12:00:00', 'UTC', '07EZ1249924', ' WHITEHURST, PAUL CPS-CYN Sentence Harassment - breach of a restraining order on conviction ', 0), (4929, 84, '2025-05-16 12:00:00', 'UTC', '60EF0242425', ' ROBINSON, STEVEN CPS-CYN Sentence Criminal damage to property valued under £5000 Assault by beating of an emergency worker ', 0), (4930, 84, '2025-05-16 12:00:00', 'UTC', '60EF0320825', ' JONES, GRAHAM NWPF First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (4931, 84, '2025-05-16 12:00:00', 'UTC', '60EF0618125', ' DIVALL, LIAM CPS-CYN First hearing Fail to provide specimen for analysis - vehicle driver Obstruct / resist a constable in execution of duty ', 1), (4932, 84, '2025-05-16 12:00:00', 'UTC', '60EF0362925', ' LLOYD, ROBERT CPS-CYN Mention Common assault ', 0), (4933, 84, '2025-05-16 12:00:00', 'UTC', '60EF0001525', ' WHITE, BRADLEY CPS-CYN Plea Common assault of an emergency worker Assault by beating of an emergency worker ', 0), (4934, 134, '2025-05-16 12:00:00', 'UTC', '10U50355824', ' LECK, Ian CPS-NEN Trial Assault by beating of an emergency worker ', 0), (4935, 46, '2025-05-16 12:00:00', 'UTC', '31CF0095625', ' HOLMES, Gary CPS-EM Mention & Fix Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (4936, 46, '2025-05-16 12:00:00', 'UTC', '31CF0731525', ' RYLANCE, DANIEL CPS-EM Bail Application Wound / inflict grievous bodily harm without intent ', 0), (4937, 46, '2025-05-16 12:00:00', 'UTC', '31CF1780924', ' RICHARDSON, KARL CPS-EM Sentence Common assault Theft from a shop Theft from a shop ', 0), (4938, 46, '2025-05-16 12:00:00', 'UTC', '31CF1833224', ' ASHFORTH, JAMIE CPS-EM Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (4939, 46, '2025-05-16 12:00:00', 'UTC', '31CF0422525', ' ASHLEY, COREY CPS-EM Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4940, 99, '2025-05-16 12:00:00', 'UTC', '11EE0688624', ' BARTLEY, Katie CPS-NECD First hearing Attempt theft from shop ', 0), (4941, 99, '2025-05-16 12:00:00', 'UTC', '11EE0039925', ' YOUNGER, Nathan CPS-NECD First hearing Drive motor vehicle when alcohol level above limit Drive a vehicle whilst unfit through drugs Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (4942, 99, '2025-05-16 12:00:00', 'UTC', '11SS0303724', ' MCCANN, Colin CPS-NECD First hearing Assault by beating of an emergency worker ', 0), (4943, 99, '2025-05-16 12:00:00', 'UTC', '11DD0054025', ' WELSH, David CPS-NECD First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (4944, 99, '2025-05-16 12:00:00', 'UTC', '11EE0062825', ' MILBURN, Lee CPS-NECD First hearing Assault by beating ', 0), (4945, 99, '2025-05-16 12:00:00', 'UTC', '11SS0454524', ' DOONAN, Gemma CPS-NECD First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (4946, 99, '2025-05-16 12:00:00', 'UTC', '11DD0011125', ' STRAY, Jon-joe CPS-NECD First hearing Handle stolen goods ', 0), (4947, 99, '2025-05-16 12:00:00', 'UTC', '11SS0423924', ' HOWE, Dean David CPS-NECD First hearing Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle dangerously Possess a controlled drug of Class A - Cocaine Fail to provide specimen for analysis - vehicle driver ', 1), (4948, 99, '2025-05-16 12:00:00', 'UTC', '11WW0208824', ' RHODES, Kyle CPS-NECD First hearing Assault by beating of an emergency worker ', 0), (4949, 49, '2025-05-16 12:00:00', 'UTC', '44PC1071124', ' BATEMAN, DANIEL CPS-WX Sentence Stalking without fear / alarm / distress ', 0), (4950, 49, '2025-05-16 12:00:00', 'UTC', '44PC0420624', ' ABRAHAM, LENNIE CPS-WX Sentence Assault by beating Press/Publication restrictions apply to this case ', 0), (4951, 49, '2025-05-16 12:00:00', 'UTC', '44PC0790524', ' PLESTED, ASHLEY CPS-WX Sentence Criminal damage to property valued under £5000 Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (4952, 49, '2025-05-16 12:00:00', 'UTC', '44PC0240725', ' FAULKNER, CHARLIE CPS-WX Further Case Fail to co-operate with a preliminary test - motor Management vehicle offence ', 1), (4953, 49, '2025-05-16 12:00:00', 'UTC', '44PC1166824', ' FAULKNER, CHARLIE CPS-WX Further Case Fail to provide specimen for analysis - vehicle Management driver Fail to co-operate with a preliminary test - motor vehicle offence Fail to provide specimen for analysis - vehicle driver Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (4954, 49, '2025-05-16 12:00:00', 'UTC', '47CC2779824', ' MCCANN, MARK SSXPF First hearing Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (4955, 49, '2025-05-16 12:00:00', 'UTC', '44PC0402525', ' HERNANDEZ, JORDAN CPS-WX Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (4956, 49, '2025-05-16 12:00:00', 'UTC', '44PC0312125', ' SCOTT, DARREN CPS-WX Plea Drive motor vehicle when alcohol level above limit ', 1), (4957, 49, '2025-05-16 12:00:00', 'UTC', '47WW2828424', ' ORYAKHAIL, GULAHMAD CPS-SE Mention - Stalking without fear / alarm / distress Defendant to Attend ', 0), (4958, 59, '2025-05-19 12:00:00', 'UTC', '06FF0008125', ' NICHOLSON, BRANDON CPS-NW Plea Drunk and disorderly in a public place ', 0), (4959, 59, '2025-05-19 12:00:00', 'UTC', '30HH0044622', ' SALOMONI, Edward CPS-NW Sentence Criminal damage to property valued under £5000 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (4960, 59, '2025-05-19 12:00:00', 'UTC', '06MM0269824', ' KIARAN, MASOUD CPS-NW Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (4961, 59, '2025-05-19 12:00:00', 'UTC', '06FF0210025', ' KIARAN, MASOUD CPS-NW Sentence Use a motor vehicle on a road / public place without third party insurance Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class A - Cocaine Drive whilst disqualified ', 1), (4962, 91, '2025-05-15 12:00:00', 'UTC', '01RP1005925', ' SIMOS, Marvin CPS-LN Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (4963, 91, '2025-05-15 12:00:00', 'UTC', '01GD1249824', ' SASHEV, Sasho CPS-LN Mention Going equipped for theft - not motor vehicle ', 1), (4964, 91, '2025-05-15 12:00:00', 'UTC', '01MP1208524', ' SHARMA, Amaan CPS-LN Sentence Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (4965, 64, '2025-05-19 12:00:00', 'UTC', '20WV1464324', ' FIELD, Louis CPS-WM Trial Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (4966, 64, '2025-05-19 12:00:00', 'UTC', '20SW1182525', ' JOHAL, Jaspal CPS-WM Trial Theft from the person of another Possess a controlled drug of Class A - Crack Cocaine Assault a person thereby occasioning them actual bodily harm ', 0), (4967, 64, '2025-05-19 12:00:00', 'UTC', '20WV1173924', ' SEWELL, David CPS-WM Trial Criminal damage to property valued under £5000 ', 0), (4968, 64, '2025-05-19 12:00:00', 'UTC', '20WS1428124', ' CALVIN, Marcus CPS-WM Trial Wound / inflict grievous bodily harm without intent Assault by beating Assault by beating Criminal damage to property valued under £5000 Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Criminal damage to property valued under £5000 Intentional strangulation Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm ', 0), (4969, 64, '2025-05-19 12:00:00', 'UTC', '21CL0411625', ' OKELLY, NATALIE CPS-WM Mention Theft from a shop ', 0), (4970, 64, '2025-05-19 12:00:00', 'UTC', '20WV1381823', ' O'KELLY, Natalie CPS-WM Mention Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Theft from a shop ', 0), (4971, 64, '2025-05-19 12:00:00', 'UTC', '20WV1136224', ' O'KELLY, Natalie CPS-WM Mention Fail to surrender to police / court bail at the appointed time Theft from a shop ', 0), (4972, 68, '2025-05-19 12:00:00', 'UTC', '01BX1030724', ' TANIR, Davut CPS-LS Mention ', 0), (4973, 68, '2025-05-19 12:00:00', 'UTC', '01MP1003624', ' GREGORY, Aston CPS-LS Plea Press/Publication restrictions apply to this case ', 0), (4974, 68, '2025-05-19 12:00:00', 'UTC', '01EK1141825', ' ELAYDI, Ahmed CPS-LN Sentence ', 0), (4975, 68, '2025-05-19 12:00:00', 'UTC', '01FH1059225', ' ELAYDI, Ahmed CPS-LS Sentence ', 0), (4976, 68, '2025-05-19 12:00:00', 'UTC', '01CW1492524', ' MALIK, Rizwan CPS-LS Mention ', 0), (4977, 68, '2025-05-19 12:00:00', 'UTC', '01SX1309724', ' FORY, Timothy CPS-LN Bail Variation Application ', 0), (4978, 68, '2025-05-19 12:00:00', 'UTC', '01CW1234825', ' IBRAHIM, Nathan CPS-LS Sentence ', 0), (4979, 68, '2025-05-19 12:00:00', 'UTC', '01CW1193925', ' LAIDANI, Soheib CPS-LS Sentence (Prosecution to Attend) ', 0), (4980, 68, '2025-05-19 12:00:00', 'UTC', '01CW1195225', ' BLACK, Zeyna CPS-LS Sentence ', 0), (4981, 68, '2025-05-19 12:00:00', 'UTC', '01CW1060725', ' HASSAN, Mohamed CPS-LS Sentence ', 0), (4982, 68, '2025-05-19 12:00:00', 'UTC', '93JD0377424', ' AISSAOUI, BILAL CPS-WM Plea ', 0), (4983, 72, '2025-05-16 12:00:00', 'UTC', '60EW0149125', ' LEWIS, CIERA NWPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (4984, 72, '2025-05-16 12:00:00', 'UTC', '60CD0063025', ' KENDALL, STACEY NWPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (4985, 72, '2025-05-16 12:00:00', 'UTC', '60EF0041725', ' HOWLEY, SIMON NWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (4986, 72, '2025-05-16 12:00:00', 'UTC', '60EF1459524', ' MCNAB, ALEC NWPF Sentence Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4987, 72, '2025-05-16 12:00:00', 'UTC', '60EW0197625', ' DODD, MICHAEL NWPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (4988, 72, '2025-05-16 12:00:00', 'UTC', '60EF0121425', ' HALLOWELL, IAN NWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (4989, 72, '2025-05-16 12:00:00', 'UTC', '60WG1276224', ' SIMONS, GEORGE NWPF Plea Drive a motor vehicle on a road after refusal of grant / revocation of driving licence on account of disability ', 1), (4990, 95, '2025-05-16 12:00:00', 'UTC', '01KG1109525', ' CARUANA, Kieran CPS-LN Plea Possess a controlled drug of Class A - Cocaine ', 0), (4991, 95, '2025-05-16 12:00:00', 'UTC', '01KG1162824', ' OGUNWALE, Ronnie CPS-LN Review Possess a controlled drug of Class B - Cannabis / Cannabis Resin OGUNWALE, Adebayo Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4992, 95, '2025-05-16 12:00:00', 'UTC', '01KD1114625', ' SABOOR, Abdul CPS-LN First hearing Burglary other than dwelling - theft Burglary other than dwelling - theft ', 0), (4993, 95, '2025-05-16 12:00:00', 'UTC', '01JI1277824', ' MURPHY, Kieran CPS-LN Plea Destroy / damage property of a value unknown Destroy / damage property of a value unknown Assault a person thereby occasioning them actual bodily harm ', 0), (4994, 95, '2025-05-16 12:00:00', 'UTC', '01HQ1013425', ' SIMATONIS, Andrius CPS-LN First hearing Theft from a shop ', 0), (4995, 95, '2025-05-16 12:00:00', 'UTC', '01JI1119125', ' ZENEIL, Arlin CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (4996, 95, '2025-05-16 12:00:00', 'UTC', '01RP1106325', ' KASTONOVICIUS, Mindaugas CPS-LN First hearing Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (4997, 95, '2025-05-16 12:00:00', 'UTC', '01KG1095525', ' HOOK-NIMKI, Bailey CPS-LN First hearing Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (4998, 81, '2025-05-16 12:00:00', 'UTC', '01TX1094825', ' MAUGI, Jatine CPS-LN Sentence Breach a non-molestation order - Family Law Act 1996 ', 0), (4999, 81, '2025-05-16 12:00:00', 'UTC', '01XB1103225', ' NIXON, Sonia CPS-LN Plea Breach criminal behaviour order ', 0), (5000, 81, '2025-05-16 12:00:00', 'UTC', '01TX1373624', ' DOBBINS, Alexa CPS-LN Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (5001, 81, '2025-05-16 12:00:00', 'UTC', '01TX1042525', ' DOBBINS, Alexa CPS-LN Sentence Obstruct / resist a constable in execution of duty Common assault of an emergency worker Common assault of an emergency worker ', 0), (5002, 81, '2025-05-16 12:00:00', 'UTC', '01QA1050725', ' GUZIC, Bogdan CPS-LN Sentence Drive motor vehicle when alcohol level above limit ', 1), (5003, 81, '2025-05-16 12:00:00', 'UTC', '01XB1109725', ' MAHEY, Gurmakh CPS-LN Sentence Assault by beating Criminal damage to property valued under £5000 ', 0), (5004, 81, '2025-05-16 12:00:00', 'UTC', '01XB1259224', ' HASSAN, Abdi CPS-LN Sentence Assault by beating ', 0), (5005, 81, '2025-05-16 12:00:00', 'UTC', '01TX1136925', ' LURUM, George CPS-LN Bail Application Stalking without fear / alarm / distress ', 0), (5006, 26, '2025-05-16 12:00:00', 'UTC', '46ZY1107425', ' STEWART, Nigel CPS-SE Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5007, 26, '2025-05-16 12:00:00', 'UTC', '46ZY1132725', ' PINK, Gareth CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5008, 26, '2025-05-16 12:00:00', 'UTC', '46TS1050924', ' VASZI, Zsolt CPS-SE First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5009, 26, '2025-05-16 12:00:00', 'UTC', '46ZY1372925', ' MCNEILL, Stefan CPS-SE First hearing Assault by beating of an emergency worker Fail to provide specimen - person in charge of vehicle ', 1), (5010, 26, '2025-05-16 12:00:00', 'UTC', '46ZY1911524', ' MCLOUGHLIN, Aston CPS-SE First hearing Assault by beating ', 0), (5011, 26, '2025-05-16 12:00:00', 'UTC', '46ZY1372325', ' GODDARD, Jack CPS-SE First hearing Theft from a shop Theft from a shop Theft from a shop ', 0), (5012, 26, '2025-05-16 12:00:00', 'UTC', '46ZY1779524', ' STEVENS, Jamie CPS-SE Plea Racially / religiously aggravated criminal damage Criminal damage to property valued under £5000 Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5013, 27, '2025-05-16 12:00:00', 'UTC', '16XL2367724', ' WORTLEY, KADEN CPS-YH Sentence Assault by beating Criminal damage to property valued under £5000 ', 0), (5014, 27, '2025-05-16 12:00:00', 'UTC', '16XL1790724', ' WILKINSON, RYAN CPS-YH First hearing Common assault of an emergency worker ', 0), (5015, 27, '2025-05-16 12:00:00', 'UTC', '16XP0476325', ' WOOD, ZACKARY CPS-YH First hearing Drive a motor vehicle dangerously Use a motor vehicle on a road without a valid test certificate Fail to stop vehicle when directed by PC / traffic warden / traffic officer / CSO engaged in regulation of road traffic Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to co-operate with a preliminary test - motor vehicle offence ', 1), (5016, 27, '2025-05-16 12:00:00', 'UTC', '16XL0168725', ' FOSTER, SALLY CPS-YH Sentence Drive motor vehicle when alcohol level above limit ', 1), (5017, 27, '2025-05-16 12:00:00', 'UTC', '16XL0521625', ' JACKSON, NEIL CPS-YH First hearing Common assault ', 0), (5018, 27, '2025-05-16 12:00:00', 'UTC', '16XL0518125', ' COOPER, JAY CPS-YH First hearing Obstruct / resist a constable in execution of duty ', 0), (5019, 27, '2025-05-16 12:00:00', 'UTC', '16XL0319125', ' SERGENT, JOSEPH CPS-YH Mention & Fix Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5020, 27, '2025-05-16 12:00:00', 'UTC', '16XL2326024', ' KRAUS, STAN CPS-YH First hearing ', 0), (5021, 109, '2025-05-16 12:00:00', 'UTC', '43SS0691924', ' Courtroom 02 10:00 ', 0), (5022, 109, '2025-05-16 12:00:00', 'UTC', '43SS0091325', ' Courtroom 02 10:00 ', 0), (5023, 109, '2025-05-16 12:00:00', 'UTC', '43SS0486423', ' Courtroom 02 14:00 ', 0), (5024, 109, '2025-05-16 12:00:00', 'UTC', '43SW0789224', ' Courtroom 02 10:00 ', 0), (5025, 109, '2025-05-16 12:00:00', 'UTC', '43TX0037625', ' Courtroom 04 14:00 ', 0), (5026, 109, '2025-05-16 12:00:00', 'UTC', '43SS0087525', ' Courtroom 02 10:00 ', 0), (5027, 109, '2025-05-16 12:00:00', 'UTC', '43SS0087125', ' Courtroom 03 10:00 ', 0), (5028, 109, '2025-05-16 12:00:00', 'UTC', '43SS0431123', ' Courtroom 02 10:00 ', 0), (5029, 109, '2025-05-16 12:00:00', 'UTC', '43SU0217125', ' Courtroom 04 14:00 ', 0), (5030, 109, '2025-05-16 12:00:00', 'UTC', '43SS0165625', ' Courtroom 02 10:00 ', 0), (5031, 109, '2025-05-16 12:00:00', 'UTC', '43SU0746924', ' Courtroom 02 10:00 ', 0), (5032, 109, '2025-05-16 12:00:00', 'UTC', '43SS0597624', ' Courtroom 02 10:00 ', 0), (5033, 135, '2025-05-16 12:00:00', 'UTC', '23N51067725', ' HERBERT, Criag CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (5034, 135, '2025-05-16 12:00:00', 'UTC', '23S51198124', ' SINANI, Arber CPS-WM First hearing Drive a motor vehicle dangerously ', 1), (5035, 135, '2025-05-16 12:00:00', 'UTC', '23N51357124', ' HILLYER, Nathan CPS-WM First hearing Theft by employee ', 0), (5036, 135, '2025-05-16 12:00:00', 'UTC', '23S51055125', ' COUGHLAN, Barry CPS-WM First hearing Cultivate cannabis plant a class B controlled drug Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5037, 135, '2025-05-16 12:00:00', 'UTC', '23S51032725', ' KURTEV, Metodi CPS-WM First hearing Theft - other - including theft by finding MIHAYLOV, Atanas Theft - other - including theft by finding ', 0), (5038, 135, '2025-05-16 12:00:00', 'UTC', '23S51049825', ' HANCOX, Matthew CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5039, 135, '2025-05-16 12:00:00', 'UTC', '23RS1087425', ' CHAMBERS, John CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (5040, 135, '2025-05-16 12:00:00', 'UTC', '23TP1189824', ' GRIMSTEAD, Daniel CPS-WM First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5041, 135, '2025-05-16 12:00:00', 'UTC', '23N51058025', ' KHAN, Shahadat CPS-WM First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class B - Amphetamine ', 0), (5042, 135, '2025-05-16 12:00:00', 'UTC', '23S51080225', ' CRAWSHAW, Dawn CPS-WM First hearing Drunk and disorderly in a public place ', 0), (5043, 135, '2025-05-16 12:00:00', 'UTC', '23N51045325', ' CHOONARA, Zakariya CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (5044, 135, '2025-05-16 12:00:00', 'UTC', '23TP1198624', ' HODGETTS, Chloe CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5045, 135, '2025-05-16 12:00:00', 'UTC', '23N51116225', ' FOWLER, Stacey CPS-WM First hearing Assault by beating of an emergency worker Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5046, 135, '2025-05-16 12:00:00', 'UTC', '23N51118825', ' WILLIAMSON, Matthew CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (5047, 135, '2025-05-16 12:00:00', 'UTC', '23S51081825', ' NELSON, Jamie CPS-WM First hearing Theft from a shop Theft from a shop Theft from a shop ', 0), (5048, 135, '2025-05-16 12:00:00', 'UTC', '23S51236924', ' ELDER, John CPS-WM First hearing Sexual assault on a female Sexual assault on a female Assault by beating Press/Publication restrictions apply to this case ', 0), (5049, 135, '2025-05-16 12:00:00', 'UTC', '23TP1064525', ' JANKULSKI, Radoslav CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (5050, 132, '2025-05-15 12:00:00', 'UTC', '06MM0125224', ' HUMAYUN, Shahid CPS-NW Review Criminal damage to property valued under £5000 ', 0), (5051, 44, '2025-05-16 12:00:00', 'UTC', '93JD1233124', ' SAMPSON, JAYVON CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm Assault by beating ', 0), (5052, 44, '2025-05-16 12:00:00', 'UTC', '46ZY1623524', ' HOLMES, Purdene CPS-SE Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5053, 44, '2025-05-16 12:00:00', 'UTC', '46ZY1378625', ' CASAMASSIMA, Francesca CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (5054, 44, '2025-05-16 12:00:00', 'UTC', '46TS1009625', ' WALFORD, Adam CPS-SE First hearing Drive a motor vehicle on a road after refusal of grant / revocation of driving licence on account of disability Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road without a valid test certificate ', 1), (5055, 44, '2025-05-16 12:00:00', 'UTC', '46ZY1077825', ' WALKER, Karen CPS-SE First hearing Send communication / article of an indecent / offensive nature ', 0), (5056, 44, '2025-05-16 12:00:00', 'UTC', '46ZY2062224', ' SIMPSON-COUSINS, Nassieve CPS-SE First hearing Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive a vehicle whilst unfit through drugs ', 1), (5057, 44, '2025-05-16 12:00:00', 'UTC', '46ZY1376925', ' OSBORN, Robert CPS-SE First hearing Theft from a shop ', 0), (5058, 44, '2025-05-16 12:00:00', 'UTC', '46ZY1105725', ' BADDILEY, Luke CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5059, 133, '2025-05-19 12:00:00', 'UTC', '62SC1944524', ' HITCHINGS, MALCOM SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5060, 116, '2025-05-16 12:00:00', 'UTC', '43SS0425223', ' Courtroom 04 14:00 ', 0), (5061, 116, '2025-05-16 12:00:00', 'UTC', '43SS0216125', ' Courtroom 03 14:00 ', 0), (5062, 116, '2025-05-16 12:00:00', 'UTC', '43SS0061725', ' Courtroom 04 10:00 ', 0), (5063, 116, '2025-05-16 12:00:00', 'UTC', '43SS0554624', ' Courtroom 04 10:00 ', 0), (5064, 116, '2025-05-16 12:00:00', 'UTC', '43SS0241024', ' Courtroom 04 10:00 ', 0), (5065, 116, '2025-05-16 12:00:00', 'UTC', '43SS0222125', ' Courtroom 04 10:00 ', 0), (5066, 116, '2025-05-16 12:00:00', 'UTC', '43SS0265025', ' Courtroom 04 10:00 ', 0), (5067, 116, '2025-05-16 12:00:00', 'UTC', '43SS0266825', ' Courtroom 04 14:00 ', 0), (5068, 116, '2025-05-16 12:00:00', 'UTC', '43SS0713224', ' Courtroom 03 14:00 ', 0), (5069, 116, '2025-05-16 12:00:00', 'UTC', '43SS0717924', ' Courtroom 03 14:00 ', 0), (5070, 116, '2025-05-16 12:00:00', 'UTC', '43SS0149525', ' Courtroom 04 10:00 ', 0), (5071, 116, '2025-05-16 12:00:00', 'UTC', '43SS0703124', ' Courtroom 04 10:00 ', 0), (5072, 117, '2025-05-16 12:00:00', 'UTC', '21SL1759724', ' WALKER, KEVIN CPS-WM Trial Assault by beating Assault by beating Criminal damage to property valued under £5000 Send communication threatening death or serious harm Stalking involving serious alarm / distress Assault by beating ', 0), (5073, 117, '2025-05-16 12:00:00', 'UTC', '21GN2154024', ' WOOTTON, AIDAN CPS-WM Sentence Assault by beating of an emergency worker Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Fail to surrender to police / court bail at the appointed time ', 0), (5074, 117, '2025-05-16 12:00:00', 'UTC', '20BW1761925', ' WOOTTON, Aiden CPS-WM Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Common assault Possess a controlled drug of Class B - Cannabis / Cannabis Resin Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Common assault of an emergency worker Common assault of an emergency worker Criminal damage to property valued under £5000 Common assault of an emergency worker ', 0), (5075, 118, '2025-05-16 12:00:00', 'UTC', '10U40074525', ' CRAGEN, Christopher CPS-NEN Trial Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5076, 118, '2025-05-16 12:00:00', 'UTC', '11SS0445624', ' SWINTON, Sean CPS-NECD Trial Making statement suggesting you were a police constable Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5077, 118, '2025-05-16 12:00:00', 'UTC', '10U40132025', ' SCOTT, Kieran CPS-NEN Trial Harassment - put in fear of violence Engage in controlling / coercive behaviour in an intimate / family relationship ', 0), (5078, 118, '2025-05-16 12:00:00', 'UTC', '10U50020725', ' TOOMES, Paige CPS-NEN Trial Theft from a shop Common assault Assault by beating Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (5079, 118, '2025-05-16 12:00:00', 'UTC', '10U60044025', ' TOOMES, Paige NUMPF Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5080, 118, '2025-05-16 12:00:00', 'UTC', '10U70114725', ' CURRY, Dylan CPS-NEN Plea Theft from a shop Receiving stolen goods ', 0), (5081, 134, '2025-05-16 12:00:00', 'UTC', '10U40540324', ' SAYIN, Yunus CPS-NEN Trial In charge of motor vehicle - alcohol level above limit ', 1), (5082, 45, '2025-05-16 12:00:00', 'UTC', '34NA1031824', ' BAMPKIN, SHANE CPS-EM Trial Assault a person thereby occasioning them actual bodily harm ', 0), (5083, 45, '2025-05-16 12:00:00', 'UTC', '34NA0772124', ' BARKER, DAVID CPS-EM Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (5084, 45, '2025-05-16 12:00:00', 'UTC', '34NA1276124', ' CRAWFORD, RYAN CPS-EM Trial Drunk and disorderly in a public place Assault by beating of an emergency worker ', 0), (5085, 45, '2025-05-16 12:00:00', 'UTC', '34NA1127024', ' TAILBY, CORY CPS-EM Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5086, 45, '2025-05-16 12:00:00', 'UTC', '34NA0202925', ' ENGLAND, VICKY CPS-EM Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (5087, 45, '2025-05-16 12:00:00', 'UTC', '34NA0303125', ' MURPHY, CONNOR CPS-EM Mention Assault a person thereby occasioning them actual bodily harm Assault by beating Assault by beating Intentional strangulation Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating Assault a person thereby occasioning them actual bodily harm Intentional strangulation ', 0), (5088, 45, '2025-05-16 12:00:00', 'UTC', '60WY1230924', ' RAMA, ORNEST CPS-CYN Mention Possess a controlled drug of Class A - Other Possess knife blade / sharp pointed article in a ', 0), (5089, 122, '2025-05-16 12:00:00', 'UTC', '43SP0052425', ' WEBB, MATTHEW CPS-TCTV Trial Theft from a shop Assault by beating Possess a controlled drug of Class A - Cocaine Common assault Theft from a shop ', 0), (5090, 122, '2025-05-16 12:00:00', 'UTC', '43SP0017225', ' SHERIFF, SHEK CPS-TCTV Sentence Theft by employee ', 0), (5091, 122, '2025-05-16 12:00:00', 'UTC', '43SP0154425', ' AHMED, HASNAIN CPS-TCTV Plea Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5092, 122, '2025-05-16 12:00:00', 'UTC', '43SP0365824', ' KRASNIQI, EDISON TVPF Sentence Cause serious injury by careless / inconsiderate driving ', 0), (5093, 122, '2025-05-16 12:00:00', 'UTC', '43SP0189025', ' JORDAN, CONNOR CPS-TCTV First hearing Obstruct / resist a constable in execution of duty ', 0), (5094, 47, '2025-05-16 12:00:00', 'UTC', '35NT1281225', ' NORTH, Victoria CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit ', 1), (5095, 47, '2025-05-16 12:00:00', 'UTC', '35NT1288825', ' WOOTTON, Kieran CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit Aggravated vehicle taking - (initial taker) vehicle and property damage under £5000 Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5096, 47, '2025-05-16 12:00:00', 'UTC', '35NT1059625', ' COLLINS, Jodie CPS-EEEC Sentence Theft from a shop Burglary other than dwelling - theft ', 0), (5097, 47, '2025-05-16 12:00:00', 'UTC', '35NT1162325', ' BEESTON, Joshua CPS-EEEC First hearing Theft from a shop ', 0), (5098, 47, '2025-05-16 12:00:00', 'UTC', '35NT1304625', ' ABDI, Jamal ibrahim CPS-EEEC First hearing Drive motor vehicle when alcohol level above limit ', 1), (5099, 47, '2025-05-16 12:00:00', 'UTC', '35NT1340025', ' HARDING, Andrew CPS-EEEC Sentence Theft from a shop ', 0), (5100, 47, '2025-05-16 12:00:00', 'UTC', '35NT2040124', ' HARDING, Andrew CPS-EEEC Sentence Breach criminal behaviour order ', 0), (5101, 47, '2025-05-16 12:00:00', 'UTC', '35NT1814724', ' CLIFFE, Aaron CPS-EEEC First hearing Burglary other than dwelling with intent to steal ', 0), (5102, 47, '2025-05-16 12:00:00', 'UTC', '35NT2061024', ' USHER, Daniel CPS-EEEC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Common assault Common assault ', 0), (5103, 51, '2025-05-16 12:00:00', 'UTC', '43SW0592923', ' Courtroom 05 14:00 ', 0), (5104, 51, '2025-05-16 12:00:00', 'UTC', '43SW0016425', ' Courtroom 01 10:00 ', 0), (5105, 51, '2025-05-16 12:00:00', 'UTC', '43SW0588724', ' Courtroom 05 10:00 ', 0), (5106, 51, '2025-05-16 12:00:00', 'UTC', '43SW0601924', ' Courtroom 01 10:00 ', 0), (5107, 51, '2025-05-16 12:00:00', 'UTC', '43SW0205125', ' Courtroom 04 10:00 ', 0), (5108, 51, '2025-05-16 12:00:00', 'UTC', '43SW0301225', ' Courtroom 01 10:00 ', 0), (5109, 51, '2025-05-16 12:00:00', 'UTC', '43SW0423224', ' Courtroom 04 10:00 ', 0), (5110, 51, '2025-05-16 12:00:00', 'UTC', '43SW0748124', ' Courtroom 04 10:00 ', 0), (5111, 51, '2025-05-16 12:00:00', 'UTC', '43SW0284925', ' Courtroom 01 10:00 ', 0), (5112, 51, '2025-05-16 12:00:00', 'UTC', '43SW0153025', ' Courtroom 01 10:00 ', 0), (5113, 51, '2025-05-16 12:00:00', 'UTC', '43SP0074625', ' Courtroom 01 10:00 ', 0), (5114, 54, '2025-05-16 12:00:00', 'UTC', '46YY1460224', ' BROWN, Davey CPS-SE Sentence Assault by beating Assault by beating ', 0), (5115, 54, '2025-05-16 12:00:00', 'UTC', '46YY1359324', ' BROWN, Davey CPS-SE Sentence Assault by beating ', 0), (5116, 54, '2025-05-16 12:00:00', 'UTC', '46YY1076125', ' BROWN, Davey CPS-SE Sentence Theft from a shop ', 0), (5117, 54, '2025-05-16 12:00:00', 'UTC', '46YY1508024', ' BROWN, Davey CPS-SE Sentence Take a motor vehicle without the owners consent Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5118, 54, '2025-05-16 12:00:00', 'UTC', '46XY1316824', ' MORTIMORE, Aaron CPS-SE Plea Assault by beating of an emergency worker ', 0), (5119, 54, '2025-05-16 12:00:00', 'UTC', '46YY1193925', ' LANE, Ian CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5120, 54, '2025-05-16 12:00:00', 'UTC', '46YY1046725', ' BURGESS, Wayne CPS-SE Mention Stalking without fear / alarm / distress Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (5121, 54, '2025-05-16 12:00:00', 'UTC', '46ZY1064125', ' REED, George CPS-SE Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5122, 54, '2025-05-16 12:00:00', 'UTC', '46YY1214025', ' RALPH, Barry CPS-SE Sentence Harassment - breach of a restraining order on conviction ', 0), (5123, 54, '2025-05-16 12:00:00', 'UTC', '46YY1647024', ' MCCANN, James CPS-SE First hearing Drive whilst unfit through drink Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (5124, 54, '2025-05-16 12:00:00', 'UTC', '46YY1435024', ' MARTLEW, Craig CPS-SE Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5125, 54, '2025-05-16 12:00:00', 'UTC', '46YY1200125', ' DAMPER-ELMS, Reiss CPS-SE First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (5126, 54, '2025-05-16 12:00:00', 'UTC', '46YY1182825', ' RIPLEY, Austin CPS-SE First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5127, 54, '2025-05-16 12:00:00', 'UTC', '46YY1138625', ' COBILL, Jason CPS-SE First hearing Theft from a shop Theft from a shop ', 0), (5128, 54, '2025-05-16 12:00:00', 'UTC', '46ZY1260325', ' BONDZIE, Matteo CPS-SE First hearing Assault a constable in the execution of his / her duty ', 0), (5129, 54, '2025-05-16 12:00:00', 'UTC', '46XY1401224', ' MILNE, Suzanna CPS-SE Sentence Assault by beating Fail to surrender to police / court bail at the appointed time ', 0), (5130, 59, '2025-05-20 12:00:00', 'UTC', '06JJ0416024', ' MULLIN, CALEB CPS-NW Further Case Drive motor vehicle with a proportion of a specified Management controlled drug above the specified limit ', 1), (5131, 59, '2025-05-20 12:00:00', 'UTC', '06JJ0147325', ' DUNCAN, ROSS CPS-NW Sentence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Criminal damage to property valued under £5000 ', 0), (5132, 59, '2025-05-20 12:00:00', 'UTC', '06A30330224', ' HORN, CHARLOTTE CPS-NW Sentence Fail to surrender to police / court bail at the appointed time Assault by beating Theft from a shop Assault by beating ', 0), (5133, 86, '2025-05-16 12:00:00', 'UTC', '01HT1382824', ' ISLAM, Mahammad CPS-LN Trial In charge of motor vehicle - alcohol level above limit ', 1), (5134, 86, '2025-05-16 12:00:00', 'UTC', '01GD1034725', ' BUGARIC, Okan CPS-LN Trial Fail to provide specimen for analysis - vehicle driver ', 1), (5135, 86, '2025-05-16 12:00:00', 'UTC', '01TK5241024', ' ASLAM BHATTI, Tasneem METPF Trial Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5136, 86, '2025-05-16 12:00:00', 'UTC', '01TA3878224', ' BENNEH, Martin METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (5137, 86, '2025-05-16 12:00:00', 'UTC', '01GD1067225', ' ILDIR, Ufuk CPS-LN Trial Harassment without violence ', 0), (5138, 86, '2025-05-16 12:00:00', 'UTC', '01KF1111525', ' TATTINGHAM, William CPS-LN Trial Theft from a shop ', 0), (5139, 86, '2025-05-16 12:00:00', 'UTC', '01GD1090024', ' GUTZMORE, Marcia CPS-LN Trial Assault by beating Assault by beating of an emergency worker Assault by beating ', 0), (5140, 86, '2025-05-16 12:00:00', 'UTC', '01KF1487224', ' MCCARTHY, Paddy CPS-LN Trial Drive a motor vehicle on a road after refusal of grant / revocation of driving licence on account of disability ', 1), (5141, 62, '2025-05-16 12:00:00', 'UTC', '22FA1363624', ' DAVIES, Billy CPS-WM First hearing Criminal damage to property valued under £5000 ', 0), (5142, 62, '2025-05-16 12:00:00', 'UTC', '22GA1266524', ' DHILLON, Jaspal CPS-WM First hearing Attempt to possess with intent to supply a controlled drug of Class B - Cannabis Trespass on the railway after warning ', 0), (5143, 62, '2025-05-16 12:00:00', 'UTC', '22FA1099625', ' ROBERTS, Callum CPS-WM First hearing Theft of motor vehicle Aggravated vehicle taking - ( initial taker ) and dangerous driving Fraud by false representation - Fraud Act 2006 ', 1), (5144, 62, '2025-05-16 12:00:00', 'UTC', '22TP1024822', ' JEFFERIS, Christopher WMEPF Application Application within criminal proceedings ', 0), (5145, 62, '2025-05-16 12:00:00', 'UTC', '22FA1128425', ' MOSELEY, Lee CPS-WM Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (5146, 62, '2025-05-16 12:00:00', 'UTC', '22GA1144925', ' REYNOLDS, John CPS-WM Mention Use a motor vehicle on a road / public place without third party insurance Stalking involving fear of violence ', 1), (5147, 91, '2025-05-16 12:00:00', 'UTC', '01GD1051525', ' GUMUS, Oscar CPS-LN Mention Theft from a shop Theft from a shop Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating ', 0), (5148, 91, '2025-05-16 12:00:00', 'UTC', '01HT1173025', ' RAHMAN, Salam CPS-LN Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5149, 91, '2025-05-16 12:00:00', 'UTC', '01JC1102625', ' BUNTON, Lawerence CPS-LN Plea Criminal damage to property valued under £5000 ', 0), (5150, 91, '2025-05-16 12:00:00', 'UTC', '01HT1182725', ' SALL, Ibrahim CPS-LN Mention Sexual assault on a female Fail to surrender to police / court bail at the appointed time Press/Publication restrictions apply to this case ', 0), (5151, 91, '2025-05-16 12:00:00', 'UTC', '01HT1588424', ' MIAH, Shahangir CPS-LN Mention Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5152, 91, '2025-05-16 12:00:00', 'UTC', '01HT1172025', ' SINGH, Amritpal CPS-LN Bail Variation Assault a person thereby occasioning them actual Application bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (5153, 92, '2025-05-16 12:00:00', 'UTC', '01XA0183525', ' RICHARDS, Andrew METPF Sentence Assault by beating ', 0), (5154, 92, '2025-05-16 12:00:00', 'UTC', '01BS1072825', ' BARDOUILE-CARTER, Kiri CPS-LS Sentence Harassment - breach of a restraining order on conviction Criminal damage to property valued under £5000 Harassment - breach of a restraining order on conviction Harassment without violence ', 0), (5155, 92, '2025-05-16 12:00:00', 'UTC', '01TX1020125', ' SCOTT, Jason CPS-LN Mention - Wilfully obstruct PC/authorised person acting in Defendant to pursuance of the Act - London Attend Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Common assault ', 0), (5156, 92, '2025-05-16 12:00:00', 'UTC', '01XH1032425', ' WILLIAMS, Detroit CPS-LN Further Case Common assault Management Common assault Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Theft from a motor vehicle Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Assault by beating Theft from a shop Theft from a motor vehicle ', 1), (5157, 92, '2025-05-16 12:00:00', 'UTC', '01XH1101225', ' WALUGA, Patryk CPS-LN Sentence Assault by beating ', 0), (5158, 92, '2025-05-16 12:00:00', 'UTC', '01TX1098025', ' SALAMI, Ako CPS-LN Plea Assault by beating of an emergency worker Use threatening / abusive words / behaviour likely ', 0), (5159, 66, '2025-05-16 12:00:00', 'UTC', '34SR0029325', ' MOHAMMED, MARIWAN NHAMPF Sentence Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD ', 1), (5160, 66, '2025-05-16 12:00:00', 'UTC', '34RT0009025', ' OLOGBONYO, MARY NHAMPF Plea Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5161, 66, '2025-05-16 12:00:00', 'UTC', '34SR0039025', ' MIHAILA, ALEXANDRU NHAMPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (5162, 66, '2025-05-16 12:00:00', 'UTC', '34SR0015325', ' MARSH, ELLIE NHAMPF Sentence Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD ', 1), (5163, 66, '2025-05-16 12:00:00', 'UTC', '34SR0052025', ' FINLAY, NEIL NHAMPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (5164, 66, '2025-05-16 12:00:00', 'UTC', '34RT0008025', ' MDLULI, THULANI NHAMPF Plea Fail to stop at red light at pelican crossing Drive a mechanically propelled vehicle on a road / in a public place without reasonable consideration to other users ', 1), (5165, 66, '2025-05-16 12:00:00', 'UTC', '34SR0012925', ' TINDALL, WILLIAM NHAMPF Sentence Exceed temporary 50 mph speed restriction in contravention of a Local Traffic Order - manned equipment ', 0), (5166, 66, '2025-05-16 12:00:00', 'UTC', '34SR0063825', ' GIWA, ABDUL NHAMPF Plea Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD ', 1), (5167, 127, '2025-05-16 12:00:00', 'UTC', '44SC0906924', ' SCIRTU, ELENA CPS-WX Sentence Criminal damage to property valued under £5000 ', 0), (5168, 127, '2025-05-16 12:00:00', 'UTC', '44SC0157625', ' HEGARTY, DANIEL CPS-WX Sentence Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5169, 127, '2025-05-16 12:00:00', 'UTC', '55TH0029325', ' HEGARTY, DANIEL CPS-WX Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle on a road after refusal of grant / revocation of driving licence on account of disability ', 1), (5170, 127, '2025-05-16 12:00:00', 'UTC', '44SC0256425', ' GRIFFITHS, CRAIG CPS-WX Mention Burglary other than dwelling - theft ', 0), (5171, 127, '2025-05-16 12:00:00', 'UTC', '44SC0166025', ' GRIFFITHS, CRAIG CPS-WX Mention Theft from a motor vehicle Theft from a shop Theft from a motor vehicle Theft from a motor vehicle Theft from a motor vehicle ', 1), (5172, 127, '2025-05-16 12:00:00', 'UTC', '44SC0898824', ' GRIFFITHS, CRAIG CPS-WX Mention Theft from the person of another ', 0), (5173, 127, '2025-05-16 12:00:00', 'UTC', '44SC0285425', ' PERIAN, MASSIMO-VALENTINO CPS-WX Plea Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals ', 1), (5174, 127, '2025-05-16 12:00:00', 'UTC', '44SC0293725', ' PERIAN, MASSIMO-VALENTINO CPS-WX Plea Vehicle interference - motor vehicle ', 1), (5175, 94, '2025-05-16 12:00:00', 'UTC', '01QA1043625', ' RAMOS, Raul CPS-LN Mention Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5176, 94, '2025-05-16 12:00:00', 'UTC', '01RP1214024', ' SACHDEV, Dinesh CPS-LN Plea Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (5177, 94, '2025-05-16 12:00:00', 'UTC', '01QK1464624', ' ADEKUNLE, Victor CPS-LN Mention & Fix Assault by beating of an emergency worker ', 0), (5178, 94, '2025-05-16 12:00:00', 'UTC', '01QK1347024', ' ADEKUNLE, Victor oluwafemi CPS-LN Mention & Fix Fail to surrender to police / court bail at the appointed time Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (5179, 94, '2025-05-16 12:00:00', 'UTC', '01QK1460724', ' YOUNSI, Alaeddine CPS-LN Plea Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5180, 94, '2025-05-16 12:00:00', 'UTC', '01SX1021225', ' BABAALI, Ali Akbar CPS-LN Plea Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Driver of a vehicle fail to stop after a road accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to co-operate with a preliminary test - motor ', 1), (5181, 94, '2025-05-16 12:00:00', 'UTC', '01SX1293424', ' WALSH, Karen CPS-LN Hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (5182, 94, '2025-05-16 12:00:00', 'UTC', '01QK1176525', ' QAUYUMI, Mohammed-davoud CPS-LN First hearing Assault by beating of an emergency worker Drive a motor vehicle dangerously Possess with intent to supply a controlled drug of Class A - Heroin Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Possess with intent to supply a controlled drug of Class A - Crack Cocaine ', 1), (5183, 94, '2025-05-16 12:00:00', 'UTC', '01SX1174325', ' BONE, Daniel CPS-LN First hearing Rape a girl aged 13 / 14 / 15 - SOA 2003 Adult sexual activity with a female child family member under 13 - penetration Cause / incite a girl under 13 to engage in sexual activity - no penetration Adult sexual activity with a girl under 13 family member - no penetration Press/Publication restrictions apply to this case ', 0), (5184, 94, '2025-05-16 12:00:00', 'UTC', '01XB1166525', ' BROWN, Tyrone CPS-LN First hearing Assault by beating Assault by beating Possess a controlled drug of Class B - Cannabis / ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (5185, 70, '2025-05-19 12:00:00', 'UTC', '20WV1536124', ' BOWEN, Darren CPS-WM First hearing Harassment without violence ', 0), (5186, 70, '2025-05-19 12:00:00', 'UTC', '20WV1423823', ' TURNER, Jamie CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (5187, 70, '2025-05-19 12:00:00', 'UTC', '20WV1482124', ' AKPAKPAN, Ndanso CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (5188, 70, '2025-05-19 12:00:00', 'UTC', '20WV1124724', ' LAIRD, Mark CPS-WM First hearing Engage in controlling / coercive behaviour in an intimate / family relationship Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm Intentional strangulation ', 0), (5189, 70, '2025-05-19 12:00:00', 'UTC', '20DY1496523', ' GENNARD, Cherimea CPS-WM First hearing Robbery ', 0), (5190, 70, '2025-05-19 12:00:00', 'UTC', '20DY1030825', ' MASON, Simon WMIDPF First hearing Intentional strangulation ', 0), (5191, 70, '2025-05-19 12:00:00', 'UTC', '20SW1626024', ' CHRISTIE, Mickey WMIDPF First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5192, 70, '2025-05-19 12:00:00', 'UTC', '20WS1121425', ' SIMMONDS, Kyle CPS-WM Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5193, 70, '2025-05-19 12:00:00', 'UTC', '20WV1107425', ' OSBOURNE, Anthony CPS-WM Sentence Harassment - put in fear of violence Assault by beating ', 0), (5194, 13, '2025-05-19 12:00:00', 'UTC', '60WG0251125', ' WILLIAMS, THOMAS CPS-CYN Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (5195, 13, '2025-05-19 12:00:00', 'UTC', '60WG1247724', ' WILLIAMS, THOMAS NWPF Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5196, 13, '2025-05-19 12:00:00', 'UTC', '60WS0576025', ' OWEN, EURON CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5197, 13, '2025-05-19 12:00:00', 'UTC', '60WY0539925', ' RILEY, MICHAEL NWPF First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (5198, 13, '2025-05-19 12:00:00', 'UTC', '60WG0481925', ' WILLIAMS, DAFYDD CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Use a motor vehicle on a road without a valid test certificate ', 1), (5199, 13, '2025-05-19 12:00:00', 'UTC', '60WS0575425', ' GRIGG, KYLE CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5200, 24, '2025-05-16 12:00:00', 'UTC', '14XO1098224', ' WRIGHT, Dale CPS-YH Sentence Send communication threatening death or serious harm ', 0), (5201, 29, '2025-05-19 12:00:00', 'UTC', '47EH1314224', ' LEFEVRE, ETHAN CPS-SE Sentence Use a motor vehicle on a road / public place without third party insurance Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive whilst disqualified Press/Publication restrictions apply to this case ', 1), (5202, 29, '2025-05-19 12:00:00', 'UTC', '93JD0021225', ' KELLY, HARVEY CPS-SE Mention Assault by beating Press/Publication restrictions apply to this case ', 0), (5203, 135, '2025-05-16 12:00:00', 'UTC', '23N51017425', ' FERNANDES, Jorge CPS-WM First hearing Possess an offensive weapon in a public place Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5204, 83, '2025-05-16 12:00:00', 'UTC', '32D10097925', ' BASSINDALE, JACK LINPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5205, 83, '2025-05-16 12:00:00', 'UTC', '32D10247125', ' YOUNGS HAULAGE LTD LINPF First hearing Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5206, 83, '2025-05-16 12:00:00', 'UTC', '32C80164325', ' CAIRNS, NEIL LINPF First hearing Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5207, 83, '2025-05-16 12:00:00', 'UTC', '32B90128825', ' COUCOM, DANIEL LINPF Plea Use a vehicle / cycle on a road and contravene a local traffic order other than parking - outside Greater London Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5208, 83, '2025-05-16 12:00:00', 'UTC', '32D90088125', ' CYPRUS, RYAN LINPF Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5209, 83, '2025-05-16 12:00:00', 'UTC', '32D10183025', ' KAZLAUSKAS, ANDREJUS LINPF Plea Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1), (5210, 83, '2025-05-16 12:00:00', 'UTC', '32D10118025', ' NICULAE, MARIUS LINPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5211, 113, '2025-05-16 12:00:00', 'UTC', '05A10116724', ' KENNEDY, LEANNE CPS-MC Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5212, 113, '2025-05-16 12:00:00', 'UTC', '05D20016725', ' WALKER, LEWIS CPS-MC Trial Common assault Burglary dwelling and theft - no violence ', 0), (5213, 113, '2025-05-16 12:00:00', 'UTC', '05A30196224', ' JONES, AARON CPS-MC Trial Criminal damage to property valued under £5000 ', 0), (5214, 39, '2025-05-19 12:00:00', 'UTC', '60CC0356825', ' INAMULLAH, ALI CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5215, 39, '2025-05-19 12:00:00', 'UTC', '60CD0348025', ' TURNER, CONNOR CPS-CYN First hearing Theft - other - including theft by finding Theft from a shop ', 0), (5216, 39, '2025-05-19 12:00:00', 'UTC', '60CC0251225', ' MERCER, TIMOTHY CPS-CYN First hearing Theft from a shop ', 0), (5217, 39, '2025-05-19 12:00:00', 'UTC', '60CC0680025', ' PUNDINS, ARMANDS CPS-CYN First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (5218, 39, '2025-05-19 12:00:00', 'UTC', '60CC0910224', ' KEATING, RICHARD CPS-CYN First hearing Attempt burglary other than dwelling with intent to steal ', 0), (5219, 39, '2025-05-19 12:00:00', 'UTC', '60CD0681925', ' SULLIVAN, CHLOE NWPF First hearing Drive motor vehicle when alcohol level above limit ', 1), (5220, 39, '2025-05-19 12:00:00', 'UTC', '60CD0234925', ' RIDYARD, STEVEN CPS-CYN Sentence Assault by beating ', 0), (5221, 39, '2025-05-19 12:00:00', 'UTC', '60CD1534724', ' CHAHAL, ANTHONY CPS-CYN Sentence Common assault of an emergency worker Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5222, 39, '2025-05-19 12:00:00', 'UTC', '60CD0684225', ' THACKERAY, ANDRE CPS-CYN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5223, 40, '2025-05-16 12:00:00', 'UTC', '63AC0085225', ' PUGSLEY, KAYLEIGH CPS-CYSW Sentence Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating of an emergency worker Criminal damage to property valued under £5000 ', 0), (5224, 40, '2025-05-16 12:00:00', 'UTC', '63AC0050725', ' DARKES, NICHOLAS CPS-CYSW Application Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5225, 40, '2025-05-16 12:00:00', 'UTC', '63AC0031425', ' GRIFFITHS, ALAN DYPPF Mention Harassment without violence ', 0), (5226, 40, '2025-05-16 12:00:00', 'UTC', '63AC0083025', ' COSLETT, RICHARD CPS-CYSW Mention Harassment - breach of a restraining order on conviction ', 0), (5227, 40, '2025-05-16 12:00:00', 'UTC', '63AC0076225', ' JENKINSON, MONTGOMERY CPS-CYSW Trial Criminal damage to property valued under £5000 Indecent behaviour at a police station Criminal damage to property valued under £5000 ', 0), (5228, 84, '2025-05-19 12:00:00', 'UTC', '60EF1566224', ' LEWTAS, TERRENCE NWPF Plea Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (5229, 84, '2025-05-19 12:00:00', 'UTC', '60EF0119225', ' DOOLEY, PAUL NWPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5230, 84, '2025-05-19 12:00:00', 'UTC', '60EF0067525', ' CRUMLISH, ALEXANDER NWPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5231, 84, '2025-05-19 12:00:00', 'UTC', '60WG1576124', ' BOOTH, NEIL NWPF Pre-Trial Review Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5232, 84, '2025-05-19 12:00:00', 'UTC', '60EF1559524', ' BHALLA, MEGHA NWPF Pre-Trial Review Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5233, 84, '2025-05-19 12:00:00', 'UTC', '60EF1566124', ' LEWTAS, TERRENCE NWPF Plea Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (5234, 84, '2025-05-19 12:00:00', 'UTC', '60EW0417125', ' WILLIAMS, DYLAN NWPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5235, 84, '2025-05-19 12:00:00', 'UTC', '60EW0437625', ' WILLIAMS, DYLAN NWPF Plea Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5236, 84, '2025-05-19 12:00:00', 'UTC', '60EF1645624', ' POMFRETT, JAMIE NWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (5237, 48, '2025-05-19 12:00:00', 'UTC', '50EL0010424', ' PURCELL HERBERT, JESSICA CPS-SW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5238, 48, '2025-05-19 12:00:00', 'UTC', '50EL0461724', ' BAILEY, MISTY CPS-SW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance ', 1), (5239, 48, '2025-05-19 12:00:00', 'UTC', '50EL0045625', ' WEBB, MICHAEL CPS-SW Further Case Obstruct / resist a constable in execution of duty Management Assault by beating Assault by beating ', 0), (5240, 48, '2025-05-19 12:00:00', 'UTC', '50DE0719524', ' MOORE, RYAN CPS-SW Hearing Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (5241, 48, '2025-05-19 12:00:00', 'UTC', '50EL0037025', ' SEDDON, DANIEL CPS-SW Sentence Assault by beating ', 0), (5242, 48, '2025-05-19 12:00:00', 'UTC', '50EL0092525', ' SEDDON, DANIEL CPS-SW Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5243, 101, '2025-05-19 12:00:00', 'UTC', '93JD1362323', ' LEE, MATTHEW BTP First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (5244, 101, '2025-05-19 12:00:00', 'UTC', '12NY1175624', ' FALLOWES, DAVID CPS-YH First hearing Criminal damage to property valued under £5000 Assault by beating Obstruct / resist a constable in execution of duty ', 0), (5245, 101, '2025-05-19 12:00:00', 'UTC', '12NY1204824', ' ROBINSON, JOSHUA CPS-YH First hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated fear / provocation of violence by words / writing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (5246, 101, '2025-05-19 12:00:00', 'UTC', '12NY0278225', ' GEDDES, STORMIE CPS-YH First hearing Criminal damage to property valued under £5000 ', 0), (5247, 101, '2025-05-19 12:00:00', 'UTC', '12NY1817924', ' GWILLIAM, PHILIP CPS-YH First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5248, 101, '2025-05-19 12:00:00', 'UTC', '12NY0218925', ' TAYLOR, BRETT CPS-YH First hearing Criminal damage to property valued under £5000 Drive motor vehicle when alcohol level above limit Assault by beating ', 1), (5249, 101, '2025-05-19 12:00:00', 'UTC', '12NY1052324', ' UPTON, JORDAN CPS-YH First hearing Fraud by false representation - Fraud Act 2006 ', 0), (5250, 101, '2025-05-19 12:00:00', 'UTC', '12NY1613922', ' OKAFOR, KENDRICKS CPS-YH First hearing Assault / ill-treat / neglect / abandon a child / young person to cause unnecessary suffering / injury Assault / ill-treat / neglect / abandon a child / young person to cause unnecessary suffering / ', 0), (5251, 125, '2025-05-16 12:00:00', 'UTC', '41B22033624', ' BURGESS, Alfie CPS-TCBH Trial Common assault ', 0), (5252, 125, '2025-05-16 12:00:00', 'UTC', '41CT1726524', ' OLAKITAN, Abosede HERTPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail to report that accident ', 1), (5253, 57, '2025-05-19 12:00:00', 'UTC', '45GD1546123', ' NEWELL, JORDAN CPS-SE Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (5254, 57, '2025-05-19 12:00:00', 'UTC', '45EL0406524', ' WOLSKI, MARCIN CPS-SE Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5255, 57, '2025-05-19 12:00:00', 'UTC', '45RB0639824', ' JALLOH, MOHAMED CPS-SE Trial Possess a controlled drug of Class B - Other Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Use a motor vehicle on a road / public place without third party insurance ', 1), (5256, 57, '2025-05-19 12:00:00', 'UTC', '45EL0140524', ' NASEEM, ASIM CPS-SE Trial Stalking without fear / alarm / distress ', 0), (5257, 57, '2025-05-19 12:00:00', 'UTC', '45EL0564125', ' ONIUNAS, DAIVIDAS CPS-SE First hearing Drive motor vehicle when alcohol level above limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5258, 57, '2025-05-19 12:00:00', 'UTC', '45TD0446525', ' REID, ROLANDA CPS-SE First hearing Individual fail to comply with a community protection notice Individual fail to comply with a community protection notice Individual fail to comply with a community protection notice Individual fail to comply with a community protection notice Individual fail to comply with a community protection notice ', 0), (5259, 57, '2025-05-19 12:00:00', 'UTC', '45GD1469024', ' SILVA, LUCCAS CPS-SE First hearing Drive motor vehicle with a proportion of a specified ', 1), (5260, 58, '2025-05-16 12:00:00', 'UTC', '93JD1500424', ' CHARLESWORTH, JOSEPH CPS-WM Trial In charge of motor vehicle - alcohol level above limit ', 1), (5261, 58, '2025-05-16 12:00:00', 'UTC', '41B21039725', ' CASH, Lawrence HERTPF Sentence Attempt burglary other than dwelling with intent to steal Theft from a motor vehicle Theft from a motor vehicle ', 1), (5262, 58, '2025-05-16 12:00:00', 'UTC', '41B21034625', ' CASH, Lawrence CPS-TCBH Trial Assault by beating Criminal damage to property valued under £5000 ', 0), (5263, 58, '2025-05-16 12:00:00', 'UTC', '41B21835724', ' ATKINS, Laura CPS-TCBH Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (5264, 58, '2025-05-16 12:00:00', 'UTC', '41CT1794224', ' TOSH, Caroline HERTPF Trial Speeding - exceed 70 mph motorway limit - automatic camera device Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5265, 88, '2025-05-16 12:00:00', 'UTC', '62WN0244325', ' EVANS, KENNETH CPS-CYSW Bail Application Assault by beating Assault by beating ', 0), (5266, 88, '2025-05-16 12:00:00', 'UTC', '62SC0104725', ' SMITH, JOHN SWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (5267, 88, '2025-05-16 12:00:00', 'UTC', '62SC0104925', ' SMITH, JOHN SWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (5268, 88, '2025-05-16 12:00:00', 'UTC', '62SC1951724', ' MAALIK, ZEESHAN SWPF Sentence Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (5269, 67, '2025-05-21 12:00:00', 'UTC', '63DP1071223', ' SIMPSON, MICHAEL CPS-CYSW Trial Sexual assault on a female Possess extreme pornographic image / images portraying an act of intercourse / oral sex with a dead / alive animal Press/Publication restrictions apply to this case ', 0), (5270, 67, '2025-05-21 12:00:00', 'UTC', '63DP0009025', ' POWELLS, KANE CHRISTIAN CPS-CYSW First hearing Assault with intent to resist arrest ', 0), (5271, 67, '2025-05-21 12:00:00', 'UTC', '63DP0090824', ' HURST, JONATHAN CPS-CYSW First hearing Assault a person thereby occasioning them actual bodily harm Intentional strangulation Assault by beating Assault by beating ', 0), (5272, 67, '2025-05-21 12:00:00', 'UTC', '63FH0433924', ' MUIR, ANDREW DYPPF Trial Motor vehicle exceed 60 mph on single carriageway - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5273, 67, '2025-05-21 12:00:00', 'UTC', '63DP0021325', ' EVANS, LEE CPS-CYSW Trial Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (5274, 67, '2025-05-21 12:00:00', 'UTC', '63DP0022525', ' LEWIS, DANIEL CPS-CYSW Trial Assault by beating ', 0), (5275, 128, '2025-05-16 12:00:00', 'UTC', '06LL0306625', ' ROGERS, THOMAS GMPF First hearing Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Fail to provide specimen for analysis - vehicle driver ', 1), (5276, 128, '2025-05-16 12:00:00', 'UTC', '06LL0281925', ' ATKINSON, RYAN GMPF First hearing Harassment without violence Threat to damage / destroy property Harassment - breach of a restraining order on conviction ', 0), (5277, 128, '2025-05-16 12:00:00', 'UTC', '06KK0687824', ' HUGHES, Connor CPS-NW Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5278, 128, '2025-05-16 12:00:00', 'UTC', '77US2352124', ' ROBERTS, Paul DWP Plea Dishonestly fail notify change of circumstances affecting entitlement to social security benefit / advantage / payment ', 0), (5279, 128, '2025-05-16 12:00:00', 'UTC', '06LL0228125', ' MATHER, JEFFREY CPS-NW Sentence Theft - other - including theft by finding ', 0), (5280, 128, '2025-05-16 12:00:00', 'UTC', '06KK0410424', ' boatwright, brandon CPS-NW Mention & Fix Adult attempt to engage in sexual communication with a child Attempt to cause a male aged 13 or over to engage in sexual activity - no penetration Adult attempt to engage in sexual communication with a child Press/Publication restrictions apply to this case ', 0), (5281, 72, '2025-05-19 12:00:00', 'UTC', '60EW1521024', ' DA SILVA, RUI CPS-CYN Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (5282, 72, '2025-05-19 12:00:00', 'UTC', '60EW0317725', ' MATTHIAS, SANDRA CPS-CYSW Sentence Assault by beating of an emergency worker ', 0), (5283, 2, '2025-05-16 12:00:00', 'UTC', '42MR2078224', ' SHERRIFF, Clive CPS-EEE Plea Assault by beating Assault by beating Common assault ', 0), (5284, 2, '2025-05-16 12:00:00', 'UTC', '01KG1309924', ' HOWELL, Aaron CPS-LN Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5285, 2, '2025-05-16 12:00:00', 'UTC', '42MR1520623', ' EDHOUSE, Jordan CPS-EEE Sentence Assault a person thereby occasioning them actual bodily harm JOYNER, Kian Assault a person thereby occasioning them actual bodily harm ', 0), (5286, 2, '2025-05-16 12:00:00', 'UTC', '42MR1555225', ' GARCIA, Karina CPS-EEE Sentence Make off without making payment Make off without making payment ', 0), (5287, 2, '2025-05-16 12:00:00', 'UTC', '42MR1545125', ' CHANDLER, Steven CPS-EEE Plea Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5288, 2, '2025-05-16 12:00:00', 'UTC', '42MR2014723', ' FRISENDA, Simon CPS-EEE Sentence Receiving stolen goods ', 0), (5289, 2, '2025-05-16 12:00:00', 'UTC', '42MR3119124', ' MARTIN, Tony CPS-EEE Plea Take a motor vehicle without the owners consent Possess with intent to supply a controlled drug of Class A - Cocaine ', 1), (5290, 2, '2025-05-16 12:00:00', 'UTC', '42MR1501824', ' BRANCHER, Thomas CPS-EEE Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (5291, 2, '2025-05-16 12:00:00', 'UTC', '42MR1147425', ' DESPY, Hayley CPS-EEE Plea ', 0), (5292, 3, '2025-05-16 12:00:00', 'UTC', '44PC0387825', ' GREEN, LEIGH CPS-WX Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Harassment - breach of a restraining order on conviction ', 0), (5293, 3, '2025-05-16 12:00:00', 'UTC', '44BB0039225', ' TURNER, NATHAN CPS-WX Application Take a motor vehicle without the owners consent Theft - other - including theft by finding Assault by beating Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Harassment - put in fear of violence ', 1), (5294, 8, '2025-05-16 12:00:00', 'UTC', '04ZL1725025', ' HEWITT, Matthew CPS-NW Trial Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 Theft from the person of another Assault by beating ', 0), (5295, 8, '2025-05-16 12:00:00', 'UTC', '04ZL1091525', ' CLARK, Ashley CPS-NW Trial Send letter / communication / article conveying indecent / offensive message Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Contempt of court by breach of section 17 of the Criminal Procedure and Investigations Act 1996 Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating Assault by beating ', 0), (5296, 8, '2025-05-16 12:00:00', 'UTC', '04ZL1727125', ' HOLDEN, Jamie CPS-NW Trial Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Assault by beating of an emergency worker ', 0), (5297, 8, '2025-05-16 12:00:00', 'UTC', '04ZL3931424', ' RIMMER, Jake CPS-NW Trial Harassment - put in fear of violence Assault by beating Assault a person thereby occasioning them actual bodily harm ', 0), (5298, 8, '2025-05-16 12:00:00', 'UTC', '04ZL1408325', ' HEWITT, Matthew CPS-NW Trial Assault a person thereby occasioning them actual bodily harm Engage in controlling / coercive behaviour in an intimate / family relationship Assault a person thereby occasioning them actual bodily harm Assault a person thereby occasioning them actual bodily harm ', 0), (5299, 11, '2025-05-16 12:00:00', 'UTC', '52SB0873124', ' EDWARDS, JAMES CPS-SW Sentence Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5300, 11, '2025-05-16 12:00:00', 'UTC', '52SB0180925', ' WATSON-WILLIAMS, DAVID CPS-SW Hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5301, 11, '2025-05-16 12:00:00', 'UTC', '52SB0182324', ' MORGAN, ORRETT CPS-SW First hearing Possess with intent to supply a controlled drug of Class A - Heroin Possess with intent to supply a controlled drug of Class A - Heroin Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5302, 11, '2025-05-16 12:00:00', 'UTC', '52SB0192125', ' SMITH, ELLIS CPS-SW Application Assault a person thereby occasioning them actual bodily harm ', 0), (5303, 11, '2025-05-16 12:00:00', 'UTC', '52SB0681524', ' O'CONNOR, PATRICK CPS-SW Plea Assault by beating ', 0), (5304, 18, '2025-05-16 12:00:00', 'UTC', '42MR1927025', ' HARRIS, Simon CPS-EEE First hearing Assault by beating Assault by beating of an emergency worker Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5305, 18, '2025-05-16 12:00:00', 'UTC', '42MR1929725', ' BISHOP, Reece ESXPF First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5306, 18, '2025-05-16 12:00:00', 'UTC', '42MR2127124', ' SMITH, David CPS-EEE First hearing Cause serious injury by careless / inconsiderate driving ', 0), (5307, 18, '2025-05-16 12:00:00', 'UTC', '42MR1574823', ' CHIGUMBA, Joyce CPS-EEE First hearing Possess with intent to supply a controlled drug of Class B - Cannabis Aggravated vehicle taking - (being carried on) and vehicle damage under £5000 CHIGUMBA, Sebastian Aggravated vehicle taking - ( initial taker ) and vehicle damage of £5000 or over ', 1), (5308, 18, '2025-05-16 12:00:00', 'UTC', '42MR3392624', ' HENDERSON, Liam CPS-EEE First hearing Unauthorised possession in prison of knife or offensive weapon ', 0), (5309, 18, '2025-05-16 12:00:00', 'UTC', '42MR1708525', ' BALL, Aaron CPS-EEE First hearing Assault by beating Possess a controlled drug of Class A - Cocaine Detainee / person charged fail / refuse to provide a sample for Class 'A' drug test ', 0), (5310, 18, '2025-05-16 12:00:00', 'UTC', '42MR1225325', ' WING, Gerry CPS-EEE First hearing Assault a person thereby occasioning them actual ', 0), (5311, 20, '2025-05-16 12:00:00', 'UTC', '30DI1861524', ' FLYNN, Stephanie CPS-EM Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5312, 20, '2025-05-16 12:00:00', 'UTC', '30DI0482425', ' SMITH, PAUL CPS-EM Trial Breach a non-molestation order - Family Law Act 1996 ', 0), (5313, 20, '2025-05-16 12:00:00', 'UTC', '30DI0377424', ' COLLINS, Stephen CPS-EM Trial Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Harassment without violence ', 0), (5314, 20, '2025-05-16 12:00:00', 'UTC', '30DI1045724', ' SAMPSON, DANIEL CPS-EM Trial Handle stolen goods Handle stolen goods ', 0), (5315, 20, '2025-05-16 12:00:00', 'UTC', '30DI2679324', ' BONEHAM, ANDREW CPS-EM Trial Individual fail to comply with a community protection notice ', 0), (5316, 22, '2025-05-19 12:00:00', 'UTC', '47EH0321123', ' TREEBY, AMBROSE CPS-SE First hearing Attempt burglary dwelling with intent to steal Burglary dwelling and theft - no violence Burglary dwelling and theft - no violence ', 0), (5317, 22, '2025-05-19 12:00:00', 'UTC', '47EH0444125', ' HUGHES, NATHAN CPS-SE Plea Send by public communication network an offensive / indecent / obscene / menacing message / matter Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (5318, 22, '2025-05-19 12:00:00', 'UTC', '93JD0737324', ' HARDING, TYLER CPS-WM Plea Obstruct an engine / carriage using the railway by an unlawful act / wilful omission / neglect ', 0), (5319, 22, '2025-05-19 12:00:00', 'UTC', '47WW0254925', ' HARDING, TYLER CPS-SE Plea Obstruct / resist a constable in execution of duty ', 0), (5320, 22, '2025-05-19 12:00:00', 'UTC', '47WC0495925', ' LOCK-HOPKINS, WILLIAM CPS-SE Mention Assault by beating ', 0), (5321, 22, '2025-05-19 12:00:00', 'UTC', '47WC2932824', ' LOCK-HOPKINS, WILLIAM CPS-SE Mention Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5322, 22, '2025-05-19 12:00:00', 'UTC', '47EE0134925', ' TATNELL, MARC CPS-SE First hearing Attempt burglary other than dwelling with intent to steal ', 0), (5323, 136, '2025-05-16 12:00:00', 'UTC', '36CJ1199225', ' SHAW, Tina CPS-EEN Sentence Common assault Assault by beating Press/Publication restrictions apply to this case ', 0), (5324, 136, '2025-05-16 12:00:00', 'UTC', '36CJ2064124', ' BRIGGS, Martyn CPS-EEN Sentence Criminal damage to property valued under £5000 Assault by beating ', 0), (5325, 136, '2025-05-16 12:00:00', 'UTC', '36CJ1859824', ' HARRISON, Romain CPS-EEN Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5326, 136, '2025-05-16 12:00:00', 'UTC', '36CJ1896324', ' GREENSLADE, Aiden CPS-EENS Sentence Obstruct/resist a constable in execution of duty Breach a non-molestation order - Family Law Act 1996 ', 0), (5327, 136, '2025-05-16 12:00:00', 'UTC', '37CJ1111725', ' BULLION, Gavin CPS-EEN Sentence Drive motor vehicle when alcohol level above limit ', 1), (5328, 136, '2025-05-16 12:00:00', 'UTC', '37CJ1719224', ' STONEMAN, Tony CPS-EENS Sentence Harassment - put in fear of violence ', 0), (5329, 136, '2025-05-16 12:00:00', 'UTC', '36CJ1134725', ' DERRICK, Luke CPS-EEN Plea Fraudulently alter a registration mark / registration document Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5330, 34, '2025-05-16 12:00:00', 'UTC', '37CJ1752624', ' ENGLISH, Mark CPS-EENS First hearing Burglary other than dwelling with intent to steal Criminal damage to property valued under £5000 ', 0), (5331, 34, '2025-05-16 12:00:00', 'UTC', '37CJ2200724', ' ENGLISH, Mark CPS-EENS First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5332, 34, '2025-05-16 12:00:00', 'UTC', '37CJ1228525', ' CLAXTON, Geoffrey CPS-EENS First hearing Threaten a person with a blade / sharply pointed article in a public place ', 0), (5333, 34, '2025-05-16 12:00:00', 'UTC', '37CJ1952224', ' BANKS, Jason CPS-EENS First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5334, 34, '2025-05-16 12:00:00', 'UTC', '37CJ1301425', ' COLLINS, Liam CPS-EENS First hearing Theft from a shop ', 0), (5335, 34, '2025-05-16 12:00:00', 'UTC', '37CJ1954224', ' WOODHEAD, Olly CPS-EENS First hearing Drive motor vehicle when alcohol level above limit Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5336, 34, '2025-05-16 12:00:00', 'UTC', '37CJ1167725', ' ENGLISH, Mark CPS-EENS First hearing Theft from a shop ', 0), (5337, 34, '2025-05-16 12:00:00', 'UTC', '37CJ1308125', ' MCGUIRE, John CPS-EENS First hearing Drunk and disorderly in a public place ', 0), (5338, 36, '2025-05-16 12:00:00', 'UTC', '04ZL4228724', ' RIGG, Billy-jo CPS-NW Mention Assault by beating ', 0), (5339, 36, '2025-05-16 12:00:00', 'UTC', '04ZL1836725', ' McCABE, Alan CPS-NWLC Sentence Drive a motor vehicle dangerously Fail to provide specimen for analysis - vehicle driver Cause unnecessary suffering to a protected animal ', 1), (5340, 36, '2025-05-16 12:00:00', 'UTC', '04ZL2496524', ' GREEN, Dennis CPS-NW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5341, 36, '2025-05-16 12:00:00', 'UTC', '04ZL4040224', ' EVANS, Lisa CPS-NW Sentence Theft from a shop ', 0), (5342, 36, '2025-05-16 12:00:00', 'UTC', '04ZL2221425', ' LAMB, Timothy LANPF First hearing Breach SHPO / interim SHPO ', 0), (5343, 36, '2025-05-16 12:00:00', 'UTC', '04ZL1081125', ' CIESIELSKA, Anna CPS-NW Sentence Drive motor vehicle when alcohol level above limit ', 1), (5344, 36, '2025-05-16 12:00:00', 'UTC', '04ZL1015325', ' JOHNSTON, Lawrence CPS-NW Plea Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (5345, 36, '2025-05-16 12:00:00', 'UTC', '04ZL1872025', ' KILLICK, Christopher CPS-NW Mention Harassment - breach of a restraining order on conviction ', 0), (5346, 37, '2025-05-16 12:00:00', 'UTC', '13WD0129225', ' ', 0), (5347, 48, '2025-05-19 12:00:00', 'UTC', '50EL0332624', ' GREGORY, BRIAN CPS-SW Plea ', 0), (5348, 48, '2025-05-19 12:00:00', 'UTC', '50EL0146525', ' DRYDEN, KIMBERLEY CPS-SW First hearing ', 0), (5349, 48, '2025-05-19 12:00:00', 'UTC', '50EL0291523', ' CHUGG, GARY CPS-SW Mention ', 0), (5350, 48, '2025-05-19 12:00:00', 'UTC', '50EL0015525', ' MITCHELL, JAMES CPS-SW Plea ', 0), (5351, 48, '2025-05-19 12:00:00', 'UTC', '50TP1406324', ' SENIOR, PETER CPS-SW Sentence ', 0), (5352, 48, '2025-05-19 12:00:00', 'UTC', '50EL0421024', ' HOOPER, TIMOTHY CPS-SW Sentence ', 0), (5353, 48, '2025-05-19 12:00:00', 'UTC', '50EL0123524', ' GREGG, KATIE CPS-SW Sentence ', 0), (5354, 48, '2025-05-19 12:00:00', 'UTC', '50DE0798324', ' CLEMENT, CAMERON CPS-SW Sentence ', 0), (5355, 48, '2025-05-19 12:00:00', 'UTC', '50EL0363024', ' GREGG, KATIE CPS-SW Sentence ', 0), (5356, 48, '2025-05-19 12:00:00', 'UTC', '50EL0051125', ' HALL, TRACY CPS-SW Sentence ', 0), (5357, 48, '2025-05-19 12:00:00', 'UTC', '50EL0052025', ' GREGG, KATIE CPS-SW Sentence ', 0), (5358, 50, '2025-05-16 12:00:00', 'UTC', '04ZL3831224', ' NEWSHAM, Lee CPS-NW Mention Common assault of an emergency worker Racially / religiously aggravated assault occasioning actual bodily harm ', 0), (5359, 50, '2025-05-16 12:00:00', 'UTC', '04ZL1096025', ' COOPER, Lee CPS-NW Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5360, 50, '2025-05-16 12:00:00', 'UTC', '04ZL1481824', ' DAWSON, Tyler CPS-NW Sentence Threaten a person with an offensive weapon in a public place ', 0), (5361, 50, '2025-05-16 12:00:00', 'UTC', '04ZL1846625', ' MURPHY, Jamie CPS-NW Mention & Fix Burglary other than dwelling - theft ', 0), (5362, 50, '2025-05-16 12:00:00', 'UTC', '04ZL3644924', ' HAMER, Ethan CPS-NW Mention Fraud by false representation - Fraud Act 2006 Theft from the person of another ', 0), (5363, 50, '2025-05-16 12:00:00', 'UTC', '04ZL4064424', ' ROBB, Michael CPS-NW Plea Assault by beating of an emergency worker Assault by beating of an emergency worker Criminal damage to property valued under £5000 ', 0), (5364, 50, '2025-05-16 12:00:00', 'UTC', '04ZL1616425', ' PALKA, Damian CPS-NW Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to provide specimen for analysis - vehicle driver ', 1), (5365, 50, '2025-05-16 12:00:00', 'UTC', '04ZL2920524', ' WALKER, Jack CPS-NW Sentence Cause serious injury by careless / inconsiderate driving ', 0), (5366, 50, '2025-05-16 12:00:00', 'UTC', '04ZL2660924', ' WALL, Jack CPS-NW Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5367, 50, '2025-05-16 12:00:00', 'UTC', '42MR2348524', ' CHAPMAN, Alexandra CPS-EEE Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Fail to surrender to police / court bail at the appointed time ', 1), (5368, 50, '2025-05-16 12:00:00', 'UTC', '04ZL1991025', ' BRIGDEN, Dale LANPF Mention Assault a person thereby occasioning them actual bodily harm Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (5369, 50, '2025-05-16 12:00:00', 'UTC', '04ZL3046324', ' HARGREAVES, Kyle CPS-NW Hearing Possess an imitation firearm in a public place - Firearms Act 1968 ', 0), (5370, 50, '2025-05-16 12:00:00', 'UTC', '04ZL1645825', ' WEYER, Zak CPS-NW Mention Drunk and disorderly in a public place ', 0), (5371, 53, '2025-05-16 12:00:00', 'UTC', '05D10150423', ' EDEN, RYAN CPS-MC Trial ', 0), (5372, 53, '2025-05-16 12:00:00', 'UTC', '05E70045224', ' BOATENG, PETER CPS-MC Trial ', 0), (5373, 53, '2025-05-16 12:00:00', 'UTC', '05E90327624', ' MCLAUGHLIN, DAVID CPS-MC Trial ', 0), (5374, 53, '2025-05-16 12:00:00', 'UTC', '05A10130624', ' COLEMAN, JENNIFER CPS-MC Trial ', 0), (5375, 53, '2025-05-16 12:00:00', 'UTC', '05C30029825', ' COPP, PAUL CPS-MC Hearing ', 0), (5376, 53, '2025-05-16 12:00:00', 'UTC', '05A20039024', ' GOODACRE, DAVID CPS-MC Trial ', 0), (5377, 53, '2025-05-16 12:00:00', 'UTC', '05A20042624', ' GOODACRE, DAVID CPS-MC Sentence ', 0), (5378, 53, '2025-05-16 12:00:00', 'UTC', '05B40004125', ' HALSALL, JAMES CPS-MC Sentence ', 0), (5379, 53, '2025-05-16 12:00:00', 'UTC', '05B40172824', ' HALSALL, JAMES CPS-MC Trial ', 0), (5380, 53, '2025-05-16 12:00:00', 'UTC', '05B40043525', ' HALSALL, JAMES CPS-MC Sentence ', 0), (5381, 53, '2025-05-16 12:00:00', 'UTC', '05D20109424', ' URMONAS, MODESTAS CPS-MC Mention - Defendant to Attend ', 0), (5382, 59, '2025-05-21 12:00:00', 'UTC', '06LL0481724', ' JEFFRIES, Terence CPS-NW Trial - no Drive a mechanically propelled vehicle on a road / witnesses in a public place without due care and attention ', 1), (5383, 59, '2025-05-21 12:00:00', 'UTC', '06A20170025', ' TRUNKWALA, Kussai CPS-NW Sentence Drive whilst disqualified Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5384, 59, '2025-05-21 12:00:00', 'UTC', '06A30452924', ' ROSE, ANTHONY CPS-NW Sentence Drive motor vehicle when alcohol level above limit Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5385, 60, '2025-05-16 12:00:00', 'UTC', '54DD0490924', ' FRIMPONG, JOEL WILSPF Hearing Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (5386, 60, '2025-05-16 12:00:00', 'UTC', '54DD0103125', ' TOLL, JOHN WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5387, 60, '2025-05-16 12:00:00', 'UTC', '54DD0105425', ' PANAIT, RADU-IONUT WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5388, 60, '2025-05-16 12:00:00', 'UTC', '54ED0685824', ' TYE, JOHN WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5389, 60, '2025-05-16 12:00:00', 'UTC', '54DD0105125', ' TORREGROSA-JONES, RAFAEL WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Fail to give information relating to the identification of the driver / rider of a vehicle when required Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5390, 60, '2025-05-16 12:00:00', 'UTC', '54ED0129525', ' GITAGIA, PENINAH WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5391, 60, '2025-05-16 12:00:00', 'UTC', '54DD0105825', ' PRIDHAM, CAMERON WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5392, 60, '2025-05-16 12:00:00', 'UTC', '54DD0113025', ' HARDING, JOSHUA WILSPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5393, 60, '2025-05-16 12:00:00', 'UTC', '54DD0111125', ' FERNANDA DA SILVA, FLO CPS-WX Sentence ', 0), (5394, 65, '2025-05-19 12:00:00', 'UTC', '07NZ1245724', ' MCKENNA, RICHARD CPS-MC Trial Assault by beating Assault a person thereby occasioning them actual bodily harm Send communication threatening death or serious harm ', 0), (5395, 65, '2025-05-19 12:00:00', 'UTC', '07NZ1548824', ' BASSETT, LIAM CPS-MC Trial Assault by beating ', 0), (5396, 65, '2025-05-19 12:00:00', 'UTC', '07EZ0270325', ' EWBANK, DAVID CPS-MC First hearing Breach a non-molestation order - Family Law Act 1996 ', 0), (5397, 65, '2025-05-19 12:00:00', 'UTC', '07NZ0533625', ' SUTTON, BRANDON CPS-MC First hearing Criminal damage to property valued under £5000 ', 0), (5398, 65, '2025-05-19 12:00:00', 'UTC', '07NZ0280925', ' KENNEDY, JORDAN CPS-MC First hearing Assault by beating of an emergency worker Assault by beating ', 0), (5399, 65, '2025-05-19 12:00:00', 'UTC', '07NZ0484925', ' BROWN, RYAN CPS-MC First hearing Assault by beating ', 0), (5400, 65, '2025-05-19 12:00:00', 'UTC', '07NZ0054125', ' ABRAHAM, JOSHUA CPS-MC Sentence Common assault ', 0), (5401, 65, '2025-05-19 12:00:00', 'UTC', '07EZ0341725', ' O'SULLIVAN, BRADLEY CPS-MC Sentence Assault by beating ', 0), (5402, 74, '2025-05-16 12:00:00', 'UTC', '12NY1293024', ' GRIFFITHS, JOSHUA CPS-YH Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault by beating ', 0), (5403, 74, '2025-05-16 12:00:00', 'UTC', '12NY0443425', ' DICKINSON, ANTHONY CPS-YH Trial Assault by beating of an emergency worker Assault by beating of an emergency worker Intentional strangulation ', 0), (5404, 74, '2025-05-16 12:00:00', 'UTC', '12NY0974224', ' GASKIN, HENRY CPS-YH Trial Drive whilst disqualified Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (5405, 74, '2025-05-16 12:00:00', 'UTC', '12NY1571823', ' KNIGHT, LIAM CPS-YH Trial Burglary other than dwelling - theft ', 0), (5406, 4, '2025-05-19 12:00:00', 'UTC', '52SY1044624', ' GEE, CHARLES AVSPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Speeding - exceed 30 mph on restricted road in England - manned equipment ', 1), (5407, 4, '2025-05-19 12:00:00', 'UTC', '52SY0746224', ' RIDEWOOD, IVOR CPS-SW Trial - no Fail to give information relating to the identification witnesses of the driver / rider of a vehicle when required Speeding - exceed 30 mph on restricted road in England - manned equipment ', 1), (5408, 4, '2025-05-19 12:00:00', 'UTC', '52SE0012025', ' WEIR, GLYNN CPS-SW Trial Individual fail to comply with a community protection notice Individual fail to comply with a community protection notice Individual fail to comply with a community protection notice ', 0), (5409, 4, '2025-05-19 12:00:00', 'UTC', '52SE0022125', ' O'SULLIVAN, LUCY CPS-SW Sentence Assault by beating of an emergency worker ', 0), (5410, 4, '2025-05-19 12:00:00', 'UTC', '52SY0138425', ' SHAPIRO, STEVEN AVSPF Trial Speeding - exceed 30 mph on restricted road in England - manned equipment Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5411, 4, '2025-05-19 12:00:00', 'UTC', '55TH0205424', ' MCLOUGHLIN, CIARAN DORPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5412, 4, '2025-05-19 12:00:00', 'UTC', '52SW0077024', ' REY, VITOR AVSPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (5413, 4, '2025-05-19 12:00:00', 'UTC', '52SW0112124', ' CHANT, DAVID AVSPF Trial Use a motor vehicle on a road / public place ', 1), (5414, 23, '2025-05-19 12:00:00', 'UTC', '01ZD1522424', ' SIMPSON, Bobby CPS-LS Sentence Assault by beating Assault by beating ', 0), (5415, 23, '2025-05-19 12:00:00', 'UTC', '01ZD1466524', ' CHONDRUNAKO, Rennoka CPS-LS Trial Assault by beating Harassment without violence ', 0), (5416, 23, '2025-05-19 12:00:00', 'UTC', '01EK1335724', ' TYOEMBER, David CPS-LN Trial Harassment without violence ', 0), (5417, 23, '2025-05-19 12:00:00', 'UTC', '01ZD1090325', ' MAY, Deneiro CPS-LS Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Press/Publication restrictions apply to this case ', 0), (5418, 23, '2025-05-19 12:00:00', 'UTC', '01MD1410124', ' ROSE, Raffael CPS-LS Trial Fail to provide specimen for analysis - vehicle driver ', 1), (5419, 23, '2025-05-19 12:00:00', 'UTC', '01ZD1022625', ' AYERAKWAH, Linus CPS-LS Trial Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1), (5420, 23, '2025-05-19 12:00:00', 'UTC', '01RP1318124', ' DE OLIVEIRA RODRIGUES, Humberto CPS-LS Hearing Drive whilst disqualified ', 0), (5421, 136, '2025-05-16 12:00:00', 'UTC', '36CJ2058223', ' King, Julie CPS-EEN Sentence Fail to provide specimen for analysis - vehicle driver Driver of a vehicle fail to stop after a road accident ', 1), (5422, 38, '2025-05-19 12:00:00', 'UTC', '33JJ2764324', ' ', 0), (5423, 132, '2025-05-16 12:00:00', 'UTC', '06JJ0304223', ' ATKINSON, Alicia CPS-NW Trial Assault by beating Press/Publication restrictions apply to this case ', 0), (5424, 132, '2025-05-16 12:00:00', 'UTC', '06PP0238125', ' WILLIAMS, Nasim GMPF First hearing Racially / religiously aggravated harassment with fear of violence Harassment - put in fear of violence ', 0), (5425, 132, '2025-05-16 12:00:00', 'UTC', '06A10279925', ' MOORE, ELLIOT GMPF First hearing Stalking involving fear of violence ', 0), (5426, 132, '2025-05-16 12:00:00', 'UTC', '06PP0237825', ' TYNER, MATTHEW CPS-NW First hearing Stalking involving fear of violence Common assault Intentional strangulation Criminal damage to property valued under £5000 Assault by beating ', 0), (5427, 132, '2025-05-16 12:00:00', 'UTC', '06GG0244825', ' RAHMAN, NAIRZAM GMPF First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (5428, 132, '2025-05-16 12:00:00', 'UTC', '06A20304025', ' TUFAIL, AWAIS GMPF First hearing Stalking involving serious alarm / distress Assault a person thereby occasioning them actual bodily harm Intentional strangulation Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (5429, 132, '2025-05-16 12:00:00', 'UTC', '06LL0298425', ' ROBERTS, Neil GMPF First hearing Assault by beating ', 0), (5430, 132, '2025-05-16 12:00:00', 'UTC', '06FF0307625', ' ARMSDEN, Andrew CPS-NW First hearing Threats to kill ', 0), (5431, 121, '2025-05-19 12:00:00', 'UTC', '52SJ0052525', ' RYAN, DYLLON CPS-SW Sentence Knowingly assist a child to run/stay away Knowingly assist a child to run/stay away Press/Publication restrictions apply to this case ', 0), (5432, 121, '2025-05-19 12:00:00', 'UTC', '52SU0024625', ' BRINKMAN, SEAMUS AVSPF Application Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5433, 85, '2025-05-19 12:00:00', 'UTC', '55CH0053825', ' HATCHARD, LOUISE CPS-WX First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (5434, 85, '2025-05-19 12:00:00', 'UTC', '55CH0113125', ' FORTUNE, MARK CPS-WX First hearing Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5435, 85, '2025-05-19 12:00:00', 'UTC', '55TH0074025', ' JACOB, KURIAN CPS-WX First hearing Drive whilst disqualified ', 0), (5436, 85, '2025-05-19 12:00:00', 'UTC', '55CH0112325', ' DANCZYSZYN, ARKADIUSZ CPS-WX First hearing Drive motor vehicle when alcohol level above limit ', 1), (5437, 85, '2025-05-19 12:00:00', 'UTC', '55CH0087925', ' GAFFNEY, SUSAN CPS-WX First hearing Owner / person in charge of dog dangerously out of control causing injury ', 0), (5438, 55, '2025-05-16 12:00:00', 'UTC', '14XC1327824', ' GOODGROVE, Luke CPS-YH Sentence Criminal damage to property valued under £5000 Burglary other than dwelling - theft ', 0), (5439, 55, '2025-05-16 12:00:00', 'UTC', '14FR1004124', ' WALKER, Thomas CPS-YH Sentence Cultivate cannabis plant a class B controlled drug Possess a controlled drug of Class A - Other ', 0), (5440, 55, '2025-05-16 12:00:00', 'UTC', '14XB1132725', ' SWINDELLS, Morgan CPS-YH First hearing Drive a motor vehicle dangerously Use a motor vehicle on a road / public place without third party insurance Obstruct / resist a constable in execution of duty Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Possess with intent to supply a controlled drug of Class A - Crack Cocaine ', 1); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (5441, 55, '2025-05-16 12:00:00', 'UTC', '14XN1026325', ' CHIDZIVA, Maxwell CPS-YH First hearing Assault by beating Assault a person thereby occasioning them actual bodily harm Threat to damage / destroy property ', 0), (5442, 55, '2025-05-16 12:00:00', 'UTC', '14XS1494723', ' MOSELEY, Mark CPS-YH Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5443, 55, '2025-05-16 12:00:00', 'UTC', '14XS1193525', ' KEENAN, Aaron CPS-YH Mention Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Intentional strangulation Assault by beating Assault by beating of an emergency worker Assault by beating of an emergency worker Criminal damage to property - value over £5000 Intentional strangulation Assault by beating Common assault ', 0), (5444, 90, '2025-05-19 12:00:00', 'UTC', '52SG0033025', ' THORNE, KATE CPS-SW Sentence Assault by beating of an emergency worker ', 0), (5445, 90, '2025-05-19 12:00:00', 'UTC', '52SG0084925', ' WINTERS, MICHAEL CPS-SW Sentence Attempt to operate equipment beneath clothing of another without consent Attempt to operate equipment beneath clothing of another without consent Attempt to operate equipment beneath clothing of another without consent ', 0), (5446, 90, '2025-05-19 12:00:00', 'UTC', '52SF0171923', ' COOPER, KARL CPS-SW Sentence Assault by beating Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Fail to surrender to police / court bail at the appointed time ', 0), (5447, 90, '2025-05-19 12:00:00', 'UTC', '52SG0055625', ' LLOYD, MARK CPS-SW Plea Theft from a shop ', 0), (5448, 90, '2025-05-19 12:00:00', 'UTC', '52SG0015325', ' BINDING, RICHARD CPS-SW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5449, 90, '2025-05-19 12:00:00', 'UTC', '52SG0222924', ' BOLT, JAKE CPS-SW First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Common assault of an emergency worker ', 0), (5450, 90, '2025-05-19 12:00:00', 'UTC', '52SG0225024', ' HILL, STUART CPS-SW First hearing Possess a controlled drug of Class A - Heroin Possess a controlled drug of Class A - Cocaine ', 0), (5451, 90, '2025-05-19 12:00:00', 'UTC', '52SF0187524', ' MICHAEL, KLEOS CPS-SW First hearing ', 0), (5452, 69, '2025-05-19 12:00:00', 'UTC', '01VK1204824', ' AJAYNI, Toheed Olakunle CPS-LS Trial Common assault Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5453, 69, '2025-05-19 12:00:00', 'UTC', '01WW1362224', ' DUBOW, Danuta CPS-LS Further Case Persistently make use of public communication Management network to cause annoyance / inconvenience / anxiety ', 0), (5454, 69, '2025-05-19 12:00:00', 'UTC', '01TW1081724', ' CHEADLE-TURNER, Anna CPS-LS Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5455, 69, '2025-05-19 12:00:00', 'UTC', '01VW1155524', ' STALLARD, Fletcher CPS-LS Hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5456, 69, '2025-05-19 12:00:00', 'UTC', '01TK2146525', ' HOVHANNISYAN, Sargis METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5457, 69, '2025-05-19 12:00:00', 'UTC', '01ZT1072824', ' STALLARD, Fletcher CPS-LS Application Burglary other than dwelling - theft ', 0), (5458, 69, '2025-05-19 12:00:00', 'UTC', '01WW5039222', ' APPLETON, Jack CPS-LS Plea Possess a controlled drug of Class B - Cannabis / Cannabis Resin Concerned in the supply of a controlled drug of Class B - cannabis ', 0), (5459, 69, '2025-05-19 12:00:00', 'UTC', '01TW1035625', ' PALMER, Steven CPS-LS Plea Theft from a shop ', 0), (5460, 73, '2025-05-19 12:00:00', 'UTC', '52SF0097324', ' BROMAGE, LEWIS CPS-SW Trial Assault by beating Criminal damage to property valued under £5000 ', 0), (5461, 73, '2025-05-19 12:00:00', 'UTC', '52SB0543724', ' PORTER, JASON CPS-SW Trial Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Assault by beating of an emergency worker Drunk and disorderly in a public place ', 0), (5462, 73, '2025-05-19 12:00:00', 'UTC', '52SF0000725', ' ABBOTT, WAYNE CPS-SW Trial Criminal damage to property valued under £5000 Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Assault a person thereby occasioning them actual bodily harm ', 0), (5463, 73, '2025-05-19 12:00:00', 'UTC', '52SG0265724', ' WILKINSON, THOMAS CPS-SW Sentence Theft from a shop Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (5464, 73, '2025-05-19 12:00:00', 'UTC', '52SG0207024', ' WILKINSON, THOMAS CPS-SW Sentence Theft from a shop Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Theft from a shop ', 0), (5465, 73, '2025-05-19 12:00:00', 'UTC', '52SF0018525', ' WILKINSON, THOMAS AVSPF Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Theft from a shop Burglary dwelling and theft - no violence Theft from a shop ', 0), (5466, 73, '2025-05-19 12:00:00', 'UTC', '52SG0284824', ' WILKINSON, THOMAS CPS-SW Trial Fail to surrender to police / court bail at the appointed time ', 0), (5467, 95, '2025-05-16 12:00:00', 'UTC', '01JI1106225', ' CLARKE, Jordan CPS-LN Sentence Breach sexual harm prevention order Breach sexual harm prevention order ', 0), (5468, 95, '2025-05-16 12:00:00', 'UTC', '01KG1144525', ' CAMERON, Rohan CPS-LN Plea Harassment - breach of a restraining order on conviction ', 0), (5469, 95, '2025-05-16 12:00:00', 'UTC', '01TK2295225', ' RABESS, Clifford METPF Further Case Drive on road other than motorway, fail comply Management with red / green arrow / lane closure light signals - automatic equipment ', 1), (5470, 95, '2025-05-16 12:00:00', 'UTC', '01KD1259423', ' LAZARUS, Robert CPS-LN Sentence Assault a person thereby occasioning them actual bodily harm Theft from a shop ', 0), (5471, 95, '2025-05-16 12:00:00', 'UTC', '01JI1117025', ' WILSON, Christine CPS-LN First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (5472, 95, '2025-05-16 12:00:00', 'UTC', '01JI1134325', ' ALLAN, Carolyn CPS-LN First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Owner / person in charge of dog dangerously out of control causing injury Possess / have custody of a fighting dog Owner / person in charge of dog dangerously out of control causing injury Possess / have custody of a fighting dog ', 0), (5473, 95, '2025-05-16 12:00:00', 'UTC', '01KD1130225', ' GAMBIER, Scott CPS-LN First hearing Theft from a shop ', 0), (5474, 95, '2025-05-16 12:00:00', 'UTC', '01JI1133525', ' PATEL, Abubaker CPS-LN First hearing Assault by beating ', 0), (5475, 95, '2025-05-16 12:00:00', 'UTC', '01JI1134825', ' ANDERSON, Darrell CPS-LN First hearing ', 0), (5476, 96, '2025-05-19 12:00:00', 'UTC', '14XA1087923', ' MILNER-GEORGE, David CPS-YH Sentence Produce controlled drug of Class B - cannabis ', 0), (5477, 96, '2025-05-19 12:00:00', 'UTC', '14XN1009424', ' ATHERTON, Cash CPS-YH Sentence Stalking without fear / alarm / distress ', 0), (5478, 96, '2025-05-19 12:00:00', 'UTC', '14XD1050824', ' JONES, Jack CPS-YH Sentence Carried in / on a motor vehicle taken without the owners consent JONES, Conner Carried in / on a motor vehicle taken without the owners consent HOLMES, Madoc Carried in / on a motor vehicle taken without the owners consent ', 1), (5479, 96, '2025-05-19 12:00:00', 'UTC', '14XB1108825', ' PRIOR, Thomas CPS-YH Sentence Breach criminal behaviour order Breach criminal behaviour order ', 0), (5480, 96, '2025-05-19 12:00:00', 'UTC', '14XC1275124', ' FAULKNER, James CPS-YH Trial Fail to attend for / remain for duration of initial assessment following test for class A drug Racially / religiously aggravated harassment without violence Harassment without violence Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Racially / religiously aggravated criminal damage Racially / religiously aggravated criminal damage Racially / religiously aggravated criminal damage Racially / religiously aggravated criminal damage ', 0), (5481, 96, '2025-05-19 12:00:00', 'UTC', '14XC1274323', ' ALLEN, Kyle CPS-YH Trial Fail to provide specimen for analysis - vehicle ', 1), (5482, 105, '2025-05-19 12:00:00', 'UTC', '03SS0444124', ' WATSON, David CPS-NW First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (5483, 105, '2025-05-19 12:00:00', 'UTC', '03SS0181925', ' MORLEY, Marc CPS-NW First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to provide specimen for analysis - vehicle driver ', 1), (5484, 105, '2025-05-19 12:00:00', 'UTC', '03SS0536524', ' ROBINSON, Elliot CPS-NW First hearing In charge of a motor vehicle with proportion of specified controlled drug above specified limit ', 1), (5485, 105, '2025-05-19 12:00:00', 'UTC', '03SS0559224', ' KELLEY, Andrew CPS-NW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5486, 105, '2025-05-19 12:00:00', 'UTC', '03SS0104324', ' CHELL, Stuart CPS-NW Plea Fraud by false representation - Fraud Act 2006 ', 0), (5487, 105, '2025-05-19 12:00:00', 'UTC', '03SS0596724', ' AIREY, Scott CPS-NW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5488, 105, '2025-05-19 12:00:00', 'UTC', '03SS0512024', ' MURDOCH AIDAN CPS-NW First hearing Common assault ', 0), (5489, 105, '2025-05-19 12:00:00', 'UTC', '03SS0516824', ' CRAWFORD, Craig CPS-NW First hearing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Obstruct / resist a constable in execution of duty Criminal damage to property valued under £5000 ', 0), (5490, 5, '2025-05-19 12:00:00', 'UTC', '16XP0711124', ' REDSHAW, PAUL CPS-YH Trial Assault by beating ', 0), (5491, 5, '2025-05-19 12:00:00', 'UTC', '33JA0330423', ' EREKAT, QUASAI LEIPF Sentence Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5492, 7, '2025-05-19 12:00:00', 'UTC', '20BE1573225', ' HAY, Gary CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5493, 7, '2025-05-19 12:00:00', 'UTC', '20BW1366225', ' BROOKES, Ronnie CPS-WM Sentence Take a motor vehicle without the owners consent Theft from a motor vehicle Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5494, 7, '2025-05-19 12:00:00', 'UTC', '20BW2576424', ' BROOKES, Ronnie WMIDPF Sentence Carried in / on a motor vehicle taken without the owners consent ', 1), (5495, 7, '2025-05-19 12:00:00', 'UTC', '20BE1134424', ' FAZIL, Sultan CPS-WM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (5496, 7, '2025-05-19 12:00:00', 'UTC', '20BE1117524', ' PRITCHATT, Kirk CPS-WM Mention Send by public communication network an offensive / indecent / obscene / menacing message / matter Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5497, 7, '2025-05-19 12:00:00', 'UTC', '20BW2437924', ' ABDELMINEM, Mohamed CPS-WM Trial Racially / religiously aggravated harassment / alarm / distress by words / writing Common assault ', 0), (5498, 10, '2025-05-19 12:00:00', 'UTC', '47EE0775825', ' GRAHAM, FRANCIS CPS-SE Sentence Attempt common assault of an emergency worker Intentionally / recklessly cause a public nuisance Common assault of an emergency worker Criminal damage to property valued under £5000 ', 0), (5499, 10, '2025-05-19 12:00:00', 'UTC', '47NC0108525', ' MCGUIRE, LEO CPS-SE Mention Section 18 - grievous bodily harm with intent Possess an offensive weapon in a public place Press/Publication restrictions apply to this case ', 0), (5500, 10, '2025-05-19 12:00:00', 'UTC', '47CC2175822', ' SCHOOLEY, SINEAD CPS-SE Application Burglary other than dwelling - theft ', 0), (5501, 10, '2025-05-19 12:00:00', 'UTC', '47NC0545225', ' PYMBLE, REECE CPS-SE Further Case Section 18 - wounding with intent Management Possess an offensive weapon in a public place Press/Publication restrictions apply to this case CURZON, BENJAMIN Section 18 - wounding with intent Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Press/Publication restrictions apply to this case ', 0), (5502, 10, '2025-05-19 12:00:00', 'UTC', '47CC1127425', ' MARODZA, JOSEPH CPS-SE First hearing Breach criminal behaviour order Theft from a shop ', 0), (5503, 10, '2025-05-19 12:00:00', 'UTC', '47CC1129225', ' GREEN, ADAM CPS-SE First hearing Theft from a shop ', 0), (5504, 10, '2025-05-19 12:00:00', 'UTC', '47CC0745725', ' NARLEV, YORDAN SSXPF First hearing Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (5505, 14, '2025-05-19 12:00:00', 'UTC', '35NT1097825', ' WILKINSON, Tammy CPS-EEEC Sentence Common assault Criminal damage to property valued under £5000 Common assault Common assault Assault by beating Possess an offensive weapon in a public place ', 0), (5506, 14, '2025-05-19 12:00:00', 'UTC', '35NT1428024', ' WALTON, Billy CPS-EEEC Sentence Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 ', 0), (5507, 14, '2025-05-19 12:00:00', 'UTC', '35NT1999924', ' DOGGETT, Kieran CPS-EEEC Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (5508, 14, '2025-05-19 12:00:00', 'UTC', '35NT2022724', ' DOGGETT, Kieran CPS-EEEC Sentence Theft from a shop ', 0), (5509, 14, '2025-05-19 12:00:00', 'UTC', '35NT1740924', ' DOGGETT, Kieran CPS-EEEC Sentence Individual fail to comply with a community protection notice ', 0), (5510, 14, '2025-05-19 12:00:00', 'UTC', '35NT1155625', ' DOGGETT, Kieran CPS-EEEC Sentence Theft from a shop ', 0), (5511, 14, '2025-05-19 12:00:00', 'UTC', '35NT2040924', ' THOMAS, Sheron CPS-EEEC Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5512, 22, '2025-05-19 12:00:00', 'UTC', '47WW1054425', ' HODGE, TYRONE CPS-SE First hearing ', 0), (5513, 22, '2025-05-19 12:00:00', 'UTC', '47WW1130125', ' HOLLYHEAD, ALEX SSXPF First hearing ', 0), (5514, 22, '2025-05-19 12:00:00', 'UTC', '47WW1024925', ' PEARSON, DAVID CPS-SE First hearing ', 0), (5515, 22, '2025-05-19 12:00:00', 'UTC', '47NC1124225', ' BOWLER, RYAN SSXPF First hearing ', 0), (5516, 22, '2025-05-19 12:00:00', 'UTC', '47NC0946825', ' SMITH, MAXWELL CPS-SE Hearing ', 0), (5517, 22, '2025-05-19 12:00:00', 'UTC', '40AD1149825', ' HOLLYHEAD, Alex CPS-TCBH Hearing ', 0), (5518, 22, '2025-05-19 12:00:00', 'UTC', '47NC2153424', ' COOPER, PATRICK CPS-SE Hearing ', 0), (5519, 25, '2025-05-20 12:00:00', 'UTC', '20WS1178025', ' SINGH, Surjit CPS-WM First hearing Drive motor vehicle when alcohol level above limit ', 1), (5520, 25, '2025-05-20 12:00:00', 'UTC', '20SW1245625', ' WEST, Dean CPS-WM First hearing Fail to provide specimen - person in charge of vehicle ', 1), (5521, 25, '2025-05-20 12:00:00', 'UTC', '20SW1258825', ' MAHMOOD, Zehan WMIDPF First hearing Take a motor vehicle without the owners consent Use a motor vehicle on a road / public place without third party insurance ', 1), (5522, 25, '2025-05-20 12:00:00', 'UTC', '20DY1027325', ' ARNOLD, Luke WMIDPF First hearing Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 ', 0), (5523, 25, '2025-05-20 12:00:00', 'UTC', '20DY1194824', ' DE ESCOFET, Matthew WMIDPF First hearing Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (5524, 30, '2025-05-19 12:00:00', 'UTC', '63CH0138224', ' CHARGE, SHANNON Haverfordwest Review Magistrates' Court ', 0), (5525, 30, '2025-05-19 12:00:00', 'UTC', '63CH0072225', ' CROSBY, RAYMOND CPS-CYSW Mention Going equipped for theft - not motor vehicle Theft from a shop ', 1), (5526, 110, '2025-05-19 12:00:00', 'UTC', '16XP0932225', ' GLEDHILL, NATHAN CPS-YH Sentence Drive whilst disqualified Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (5527, 37, '2025-05-16 12:00:00', 'UTC', '13BD0071425', ' COATES, AARON CPS-YH Sentence Racially / religiously aggravated fear / provocation of violence by words / writing ', 0), (5528, 37, '2025-05-16 12:00:00', 'UTC', '13WD0204425', ' HOLT, BENJAMIN WYPF Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to provide specimen for analysis - vehicle driver Use a motor vehicle on a road / public place without third party insurance ', 1), (5529, 37, '2025-05-16 12:00:00', 'UTC', '13LD0453425', ' BRENNAN, TYSON WYPF Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle dangerously Possess a controlled drug of Class A - Crack Cocaine Aggravated vehicle taking - (initial taker) and vehicle damage under £5000 Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (5530, 37, '2025-05-16 12:00:00', 'UTC', '13LD0350825', ' ROBERTS, DANIEL CPS-YH Hearing Theft from a shop ', 0), (5531, 37, '2025-05-16 12:00:00', 'UTC', '93JD1552424', ' TEMPLETON, PAUL CPS-WM Hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5532, 37, '2025-05-16 12:00:00', 'UTC', '13LD1210324', ' ARMITAGE, KIMBERLEY CPS-YH Plea Drive whilst disqualified Drive whilst disqualified Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5533, 115, '2025-05-19 12:00:00', 'UTC', '10U30148325', ' STOKER, Ann CPS-NEN Bail Application Breach criminal behaviour order ', 0), (5534, 115, '2025-05-19 12:00:00', 'UTC', '10U30046125', ' GRAHAM, Jason CPS-NEN Bail Variation Intentional strangulation Application Intentional suffocation ', 0), (5535, 115, '2025-05-19 12:00:00', 'UTC', '10U00298524', ' BLAIR, Amanda CPS-NEN Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5536, 115, '2025-05-19 12:00:00', 'UTC', '10U50359823', ' DENLEY, Kyle CPS-NEN Trial Owner / person in charge of dog dangerously out of control causing injury ', 0), (5537, 115, '2025-05-19 12:00:00', 'UTC', '93JD0283024', ' CUTTS, DANNY CPS-WM Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5538, 115, '2025-05-19 12:00:00', 'UTC', '10U20038824', ' BROWN, Glen CPS-NEN Trial of Issue / Fail to provide specimen for analysis - vehicle Newton hearing driver ', 1), (5539, 46, '2025-05-19 12:00:00', 'UTC', '31CF0692625', ' WOOD, Mark CPS-EM Sentence Burglary other than dwelling with intent to steal Possess a controlled drug of Class A - Cocaine ', 0), (5540, 46, '2025-05-19 12:00:00', 'UTC', '31CF0700025', ' LEE, WAYNE CPS-EM Mention - Theft from a shop Defendant to Theft from a shop Attend Theft from a shop Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft from a shop Theft from a shop Theft from a shop ', 0), (5541, 46, '2025-05-19 12:00:00', 'UTC', '31CF1682624', ' GUMM, RYAN CPS-EM Trial Possess a controlled drug of Class A - Cocaine ', 0), (5542, 46, '2025-05-19 12:00:00', 'UTC', '31CF0371525', ' LOWE, DAMION CPS-EM Trial - no Drive whilst disqualified witnesses Use a motor vehicle on a road / public place without third party insurance ', 1), (5543, 46, '2025-05-19 12:00:00', 'UTC', '31CF1223924', ' WILSON, COREY CPS-EM Trial Assault by beating Criminal damage to property valued under £5000 ', 0), (5544, 46, '2025-05-19 12:00:00', 'UTC', '31CF0775324', ' KERR, MATHEW CPS-EM Trial Assault by beating ', 0), (5545, 123, '2025-05-19 12:00:00', 'UTC', '10U95005325', ' ROGAN, Adam CPS-NEN Sentence Possess a controlled drug of Class A - Cocaine ', 0), (5546, 123, '2025-05-19 12:00:00', 'UTC', '10U60152324', ' HETHERINGTON, Craig CPS-NEN Further Case Assault a person thereby occasioning them actual Management bodily harm ', 0), (5547, 123, '2025-05-19 12:00:00', 'UTC', '10U90000325', ' KITSON, Ronald CPS-NEN Sentence Harassment - put in fear of violence ', 0), (5548, 123, '2025-05-19 12:00:00', 'UTC', '10U70198824', ' ROGAN, Adam CPS-NEN Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5549, 123, '2025-05-19 12:00:00', 'UTC', '10U70251224', ' HALL, William CPS-NEN Further Case Common assault Management ', 0), (5550, 123, '2025-05-19 12:00:00', 'UTC', '10U60129125', ' HANNAH, Cindy CPS-NEN First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (5551, 123, '2025-05-19 12:00:00', 'UTC', '10U60128425', ' SALEM, Nicki CPS-NEN First hearing Fail to provide specimen for analysis - vehicle driver Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5552, 123, '2025-05-19 12:00:00', 'UTC', '10U00358823', ' RAHMAN, Fahima Application Application within criminal proceedings ', 0), (5553, 123, '2025-05-19 12:00:00', 'UTC', '10U95006725', ' DAVIES, Christopher CPS-NEN First hearing Harassment without violence ', 0), (5554, 59, '2025-05-21 12:00:00', 'UTC', '06JJ0250825', ' BOOTH, DARREN GMPF First hearing EMPTY TEMPLATE FOR USE WHERE A STANDARD OFFENCE WORDING IS NOT AVAILABLE ', 0), (5555, 87, '2025-05-19 12:00:00', 'UTC', '10U60088024', ' REED, James CPS-NEN Trial Assault by beating ', 0), (5556, 87, '2025-05-19 12:00:00', 'UTC', '10U40628524', ' ROGERSON, Grant CPS-NEN Trial Fail to provide specimen for analysis - vehicle driver ', 1), (5557, 87, '2025-05-19 12:00:00', 'UTC', '10U40209524', ' SCOTT, Christopher CPS-NEN Mention Burglary other than dwelling - theft ', 0), (5558, 87, '2025-05-19 12:00:00', 'UTC', '10U60400824', ' MILLS, Joe CPS-NEN First hearing Possess a class C controlled drug ', 0), (5559, 87, '2025-05-19 12:00:00', 'UTC', '10U90077723', ' MCMILLAN, Allan CPS-NEN Plea Possess a controlled drug of Class A - Cocaine ', 0), (5560, 87, '2025-05-19 12:00:00', 'UTC', '10U30145025', ' WILLS, Graham CPS-NEN Further Case Send letter / communication / article conveying a Management threatening message Obstruct / resist a constable in execution of duty Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft in dwelling other than an automatic machine or meter Harassment without violence ', 0), (5561, 88, '2025-05-19 12:00:00', 'UTC', '62WN0161625', ' HUSSEIN, BAKHTIYAR CPS-CYSW Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (5562, 88, '2025-05-19 12:00:00', 'UTC', '22FA1169020', ' COLLINS, Darren CPS-WM Sentence Criminal damage to property valued under £5000 ', 0), (5563, 88, '2025-05-19 12:00:00', 'UTC', '62WN0442024', ' HANNIFY, JAMES CPS-CYSW Mention Possess with intent to supply a controlled drug of Class B - Cannabis Acquire / use / possess criminal property Concerned in supply of cocaine Possess with intent to supply a controlled drug of Class A - Cocaine Concerned in the supply of a controlled drug of Class B - cannabis ', 0), (5564, 88, '2025-05-19 12:00:00', 'UTC', '62SC1578324', ' YANEV, ZAHARI SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5565, 88, '2025-05-19 12:00:00', 'UTC', '62SC0089125', ' HITCHCOCK, JULIAN SWPF Sentence Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (5566, 64, '2025-05-20 12:00:00', 'UTC', '20WS1130125', ' SHOOTER, Scott CPS-WM Trial Intentional strangulation Assault a person thereby occasioning them actual bodily harm ', 0), (5567, 64, '2025-05-20 12:00:00', 'UTC', '20SW1135124', ' STERLING, Ian CPS-WM Sentence Wound / inflict grievous bodily harm without intent ', 0), (5568, 64, '2025-05-20 12:00:00', 'UTC', '20SW1119025', ' LEEK, Adrian CPS-WM Trial Theft from a shop Theft from a shop ', 0), (5569, 64, '2025-05-20 12:00:00', 'UTC', '20WV1152025', ' KWIECINSKI, Michal WMIDPF Trial Harassment - breach of a restraining order on conviction Press/Publication restrictions apply to this case ', 0), (5570, 64, '2025-05-20 12:00:00', 'UTC', '20WS1055225', ' SHARMA, Rajiu CPS-WM Trial Possess an offensive weapon in private place ', 0), (5571, 68, '2025-05-19 12:00:00', 'UTC', '01CW1164425', ' RUTHERFORD, Alistair CPS-LS Plea ', 0), (5572, 8, '2025-05-19 12:00:00', 'UTC', '04ZL3357623', ' CUNLIFFE, Peter CPS-NW Trial Possess an offensive weapon in a public place ', 0), (5573, 8, '2025-05-19 12:00:00', 'UTC', '04ZL2424923', ' CLUTTON, Carl CPS-NW Trial In charge of motor vehicle - alcohol level above limit Fail to co-operate with a preliminary test - motor vehicle offence Drunk and disorderly in a public place Drive motor vehicle when alcohol level above limit ', 1), (5574, 8, '2025-05-19 12:00:00', 'UTC', '04ZL1576524', ' WILLIAMS, Darren CPS-NW Trial In charge of vehicle whilst unfit through drink ', 1), (5575, 8, '2025-05-19 12:00:00', 'UTC', '04ZL1230624', ' LIVERSIDGE, Liam CPS-NW Trial Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (5576, 8, '2025-05-19 12:00:00', 'UTC', '04ZL1237525', ' MATTHEWS, Martin CPS-NW Plea Criminal damage to property valued under £5000 Assault by beating ', 0), (5577, 8, '2025-05-19 12:00:00', 'UTC', '04ZL1958325', ' KHAN, Owess CPS-NW First hearing Drunk and disorderly in a public place ', 0), (5578, 8, '2025-05-19 12:00:00', 'UTC', '04ZL2398624', ' RICKWOOD, James LANPF First hearing Produce controlled drug of Class B - cannabis Handle stolen goods ', 0), (5579, 8, '2025-05-19 12:00:00', 'UTC', '04ZL1741525', ' HOWARTH, Kyle CPS-NW First hearing Drive whilst disqualified ', 0), (5580, 77, '2025-05-19 12:00:00', 'UTC', '04ZL2898924', ' KHALIQ, Idnan CPS-NW Trial Drive whilst disqualified Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Use a motor vehicle on a road / public place without third party insurance ', 1), (5581, 77, '2025-05-19 12:00:00', 'UTC', '04ZL1486823', ' EGAN, Rachel CPS-NW Trial Burglary dwelling - with intent to steal Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (5582, 77, '2025-05-19 12:00:00', 'UTC', '04ZL4215324', ' ONEIL, CHLOE CPS-NW Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5583, 77, '2025-05-19 12:00:00', 'UTC', '04ZL2042725', ' ONEIL, CHLOE CPS-NW Plea Fail to provide specimen for analysis - vehicle driver ', 1), (5584, 77, '2025-05-19 12:00:00', 'UTC', '04ZL3523124', ' MARSH, Neil CPS-NW Trial Drive motor vehicle when alcohol level above limit ', 1), (5585, 77, '2025-05-19 12:00:00', 'UTC', '04ZL2461324', ' NIED, Furzana CPS-NW Trial Engage / sought / offered to engage in regulated activity from which barred - Safeguarding Vulnerable Groups Act 2006 ', 0), (5586, 77, '2025-05-19 12:00:00', 'UTC', '04ZL1248525', ' BILLINGTON, Aaron CPS-NW Trial Fail to provide specimen for analysis - vehicle driver ', 1), (5587, 77, '2025-05-19 12:00:00', 'UTC', '04ZV1160225', ' AHMED, Tanveer LANPF Trial ', 0), (5588, 16, '2025-05-19 12:00:00', 'UTC', '62SC0168725', ' MAJIKELA, MICHELLE SWPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (5589, 16, '2025-05-19 12:00:00', 'UTC', '62SC1955824', ' HAIGH, KAREN SWPF Sentence Speeding - exceed 20 mph on restricted road in Wales - manned equipment ', 0), (5590, 16, '2025-05-19 12:00:00', 'UTC', '62EN1176424', ' ZIGA, MIROSLAV SWPF Sentence Use a passenger vehicle with tyres with insufficient tread - less than 1.6mm ', 1), (5591, 16, '2025-05-19 12:00:00', 'UTC', '62SC0065525', ' GEORGE, ROBERT SWPF Sentence Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5592, 16, '2025-05-19 12:00:00', 'UTC', '62SC0027125', ' GEORGE, ROBERT SWPF Plea Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (5593, 16, '2025-05-19 12:00:00', 'UTC', '62EN0012425', ' MARKS, WAYNE SWPF Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5594, 16, '2025-05-19 12:00:00', 'UTC', '62CL1034024', ' BOOTH, CHEREE SWPF Plea Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5595, 16, '2025-05-19 12:00:00', 'UTC', '11CJ0438324', ' LAL, Husan DURPF Hearing Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5596, 19, '2025-05-19 12:00:00', 'UTC', '53BH0498924', ' DICKSON, MICHELLE CPS-SW Hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5597, 23, '2025-05-19 12:00:00', 'UTC', '01ZD1330023', ' ANDREWS, Peter CPS-LS Sentence ', 0), (5598, 23, '2025-05-19 12:00:00', 'UTC', '01LX1121625', ' VILLACORTA CASAMAYOR, Marlon CPS-LS Sentence ', 0), (5599, 23, '2025-05-19 12:00:00', 'UTC', '01LX1472124', ' SMAKOWSKI, Tomasz CPS-LS Sentence ', 0), (5600, 23, '2025-05-19 12:00:00', 'UTC', '01MD1298324', ' ERKIN UULU, Seiitbek CPS-LS Sentence ', 0), (5601, 23, '2025-05-19 12:00:00', 'UTC', '01MD1071425', ' WILDMAN, Michael CPS-LS Application ', 0), (5602, 23, '2025-05-19 12:00:00', 'UTC', '01ZD1217025', ' JADACH, Adam CPS-LS Further Case Management ', 0), (5603, 23, '2025-05-19 12:00:00', 'UTC', '01ZD1195425', ' JADACH, Adam CPS-LS Plea ', 0), (5604, 23, '2025-05-19 12:00:00', 'UTC', '01LX1215325', ' LUONG, Giang CPS-LS Plea ', 0), (5605, 26, '2025-05-19 12:00:00', 'UTC', '46ZY1286525', ' CORY, Luke CPS-SE Sentence Assault by beating of an emergency worker Breach a sexual risk order / interim sexual risk order Breach a sexual risk order / interim sexual risk order Breach a sexual risk order / interim sexual risk order Breach a sexual risk order / interim sexual risk order ', 0), (5606, 26, '2025-05-19 12:00:00', 'UTC', '46ZY1332024', ' ROSSITER, Vince CPS-SE Sentence Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child Make indecent photograph / pseudo-photograph of a child ', 0), (5607, 26, '2025-05-19 12:00:00', 'UTC', '46ZY1762123', ' HENDERSON, Bobby CPS-SE Sentence Racially / religiously aggravated harassment / alarm / distress by words / writing Common assault of an emergency worker ', 0), (5608, 26, '2025-05-19 12:00:00', 'UTC', '46ZY1061725', ' BAYLEY, Sean CPS-SE Plea Possess a controlled drug of Class B - Cannabis / Cannabis Resin Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5609, 27, '2025-05-19 12:00:00', 'UTC', '16XL0523225', ' DAVISON, JAKE CPS-YH First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (5610, 27, '2025-05-19 12:00:00', 'UTC', '16XL1704824', ' SAVAGE, IAN CPS-YH Mention - Assault by beating of an emergency worker Defendant to Common assault of an emergency worker Attend ', 0), (5611, 27, '2025-05-19 12:00:00', 'UTC', '16XL2455124', ' WILSON, ANDREW CPS-YH Sentence Criminal damage to property valued under £5000 ', 0), (5612, 27, '2025-05-19 12:00:00', 'UTC', '16XL2342524', ' WILSON, ANDREW CPS-YH Sentence Criminal damage to property valued under £5000 ', 0), (5613, 27, '2025-05-19 12:00:00', 'UTC', '16XL1409424', ' WILSON, ANDREW CPS-YH Sentence Criminal damage to property valued under £5000 ', 0), (5614, 27, '2025-05-19 12:00:00', 'UTC', '16XL0121725', ' LEEDHAM, NICHOLAS CPS-YH First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5615, 27, '2025-05-19 12:00:00', 'UTC', '16XL0218825', ' LEE, CHRISTOPHER CPS-YH Sentence Assault by beating ', 0), (5616, 27, '2025-05-19 12:00:00', 'UTC', '16XS2145722', ' HALL, DONNA HUMPF Mention Fail to surrender to police / court bail at the appointed time Owner / person in charge of dog dangerously out of control causing injury ', 0), (5617, 109, '2025-05-19 12:00:00', 'UTC', '43SS0259024', ' LEE, JAMES CPS-TCTV Trial Criminal damage to property valued under £5000 ', 0), (5618, 109, '2025-05-19 12:00:00', 'UTC', '43SS0605524', ' ENGLISH, KEVIN CPS-TCTV Trial Drunk and disorderly in a public place Assault by beating of an emergency worker ', 0), (5619, 109, '2025-05-19 12:00:00', 'UTC', '43SU0080025', ' HIZIROGULLARI, HASAN TVPF Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Criminal damage to property - value over £5000 ', 1), (5620, 109, '2025-05-19 12:00:00', 'UTC', '43SW0115525', ' SUFIAN AL-QUAIM, JUNAID CPS-TCTV Sentence Racially / religiously aggravated common assault / beating Common assault of an emergency worker ', 0), (5621, 109, '2025-05-19 12:00:00', 'UTC', '43SW0241824', ' QURESHI, JUNAID CPS-TCTV Sentence Sexual assault on a male Press/Publication restrictions apply to this case ', 0), (5622, 109, '2025-05-19 12:00:00', 'UTC', '43SS0241325', ' DARIO, RICHARD CPS-TCTV First hearing Criminal damage to property valued under £5000 Possess an offensive weapon in a public place Common assault ', 0), (5623, 109, '2025-05-19 12:00:00', 'UTC', '43SS0205925', ' GRANT, DARREN CPS-TCTV First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5624, 109, '2025-05-19 12:00:00', 'UTC', '43SS0243325', ' DIMIAN, GHEORGHE CPS-TCTV First hearing Theft - other - including theft by finding ', 0), (5625, 109, '2025-05-19 12:00:00', 'UTC', '43SS0215325', ' RAJA, SHAHNAWAZ CPS-TCTV First hearing Drive motor vehicle with a proportion of a specified ', 1), (5626, 42, '2025-05-19 12:00:00', 'UTC', '46XY1286725', ' CONSANTIN, Isabela CPS-SE First hearing Theft from a shop ', 0), (5627, 42, '2025-05-19 12:00:00', 'UTC', '46YY1376324', ' EMPTAGE, Daryl CPS-SE Sentence Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (5628, 42, '2025-05-19 12:00:00', 'UTC', '46YY1155125', ' HAMILTON, James CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (5629, 42, '2025-05-19 12:00:00', 'UTC', '46YY1151525', ' PERKS, Joshua CPS-SE First hearing Theft from a shop ', 0), (5630, 42, '2025-05-19 12:00:00', 'UTC', '46YY1635424', ' LOWER, Jack CPS-SE First hearing Aggravated vehicle taking - (initial taker) vehicle and property damage under £5000 ', 1), (5631, 42, '2025-05-19 12:00:00', 'UTC', '46XY1285925', ' COATES, Anthony CPS-SE First hearing Drive motor vehicle when alcohol level above limit Driver of a vehicle fail to stop after a road accident Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5632, 42, '2025-05-19 12:00:00', 'UTC', '46ZY1618324', ' FAULKNER, Jamie CPS-SE Mention Criminal damage to property valued under £5000 ', 0), (5633, 42, '2025-05-19 12:00:00', 'UTC', '93JD1446724', ' CURTIS, JESSICA CPS-WM First hearing Individual fail to comply with a community protection notice ', 0), (5634, 42, '2025-05-19 12:00:00', 'UTC', '46XY1966424', ' CHAPMAN, Amy CPS-SE First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (5635, 44, '2025-05-19 12:00:00', 'UTC', '46ZY2046624', ' CUSHING, Charlie CPS-SE Sentence Assault by beating Theft from the person of another Criminal damage to property valued under £5000 ', 0), (5636, 44, '2025-05-19 12:00:00', 'UTC', '46ZY1108925', ' WALKER, Kiah CPS-SE Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5637, 44, '2025-05-19 12:00:00', 'UTC', '46XY1229625', ' DEANE, Craig CPS-SE Bail Variation Threaten a person with an offensive weapon / Application bladed article / corrosive substance in a private place ', 0), (5638, 44, '2025-05-19 12:00:00', 'UTC', '46ZY1534624', ' YORULMAZ, Ercan CPS-SE Trial (Priority) Breach a non-molestation order - Family Law Act 1996 ', 0), (5639, 44, '2025-05-19 12:00:00', 'UTC', '46ZY1363124', ' DELAMARE, Scott CPS-SE Trial (Priority) Intentional strangulation Assault by beating of an emergency worker ', 0), (5640, 116, '2025-05-19 12:00:00', 'UTC', '43TX0444524', ' MASHUD, MD TVPF Trial - no Fail to give information relating to the identification witnesses of the driver / rider of a vehicle when required Exceed a variable speed limit - automatic camera device ', 1), (5641, 116, '2025-05-19 12:00:00', 'UTC', '43TX0044825', ' ROMALHO, DENELLE TVPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (5642, 118, '2025-05-19 12:00:00', 'UTC', '10U10052424', ' COATSWORTH, Ian CPS-NEN Trial Drive motor vehicle when alcohol level above limit ', 1), (5643, 118, '2025-05-19 12:00:00', 'UTC', '10U00285424', ' LOXLEY, Christopher CPS-NEN Trial Harassment without violence ', 0), (5644, 118, '2025-05-19 12:00:00', 'UTC', '10U00348424', ' TARIK, Ziad CPS-NEN Trial Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (5645, 118, '2025-05-19 12:00:00', 'UTC', '10U00022425', ' WALKER, Stephen CPS-NEN Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5646, 118, '2025-05-19 12:00:00', 'UTC', '10U60072025', ' STEPHENSON, Ashleigh CPS-NEN Trial Criminal damage to property valued under £5000 Assault by beating ', 0), (5647, 118, '2025-05-19 12:00:00', 'UTC', '10U70058925', ' SMITH, Terence CPS-NEN Sentence Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place Assault by beating ', 0), (5648, 118, '2025-05-19 12:00:00', 'UTC', '10U55013325', ' SHIELL, Paul CPS-NEN First hearing Obstruct / resist a constable in execution of duty Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1), (5649, 118, '2025-05-19 12:00:00', 'UTC', '10U30355224', ' JAMIESON, Billy CPS-NEN Mention ', 0), (5650, 45, '2025-05-19 12:00:00', 'UTC', '34NA1205724', ' TIDY, JAMIE CPS-EM Trial Assault by beating of an emergency worker ', 0), (5651, 45, '2025-05-19 12:00:00', 'UTC', '34NA0824624', ' MURRAY, BRIAN CPS-EM Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating ', 0), (5652, 45, '2025-05-19 12:00:00', 'UTC', '34NA1250324', ' IRELE, FRANCIS CPS-EM Trial In charge of motor vehicle - alcohol level above limit ', 1), (5653, 45, '2025-05-19 12:00:00', 'UTC', '34NA0018125', ' FURR, THOMAS CPS-EM Trial Assault by beating Intentional strangulation ', 0), (5654, 45, '2025-05-19 12:00:00', 'UTC', '34NA0205925', ' LUCHIN, MIHAIL CPS-EM Trial Cause to be sent by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (5655, 45, '2025-05-19 12:00:00', 'UTC', '34SR0036425', ' CHAMBERS, JAMAL NHAMPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (5656, 45, '2025-05-19 12:00:00', 'UTC', '34NA1180124', ' CRICK, RYAN CPS-EM Sentence Criminal damage to property valued under £5000 Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5657, 45, '2025-05-19 12:00:00', 'UTC', '34NA1148224', ' Hannah, MYLES CPS-EM Sentence Assault by beating of an emergency worker Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody ', 0), (5658, 122, '2025-05-19 12:00:00', 'UTC', '43SP0087424', ' JACOB, SHIJO CPS-TCTV Trial Sexual assault on a female Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (5659, 122, '2025-05-19 12:00:00', 'UTC', '43SP0125625', ' WILLIAMS, PAUL CPS-TCTV Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Sex offenders register - fail comply with notification requirements - SOA 2003 Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (5660, 49, '2025-05-19 12:00:00', 'UTC', '44PC0698624', ' CHARLTON, DENNIS CPS-WX Sentence Intentional strangulation ', 0), (5661, 49, '2025-05-19 12:00:00', 'UTC', '44PC0230025', ' READ, DAVID CPS-WX Sentence Breach criminal behaviour order Breach criminal behaviour order ', 0), (5662, 49, '2025-05-19 12:00:00', 'UTC', '44PC0207525', ' READ, DAVID CPS-WX Sentence Breach criminal behaviour order Breach criminal behaviour order ', 0), (5663, 49, '2025-05-19 12:00:00', 'UTC', '44PC0256225', ' READ, DAVID CPS-WX Sentence Breach criminal behaviour order Exposure - SOA 2003 Send by public communication network an offensive / indecent / obscene / menacing message / matter Press/Publication restrictions apply to this case ', 0), (5664, 49, '2025-05-19 12:00:00', 'UTC', '44PC0215924', ' SMITH, RACHEL CPS-WX Plea Racially / religiously aggravated fear / provocation of violence by words / writing Assault by beating of an emergency worker ', 0), (5665, 49, '2025-05-19 12:00:00', 'UTC', '44SC0227924', ' ALDERSON, MARCUS CPS-WX Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time ', 0), (5666, 49, '2025-05-19 12:00:00', 'UTC', '44PC0025725', ' STOTT, BEN CPS-WX Plea Possess an offensive weapon in private place Common assault ', 0), (5667, 54, '2025-05-19 12:00:00', 'UTC', '46XY1313624', ' ROACH, Rene CPS-SE Sentence Drive a motor vehicle dangerously ', 1), (5668, 89, '2025-05-19 12:00:00', 'UTC', '06QQ0005324', ' WARD, MARTIN CPS-NW Sentence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Use a motor vehicle / trailer in a condition likely to cause danger of injury Fail to surrender to police / court bail at the appointed time ', 1), (5669, 89, '2025-05-19 12:00:00', 'UTC', '06A10176824', ' COSTELLO, ANTHONY CPS-NW Sentence Harassment - breach of a restraining order on conviction ', 0), (5670, 89, '2025-05-19 12:00:00', 'UTC', '06II0079524', ' WILKINSON, BEN CPS-NW Plea Drunk and disorderly in a public place ', 0), (5671, 89, '2025-05-19 12:00:00', 'UTC', '06MM0420424', ' NMR, Taha CPS-NW Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5672, 89, '2025-05-19 12:00:00', 'UTC', '06NN0084124', ' LOFTHOUSE, Michael CPS-NW Sentence Assault by beating ', 0), (5673, 89, '2025-05-19 12:00:00', 'UTC', '06QQ0208325', ' Abdi, Ahmed CPS-NW Sentence Possess an offensive weapon in a public place Possess an offensive weapon in private place ', 0), (5674, 89, '2025-05-19 12:00:00', 'UTC', '06QQ0124325', ' ASEMOTA, Naomi CPS-NW Sentence Assault by beating of an emergency worker Assault by beating ', 0), (5675, 89, '2025-05-19 12:00:00', 'UTC', '06QQ0624124', ' WARD, MARTIN CPS-NW Hearing Theft from a shop Fail to surrender to police / court bail at the appointed time Fail to surrender to police / court bail at the appointed time ', 0), (5676, 89, '2025-05-19 12:00:00', 'UTC', '06QQ0107425', ' ASEMOTA, Naomi CPS-NW Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (5677, 89, '2025-05-19 12:00:00', 'UTC', '06A10215625', ' GORMLEY, MICHAEL CPS-NW Trial Use a motor vehicle on a road / public place without third party insurance Assault by beating Harassment - breach of a restraining order on conviction Assault by beating Drive whilst disqualified Drive a motor vehicle dangerously Harassment - breach of a restraining order after acquittal Aggravated vehicle taking - ( driver did not take ) and vehicle damage of £5000 or over Theft in dwelling other than an automatic machine or meter ', 1), (5678, 89, '2025-05-19 12:00:00', 'UTC', '06A30130325', ' GORMLEY, MICHAEL CPS-NW Sentence Drive motor vehicle when alcohol level above limit ', 1), (5679, 89, '2025-05-19 12:00:00', 'UTC', '05E90049023', ' FLOWERS, DEAN CPS-MC Trial Possess a controlled drug of Class B - Cannabis / Cannabis Resin Criminal damage to property valued under £5000 Possess a controlled drug of Class A - MDMA Possess a controlled drug of Class A - Cocaine Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5680, 89, '2025-05-19 12:00:00', 'UTC', '06QQ0406424', ' FLOWERS, DEAN CPS-NW Trial ', 0), (5681, 102, '2025-05-19 12:00:00', 'UTC', '44SC0181125', ' ADAMCZYK, KRZYSZTOF HIWPF First hearing Use motor vehicle on a road when television receiving / cinematographic apparatus was visible to the driver ', 1), (5682, 102, '2025-05-19 12:00:00', 'UTC', '44PC0328325', ' VINCE, RUSSELL HIWPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5683, 102, '2025-05-19 12:00:00', 'UTC', '44LN0254824', ' LATHAM, CHARLES HIWPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5684, 102, '2025-05-19 12:00:00', 'UTC', '44BB0181125', ' BIRCH, JACK HIWPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5685, 102, '2025-05-19 12:00:00', 'UTC', '44FZ0243324', ' PAYNE, BENJAMIN HIWPF DISQ - Traffic Speeding - exceed 70 mph motorway limit - Disqualification automatic camera device Drive a motor vehicle otherwise than in accordance with a licence - non-endorsable offence ', 1), (5686, 102, '2025-05-19 12:00:00', 'UTC', '44BB0626623', ' SALI, CIPRIAN HIWPF Sentence Use a motor vehicle on a road / public place without third party insurance ', 1), (5687, 102, '2025-05-19 12:00:00', 'UTC', '44OY0315024', ' CHETWYND, ANNETTE HIWPF Pre-Trial Review Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5688, 95, '2025-05-19 12:00:00', 'UTC', '01KG1368324', ' JONES, Princess METPF Sentence Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Assault by beating of an emergency worker ', 0), (5689, 95, '2025-05-19 12:00:00', 'UTC', '01KD1061825', ' SAWYER, Jack CPS-LN Sentence Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (5690, 95, '2025-05-19 12:00:00', 'UTC', '01JI1172224', ' PATEL, Roshan CPS-LN Sentence Possess a controlled drug of Class A - Other Theft by employee ', 0), (5691, 95, '2025-05-19 12:00:00', 'UTC', '01KD1308024', ' WARD, Lee CPS-LN Sentence Assault by beating ', 0), (5692, 95, '2025-05-19 12:00:00', 'UTC', '01KG1327324', ' LEWIS, Sharon CPS-LN Sentence Racially / religiously aggravated fear / provocation of violence by words / writing Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (5693, 95, '2025-05-19 12:00:00', 'UTC', '01KD1050925', ' JUCAITIS, Vaidotas CPS-LN Further Case Theft from a shop Management Going equipped for theft - not motor vehicle Individual fail to comply with a community protection notice Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (5694, 95, '2025-05-19 12:00:00', 'UTC', '46YY1538023', ' GHIOCEL, Abel CPS-SE Sentence Fraud by false representation - Fraud Act 2006 Possess / control article for use in fraud - Fraud Act 2006 Offer / expose for hire goods bearing a false trade mark ', 0), (5695, 3, '2025-05-19 12:00:00', 'UTC', '44BB0753124', ' BLIGHT, CAMERON CPS-WX First hearing Assault by beating Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress Criminal damage to property valued under £5000 ', 0), (5696, 3, '2025-05-19 12:00:00', 'UTC', '44BB0849824', ' CROWDEY, BRIAN CPS-WX First hearing Common assault ', 0), (5697, 3, '2025-05-19 12:00:00', 'UTC', '44BB0170425', ' CASSAR HUTTON, JAKOB CPS-WX Sentence Fail to provide specimen for analysis - vehicle driver Driver of a vehicle fail to stop after a road accident ', 1), (5698, 3, '2025-05-19 12:00:00', 'UTC', '44BB0718024', ' MCCANN, PETER CPS-WX Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Causing danger to road users Driver of a vehicle involved in a road accident fail to report that accident Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5699, 3, '2025-05-19 12:00:00', 'UTC', '44BB0847524', ' PINSENT, MATTHEW CPS-WX Sentence Racially / religiously aggravated harassment without violence ', 0), (5700, 3, '2025-05-19 12:00:00', 'UTC', '44SC0715124', ' ELLIS, GARY CPS-WX Sentence Assault by beating ', 0), (5701, 3, '2025-05-19 12:00:00', 'UTC', '44BB0710024', ' ELLIS, GARY CPS-WX Sentence Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (5702, 6, '2025-05-19 12:00:00', 'UTC', '01TK1404925', ' GATWARD, Michael METPF Sentence Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5703, 6, '2025-05-19 12:00:00', 'UTC', '01TK3703824', ' EGAN, John METPF Sentence Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5704, 6, '2025-05-19 12:00:00', 'UTC', '01TA4308324', ' ELVIN, Jonathan METPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (5705, 6, '2025-05-19 12:00:00', 'UTC', '01TJ1070025', ' PERKINS, Vernon METPF First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5706, 6, '2025-05-19 12:00:00', 'UTC', '01TK5021324', ' DENMAN, Jason METPF DISQ - Traffic Exceed a 20 mph speed limit in contravention of a Disqualification Local Traffic Order - automatic camera device ', 0), (5707, 6, '2025-05-19 12:00:00', 'UTC', '01TJ1102825', ' UDDIN, Sufian METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (5708, 6, '2025-05-19 12:00:00', 'UTC', '01TJ1136825', ' SPIRIDON, Giancarlo METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details ', 1), (5709, 6, '2025-05-19 12:00:00', 'UTC', '01TK1350425', ' JOSEPH-PETERS, Shazelle METPF Sentence Exceed a 30 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5710, 6, '2025-05-19 12:00:00', 'UTC', '01TJ1078625', ' PATEL, Kaylan METPF First hearing ', 0), (5711, 75, '2025-05-19 12:00:00', 'UTC', '50TP1222624', ' ELKINGTON, JONATHAN CPS-SW Trial Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5712, 75, '2025-05-19 12:00:00', 'UTC', '50TP1221724', ' ELKINGTON, JONATHAN CPS-SW Trial Speeding - exceed 30 mph on restricted road in England - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5713, 75, '2025-05-19 12:00:00', 'UTC', '50SJ0254224', ' JONES, MALCOLM CPS-SW Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5714, 106, '2025-05-20 12:00:00', 'UTC', '13BD0363025', ' SINGH, CHARANGIT CPS-YH Sentence Theft from a shop Theft from a shop ', 0), (5715, 106, '2025-05-20 12:00:00', 'UTC', '13BD0053625', ' SINGH, CHARANGIT CPS-YH Sentence Theft from a shop Breach criminal behaviour order Theft from a shop Fail to surrender to police / court bail at the appointed time Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (5716, 106, '2025-05-20 12:00:00', 'UTC', '13BD0294925', ' SINGH, CHARANGIT CPS-YH Sentence Breach criminal behaviour order Possess a controlled drug of Class B - Other ', 0), (5717, 106, '2025-05-20 12:00:00', 'UTC', '13BD0651524', ' O'KEEFFE, DAMIEN CPS-YH Sentence Theft from a shop Common assault ', 0), (5718, 106, '2025-05-20 12:00:00', 'UTC', '13BD0152125', ' OLIVER, STEPHANIE CPS-YH Sentence Theft from a shop Fail to surrender to police / court bail at the appointed time Fail to surrender to police / court bail at the appointed time ', 0), (5719, 10, '2025-05-20 12:00:00', 'UTC', '47CC3043824', ' SHAHJAHAN, HASNET CPS-SE Plea Racially / religiously aggravated harassment / alarm / distress by words / writing Assault by beating Section 18 - wounding with intent Use threatening abusive / insulting words / behaviour with intent / likely to stir up racial hatred ', 0), (5720, 12, '2025-05-19 12:00:00', 'UTC', '01RP1245523', ' ROWLAND, Trevelle CPS-LS Further Case Drive motor vehicle when alcohol level above limit Management Use a motor vehicle on a road / public place without third party insurance Fail to surrender to police / court bail at the appointed time ', 1), (5721, 12, '2025-05-19 12:00:00', 'UTC', '01RG1055925', ' MOHAMMED, Mohammed CPS-LS Plea Possess a controlled drug of Class A - Heroin ', 0), (5722, 12, '2025-05-19 12:00:00', 'UTC', '01PL1379524', ' GROCHOWSKA, Karolina CPS-LS Plea Send communication / article of an indecent / offensive nature ', 0), (5723, 12, '2025-05-19 12:00:00', 'UTC', '01PL1091625', ' JAMA, Ahmed CPS-LS Sentence Stalking without fear / alarm / distress ', 0), (5724, 12, '2025-05-19 12:00:00', 'UTC', '01PL1461124', ' ABDULLAHI, Hannad CPS-LS Plea Possess with intent to supply a controlled drug of Class A - Crack Cocaine Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5725, 12, '2025-05-19 12:00:00', 'UTC', '01PY1275324', ' COOMBE, Danny CPS-LS Further Case Send communication / article of an indecent / Management offensive nature ', 0), (5726, 12, '2025-05-19 12:00:00', 'UTC', '01RY1279424', ' WAKE, Grant CPS-LS Plea Assault by beating of an emergency worker Racially / religiously aggravated harassment / alarm / distress by words / writing Racially / religiously aggravated harassment / alarm / distress by words / writing Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (5727, 13, '2025-05-20 12:00:00', 'UTC', '60WY0599925', ' GILL, BARRY CPS-CYN First hearing Theft from a shop Theft from a shop ', 0), (5728, 13, '2025-05-20 12:00:00', 'UTC', '60WY0600025', ' CLUTTON, PAULA CPS-CYN First hearing Breach criminal behaviour order ', 0), (5729, 13, '2025-05-20 12:00:00', 'UTC', '60WG0597125', ' CADDICK, STACEY NWPF First hearing Theft from a shop Theft from a shop ', 0), (5730, 13, '2025-05-20 12:00:00', 'UTC', '60EF0605025', ' LILLEY, SIMON NWPF First hearing Criminal damage to property valued under £5000 ', 0), (5731, 13, '2025-05-20 12:00:00', 'UTC', '60WY0574025', ' PARKES, CRAIG CPS-CYN First hearing Theft from a shop ', 0), (5732, 13, '2025-05-20 12:00:00', 'UTC', '60WY0537225', ' JAMES, RYAN CPS-CYN First hearing Possess / have custody of a fighting dog ', 0), (5733, 13, '2025-05-20 12:00:00', 'UTC', '60WG0620425', ' PARKES, CARL CPS-CYN First hearing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5734, 13, '2025-05-20 12:00:00', 'UTC', '60WY0395925', ' GREAVES, JASON CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5735, 13, '2025-05-20 12:00:00', 'UTC', '60WG0335925', ' MENZIES, ALEXANDER NWPF First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5736, 15, '2025-05-19 12:00:00', 'UTC', '21GS2229022', ' FOX, WARREN STAFPF Trial Assault by beating of an emergency worker ', 0), (5737, 15, '2025-05-19 12:00:00', 'UTC', '21CL2996523', ' SWIFT, RIKKI CPS-WM Trial Assault by beating of an emergency worker Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (5738, 15, '2025-05-19 12:00:00', 'UTC', '21CL1062424', ' PUCKRIN, STEVEN CPS-WM Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5739, 15, '2025-05-19 12:00:00', 'UTC', '21CL1472224', ' ROBINSON, JACK CPS-MC Trial Fail to surrender to police / court bail at the appointed time Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating Assault by beating Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (5740, 15, '2025-05-19 12:00:00', 'UTC', '21GN1671024', ' BARNNET, JOEL CPS-WM Trial Fail to provide specimen for analysis - vehicle driver ', 1), (5741, 15, '2025-05-19 12:00:00', 'UTC', '21GS1801223', ' ANCUTA, VALENTIN CPS-WM Trial Criminal damage to property valued under £5000 ', 0), (5742, 17, '2025-05-19 12:00:00', 'UTC', '93JD1536524', ' MILLER, JOANNE CPS-WM First hearing Motor vehicle fail to comply with endorsable section 36 traffic sign - other than manned or automatic equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5743, 17, '2025-05-19 12:00:00', 'UTC', '03NN0254425', ' PERRYMAN, Charlotte CPS-NW First hearing Drunk and disorderly in a public place ', 0), (5744, 17, '2025-05-19 12:00:00', 'UTC', '03NN0033125', ' CRAWFORD, Harriet CPS-NW Sentence Possess / have custody of a fighting dog ', 0), (5745, 17, '2025-05-19 12:00:00', 'UTC', '03NN0164425', ' JOHNSTONE, Carl CPS-NW Sentence Stalking without fear / alarm / distress Assault by beating of an emergency worker ', 0), (5746, 17, '2025-05-19 12:00:00', 'UTC', '03NN0568024', ' HENDERSON, Jacqueline CPS-NW Plea Racially / religiously aggravated harassment / alarm / distress by words / writing Racially / religiously aggravated harassment / alarm / distress by words / writing ', 0), (5747, 17, '2025-05-19 12:00:00', 'UTC', '03NN0126825', ' METCALFE, Paul CPS-NW First hearing Theft from a shop Criminal damage to property valued under £5000 Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5748, 21, '2025-05-19 12:00:00', 'UTC', '23N51197324', ' ROBINSON, Troy CPS-WM Trial Owner / person in charge of dog dangerously out of control causing injury ', 0), (5749, 21, '2025-05-19 12:00:00', 'UTC', '20CV1243024', ' DE FEO, Kirsty CPS-WM Trial Attempt criminal damage to property valued under £5000 Assault by beating ', 0), (5750, 21, '2025-05-19 12:00:00', 'UTC', '20CV1320423', ' RINGROSE, Keegan CPS-WM Trial Possess an offensive weapon in a public place Affray ', 0), (5751, 21, '2025-05-19 12:00:00', 'UTC', '20CV1586624', ' MATTU, Arundeep WMIDPF Trial - no Fail to provide specimen - person in charge of witnesses vehicle ', 1), (5752, 21, '2025-05-19 12:00:00', 'UTC', '20CV1307525', ' JENKINS, Neil CPS-WM Trial Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Threaten a person with a blade / sharply pointed article in a public place Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5753, 22, '2025-05-20 12:00:00', 'UTC', '93JD0701324', ' ROBERTSON-CAMPBELL, FINLAY CPS-SE Plea Going equipped for theft - not motor vehicle Handle stolen goods ', 1), (5754, 22, '2025-05-20 12:00:00', 'UTC', '47CC1035825', ' PELLEGRINO, ADRIAN CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (5755, 22, '2025-05-20 12:00:00', 'UTC', '47NC1036425', ' O'BRIEN, EDWARD CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (5756, 22, '2025-05-20 12:00:00', 'UTC', '47NC1033025', ' HEAL-WRAY, SOL CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (5757, 22, '2025-05-20 12:00:00', 'UTC', '47WW0187325', ' THOMAS, REMI SSXPF First hearing Send by public communication network an offensive / indecent / obscene / menacing message / matter ', 0), (5758, 22, '2025-05-20 12:00:00', 'UTC', '47NC1036125', ' PEMBERTON, LEWIS CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (5759, 22, '2025-05-20 12:00:00', 'UTC', '47CC1032325', ' O'BRIEN, EDWARD CPS-SE First hearing Drive a motor vehicle dangerously Fail to stop a mechanically propelled vehicle when required by constable / traffic warden Fail to co-operate with a preliminary test - motor vehicle offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5760, 22, '2025-05-20 12:00:00', 'UTC', '47NC1025425', ' ROBERTS, DOMINIC CPS-SE First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (5761, 22, '2025-05-20 12:00:00', 'UTC', '47CC1019025', ' HOWELL, MICHAEL CPS-SE First hearing Drive motor vehicle when alcohol level above limit ', 1), (5762, 24, '2025-05-19 12:00:00', 'UTC', '14XA1272524', ' COPE, Julie CPS-YH Mention Assault by beating of an emergency worker Fail to surrender to police / court bail at the appointed time Assault by beating of an emergency worker Possess an offensive weapon in a public place ', 0), (5763, 24, '2025-05-19 12:00:00', 'UTC', '14XA1273724', ' FLETCHER, Lloyd CPS-YH Sentence Arson Criminal damage to property - value over £5000 ', 0), (5764, 24, '2025-05-19 12:00:00', 'UTC', '14XA1457924', ' FOSTER, Jonathan CPS-YH First hearing Breach a non-molestation order - Family Law Act 1996 ', 0), (5765, 24, '2025-05-19 12:00:00', 'UTC', '14XA1163425', ' WILKINSON, Tammy CPS-YH First hearing Theft of pedal cycle ', 0), (5766, 24, '2025-05-19 12:00:00', 'UTC', '14XA1442724', ' MACDOUGALL, Scott CPS-YH First hearing Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (5767, 24, '2025-05-19 12:00:00', 'UTC', '14XJ1012925', ' KHAN, Shuja CPS-YH First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Obstruct / resist a constable in execution of duty ', 1), (5768, 24, '2025-05-19 12:00:00', 'UTC', '14XA1117825', ' KELLY, Martin CPS-YH First hearing Drunk and disorderly in a public place ', 0), (5769, 24, '2025-05-19 12:00:00', 'UTC', '14XA1121625', ' SMITH, Gary CPS-YH First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5770, 24, '2025-05-19 12:00:00', 'UTC', '14XA1137725', ' ADAMS, Thomas CPS-YH First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Fail to provide specimen for analysis - vehicle driver ', 1), (5771, 24, '2025-05-19 12:00:00', 'UTC', '14XW1119624', ' JOWLE, Brandon CPS-YH First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5772, 24, '2025-05-19 12:00:00', 'UTC', '14XA1151725', ' CALLAWAY, Nathan CPS-YH First hearing Drunk and disorderly in a public place ', 0), (5773, 24, '2025-05-19 12:00:00', 'UTC', '14XW1039525', ' HEDGER, Kelly CPS-YH First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (5774, 24, '2025-05-19 12:00:00', 'UTC', '14XA1137025', ' TWARDOWSKI, Ricky CPS-YH First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (5775, 24, '2025-05-19 12:00:00', 'UTC', '14XW1041425', ' PARDILLIO, Junhelle CPS-YH First hearing Drive motor vehicle when alcohol level above limit Use a motor vehicle on a road / public place without third party insurance ', 1), (5776, 24, '2025-05-19 12:00:00', 'UTC', '14XA1156025', ' GALLEY, Coeben CPS-YH First hearing Drunk and disorderly in a public place ', 0), (5777, 24, '2025-05-19 12:00:00', 'UTC', '14XA1153925', ' MUNTEAN, Tatiana CPS-YH First hearing Theft from a shop MUNTEAN, Larisa Theft from a shop ', 0), (5778, 24, '2025-05-19 12:00:00', 'UTC', '14XW1004425', ' RAVEENTHIRAN, Sajith CPS-YH First hearing Obstruct a PC in exercise of a s. 23A(6) power to detain / search a person / vehicle / vessel re temporary class drugs ', 1), (5779, 24, '2025-05-19 12:00:00', 'UTC', '14XA1158825', ' CHARLES, Chantelle CPS-YH First hearing ', 0), (5780, 81, '2025-05-19 12:00:00', 'UTC', '01TK5163224', ' LEWIS, Paul METPF Sentence Speeding - exceed 70 mph motorway limit - automatic camera device ', 1), (5781, 81, '2025-05-19 12:00:00', 'UTC', '01TX1121725', ' RAJASRITHASAN, Pairatheepan CPS-LN Sentence Criminal damage to property valued under £5000 ', 0), (5782, 81, '2025-05-19 12:00:00', 'UTC', '01YE1035824', ' GARDNER, Andre CPS-LN Trial Common assault Assault by beating ', 0), (5783, 81, '2025-05-19 12:00:00', 'UTC', '01ID1000025', ' AHMED, Munawar CPS-LN Trial - no Racially / religiously aggravated harassment / witnesses alarm / distress by words / writing Enter Heathrow Airport after having been prohibited in writing from doing so ', 0), (5784, 81, '2025-05-19 12:00:00', 'UTC', '01TK4416524', ' VLASHIN, Ilona METPF Trial - no Exceed a 30 mph speed limit in contravention of a witnesses Local Traffic Order - automatic camera device ', 0), (5785, 28, '2025-05-20 12:00:00', 'UTC', '45RB0895324', ' MCCARTHY, LOUIE CPS-SE Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (5786, 28, '2025-05-20 12:00:00', 'UTC', '45GD0009724', ' VIGOR, HARLEY CPS-SE Plea Criminal damage to property valued under £5000 ', 0), (5787, 28, '2025-05-20 12:00:00', 'UTC', '45WK1027124', ' AUSTIN, GEORGE CPS-SE Sentence Theft from the person of another Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm ', 0), (5788, 28, '2025-05-20 12:00:00', 'UTC', '45WV0813024', ' STONESTREET, JIMMY CPS-SE Plea Burglary other than dwelling - theft ', 0), (5789, 28, '2025-05-20 12:00:00', 'UTC', '45GD0402125', ' SZELL, CHRISTIAN CPS-SE Further Case Fail to provide specimen for analysis - vehicle Management driver ', 1), (5790, 28, '2025-05-20 12:00:00', 'UTC', '45GD0858324', ' REID, ALEXANDRA CPS-SE Mention Sexual assault on a female Send letter / communication / article conveying indecent / offensive message Press/Publication restrictions apply to this case ', 0), (5791, 28, '2025-05-20 12:00:00', 'UTC', '45TD0111025', ' COLL, KIERAN CPS-SE Sentence Burglary other than dwelling - theft Burglary other than dwelling - theft Burglary other than dwelling - theft Burglary other than dwelling - theft Take a motor vehicle without the owners consent Fail to surrender to police / court bail at the appointed time ', 1), (5792, 28, '2025-05-20 12:00:00', 'UTC', '45TD1640024', ' COLL, KIERAN CPS-SE Sentence Obstruct / resist a constable in execution of duty Possess a controlled drug of Class B - Cannabis / Cannabis Resin Fail to surrender to police / court bail at the appointed time ', 0), (5793, 31, '2025-05-21 12:00:00', 'UTC', '22EA1268524', ' PHOENIX, Jade CPS-WM First hearing Assault by beating of an emergency worker ', 0), (5794, 31, '2025-05-21 12:00:00', 'UTC', '22EA1273224', ' DENT, Lyndsay CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm Assault by beating Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Burglary dwelling - with intent to cause damage ', 0), (5795, 31, '2025-05-21 12:00:00', 'UTC', '22EA1158524', ' SEYMOUR, Paul CPS-WM First hearing Assault a person thereby occasioning them actual bodily harm ', 0), (5796, 31, '2025-05-21 12:00:00', 'UTC', '22EA1044625', ' RICHARDS, Robert CPS-WM First hearing Assault by beating ', 0), (5797, 31, '2025-05-21 12:00:00', 'UTC', '22TP1055525', ' BURU, Andrei CPS-WM First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5798, 31, '2025-05-21 12:00:00', 'UTC', '22EA1046325', ' WEBB, Martin CPS-WM First hearing Common assault ', 0), (5799, 31, '2025-05-21 12:00:00', 'UTC', '22EA1251524', ' WAUGH, Kirsty CPS-WM Plea Owner / person in charge of dog dangerously out of control causing injury ', 0), (5800, 31, '2025-05-21 12:00:00', 'UTC', '22EA1341124', ' RICHARDS, Connor CPS-WM Plea Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance ', 1), (5801, 31, '2025-05-21 12:00:00', 'UTC', '22EA1138924', ' COUPE, David CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm Criminal damage to property valued under £5000 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5802, 31, '2025-05-21 12:00:00', 'UTC', '22EA1285924', ' CANE, Thomas CPS-WM Sentence Harassment - breach of a restraining order on conviction ', 0), (5803, 31, '2025-05-21 12:00:00', 'UTC', '22EA1011425', ' BLACKBURNE, Philip CPS-WM Sentence Assault by beating Assault by beating ', 0), (5804, 31, '2025-05-21 12:00:00', 'UTC', '22TP1087525', ' POJASEK, Jacob CPS-WM Sentence Assault / ill-treat / neglect / abandon a child / young person to cause unnecessary suffering / injury Drive motor vehicle when alcohol level above limit ', 1), (5805, 31, '2025-05-21 12:00:00', 'UTC', '22EA1213323', ' BREESE, Stephen CPS-WM Mention Criminal damage to property valued under £5000 Assault by beating ', 0), (5806, 31, '2025-05-21 12:00:00', 'UTC', '22EA1065624', ' BREESE, Stephen CPS-WM Mention Criminal damage to property valued under £5000 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Send letter / communication / article conveying indecent / offensive message ', 0), (5807, 31, '2025-05-21 12:00:00', 'UTC', '22EA1229324', ' GRANT, Ross CPS-WM Further Case Aggravated vehicle taking - (being carried on) and Management vehicle damage under £5000 ', 1), (5808, 31, '2025-05-21 12:00:00', 'UTC', '22EA1108625', ' MAUND, Russell CPS-WM Further Case Harassment - breach of a restraining order on Management conviction Harassment - breach of a restraining order on conviction ', 0), (5809, 31, '2025-05-21 12:00:00', 'UTC', '22EA1043924', ' MURPHY, Luke CPS-WM Trial Assault a person thereby occasioning them actual bodily harm Common assault of an emergency worker ', 0), (5810, 31, '2025-05-21 12:00:00', 'UTC', '22EA1022024', ' HUGHES, Leigh CPS-WM Trial Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Harassment without violence ', 0), (5811, 31, '2025-05-21 12:00:00', 'UTC', '22EA1337724', ' Hughes, Leigh WMEPF Sentence Harassment without violence ', 0), (5812, 31, '2025-05-21 12:00:00', 'UTC', '22EA1072225', ' ROBERTSON, Jacob CPS-WM Trial Intentional strangulation Criminal damage to property valued under £5000 Assault a person thereby occasioning them actual bodily harm ', 0), (5813, 82, '2025-05-19 12:00:00', 'UTC', '01YR1098325', ' GALLARD, Che CPS-LN First hearing Robbery Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5814, 82, '2025-05-19 12:00:00', 'UTC', '01EK1142824', ' OKI, Kamah CPS-LN First hearing Possess a controlled drug of Class A - Other ', 0), (5815, 82, '2025-05-19 12:00:00', 'UTC', '01YR1070925', ' GARGULA, Patryk CPS-LN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5816, 82, '2025-05-19 12:00:00', 'UTC', '01YR1400024', ' EKPO, Daniella CPS-LN Review Fraud by false representation - Fraud Act 2006 ', 0), (5817, 82, '2025-05-19 12:00:00', 'UTC', '01EK1119925', ' HARRIS, Luke CPS-LN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5818, 82, '2025-05-19 12:00:00', 'UTC', '01NI1164525', ' JACKMAN, Akeem CPS-LN First hearing Assault by beating of an emergency worker ', 0), (5819, 82, '2025-05-19 12:00:00', 'UTC', '01NI1159725', ' KICURA, Martin CPS-LN First hearing Assault by beating of an emergency worker Drunk and disorderly in a public place ', 0), (5820, 82, '2025-05-19 12:00:00', 'UTC', '01NI1037025', ' CAWLEY, Shannon Marie CPS-LN First hearing Theft from a shop Make off without making payment ', 0), (5821, 82, '2025-05-19 12:00:00', 'UTC', '01CW1128525', ' ABOUHILAK, Wahid CPS-LS First hearing Handle stolen goods Possess an offensive weapon in a public place Going equipped for theft - not motor vehicle Take a motor vehicle without the owners consent Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5822, 82, '2025-05-19 12:00:00', 'UTC', '01YR1134525', ' MASSENGO, Cornielle CPS-LN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5823, 82, '2025-05-19 12:00:00', 'UTC', '01EK1144825', ' BUNDY, Hannah CPS-LN First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (5824, 82, '2025-05-19 12:00:00', 'UTC', '01YE1140125', ' GKOUSALIS, Dimitris CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (5825, 82, '2025-05-19 12:00:00', 'UTC', '01EK1135625', ' KALARUS, Richard CPS-LN First hearing Fail to provide specimen - person in charge of vehicle Assault a constable in the execution of his / her duty Assault by beating of an emergency worker Assault a constable in the execution of his / her duty ', 1), (5826, 82, '2025-05-19 12:00:00', 'UTC', '01YR1155325', ' ASPINALL, Christine CPS-LN Plea Drive motor vehicle when alcohol level above limit ', 1), (5827, 82, '2025-05-19 12:00:00', 'UTC', '93JD0528025', ' JAMES, RAPHAEL CPS-WM First hearing Theft from a shop ', 0), (5828, 82, '2025-05-19 12:00:00', 'UTC', '01YR1018825', ' STANCZYNSKI, Gabriel CPS-LN First hearing Robbery Possess an offensive weapon in a public place Robbery Possess an offensive weapon in a public place ', 0), (5829, 82, '2025-05-19 12:00:00', 'UTC', '01EK1145325', ' MUJEL, Hamzeh yasser CPS-LN First hearing Criminal damage to property valued under £5000 ', 0), (5830, 82, '2025-05-19 12:00:00', 'UTC', '01EK1145725', ' O'NEILL, Krystal CPS-LN First hearing Drunk and disorderly in a public place ', 0), (5831, 82, '2025-05-19 12:00:00', 'UTC', '01YE1044125', ' ISSA, Omar CPS-LN First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5832, 82, '2025-05-19 12:00:00', 'UTC', '01NI1034025', ' ASHWOOD, Johnny CPS-LN Sentence Racially / religiously aggravated intentional harassment / alarm / distress - words / writing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (5833, 82, '2025-05-19 12:00:00', 'UTC', '01NI1116525', ' PRYCE, Marinda CPS-LN Mention Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (5834, 82, '2025-05-19 12:00:00', 'UTC', '01NI1115725', ' PRYCE-PROSPERE, Marinda CPS-LN Mention Individual fail to comply with a community protection notice Fail to surrender to police / court bail at the appointed time Fail to surrender to police / court bail at the appointed time ', 0), (5835, 82, '2025-05-19 12:00:00', 'UTC', '01EK1163325', ' BARTON, Tracy CPS-LN First hearing Harassment - breach of a restraining order on conviction ', 0), (5836, 82, '2025-05-19 12:00:00', 'UTC', '01HT1226425', ' SENGHORE, Jerome CPS-LN First hearing Possess a controlled drug of Class A - Crack Cocaine ', 0), (5837, 82, '2025-05-19 12:00:00', 'UTC', '01EK1164625', ' SEMEDO FURTADO, Fernado CPS-LN First hearing Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (5838, 35, '2025-05-21 12:00:00', 'UTC', '22DA1000725', ' MONIEWSKI, Mateusz CPS-WM Sentence Fail to surrender to police / court bail at the appointed time Burglary dwelling and theft - no violence ', 0), (5839, 35, '2025-05-21 12:00:00', 'UTC', '22DA1068025', ' MONIEWSKI, Mateusz CPS-WM Sentence Fail to surrender to police / court bail at the appointed time Criminal damage to property valued under £5000 ', 0), (5840, 35, '2025-05-21 12:00:00', 'UTC', '22DA1351824', ' CUMMINGS, Robert CPS-WM Sentence Harassment - put in fear of violence Harassment without violence ', 0), (5841, 35, '2025-05-21 12:00:00', 'UTC', '22CA1298224', ' WALLIS, Emma CPS-WM Sentence Theft in dwelling other than an automatic machine or meter Possess a controlled drug of Class A - Cocaine ', 0), (5842, 35, '2025-05-21 12:00:00', 'UTC', '22DA1386624', ' JENKINS, Luke CPS-WM Sentence Possess a controlled drug of Class A - MDMA Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (5843, 35, '2025-05-21 12:00:00', 'UTC', '22CA1200424', ' NOCHER, Phillip CPS-WM Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5844, 35, '2025-05-21 12:00:00', 'UTC', '22DA1372624', ' GREENWOOD, Graham CPS-WM Sentence Make indecent photograph / pseudo-photograph of a child ', 0), (5845, 36, '2025-05-19 12:00:00', 'UTC', '04ZL2181323', ' HESKETH, Cheryl CPS-NW Trial Assault by beating Racially / religiously aggravated common assault / beating ', 0), (5846, 36, '2025-05-19 12:00:00', 'UTC', '04ZL2391524', ' SADDIQUE, Mohsen CPS-NW Trial Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5847, 36, '2025-05-19 12:00:00', 'UTC', '04ZL3698624', ' REES, Gareth CPS-NW Trial Obstruct / resist a constable in execution of duty ', 0), (5848, 37, '2025-05-19 12:00:00', 'UTC', '13LD0423625', ' ', 0), (5849, 83, '2025-05-19 12:00:00', 'UTC', '32D90003225', ' THOMAS, JAMIE CPS-EM Trial Persistently make use of public communication network to cause annoyance / inconvenience / anxiety ', 0), (5850, 83, '2025-05-19 12:00:00', 'UTC', '32D10996024', ' KOSTOV, DINKO CPS-EM Trial Use a motor vehicle / trailer the number of passenger / manner carried likely to cause danger Drive a motor vehicle on a road with a child passenger under 3 years seated in the rear not wearing a seat belt ', 1), (5851, 83, '2025-05-19 12:00:00', 'UTC', '32D11019624', ' MULLEN, SOPHIE LINPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (5852, 83, '2025-05-19 12:00:00', 'UTC', '32D10091525', ' CANT, MARTIN LINPF Trial Use on a road a motor vehicle / trailer with a load which was insecure / in a position likely to cause danger Use a motor vehicle on a road / public place without third party insurance ', 1), (5853, 113, '2025-05-19 12:00:00', 'UTC', '05E30042825', ' BYRNE, PAUL CPS-MC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5854, 113, '2025-05-19 12:00:00', 'UTC', '05E20018825', ' BURNS, JAMES CPS-MC First hearing Breach SHPO / interim SHPO Breach SHPO / interim SHPO ', 0), (5855, 113, '2025-05-19 12:00:00', 'UTC', '05A30076425', ' OGILVIE, STUART CPS-MC First hearing Theft from a shop Theft from a shop ', 0), (5856, 113, '2025-05-19 12:00:00', 'UTC', '05E90101525', ' ISAWI, KAIS CPS-MC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5857, 113, '2025-05-19 12:00:00', 'UTC', '05B20097124', ' STEWART, TERRANCE CPS-MC First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5858, 113, '2025-05-19 12:00:00', 'UTC', '05D20154724', ' HAY, MICHAEL CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle on a road with child passenger aged 3 to 13 years sat in rear and not wearing a seat belt ', 1), (5859, 113, '2025-05-19 12:00:00', 'UTC', '05E60030024', ' MORRIS, BRIAN CPS-MC First hearing Possess with intent to supply a controlled drug of Class B - Cannabis ', 0), (5860, 113, '2025-05-19 12:00:00', 'UTC', '05E50018725', ' DILLON, JAMES CPS-MC First hearing Drive motor vehicle when alcohol level above limit ', 1), (5861, 113, '2025-05-19 12:00:00', 'UTC', '05D30111524', ' BURGESS, DANIEL CPS-MC First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5862, 39, '2025-05-20 12:00:00', 'UTC', '60WG1459424', ' JIAPENG, BAI CPS-CYN Trial Fail to provide specimen for analysis - vehicle driver ', 1), (5863, 39, '2025-05-20 12:00:00', 'UTC', '60CD0932424', ' HOWARD, NATHAN CPS-CYN Trial Assault a person thereby occasioning them actual bodily harm ', 0), (5864, 40, '2025-05-19 12:00:00', 'UTC', '63AC0100025', ' RIXON, ALISON CPS-CYSW Mention Criminal damage to property valued under £5000 Assault by beating ', 0), (5865, 40, '2025-05-19 12:00:00', 'UTC', '63AC0194824', ' DEMPSEY, ANNA CPS-CYSW Trial Assault by beating Assault by beating ', 0), (5866, 129, '2025-05-19 12:00:00', 'UTC', '40AD1300925', ' O'BRIEN, Gerrard CPS-TCBH Sentence Criminal damage to property valued under £5000 Harassment - put in fear of violence Assault by beating Assault by beating ', 0), (5867, 129, '2025-05-19 12:00:00', 'UTC', '40AD1279825', ' KYNOCH, Paul CPS-TCBH Plea Burglary other than dwelling with intent to steal ', 0), (5868, 129, '2025-05-19 12:00:00', 'UTC', '41B21040524', ' KAYANI, Muneeb CPS-TCBH Sentence Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 0), (5869, 129, '2025-05-19 12:00:00', 'UTC', '40AD1256225', ' MOORE, Tanya CPS-TCBH Plea Theft from a shop Theft from a shop Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5870, 129, '2025-05-19 12:00:00', 'UTC', '40AD1234125', ' DALLOW, Elaine CPS-TCBH First hearing Assault by beating of an emergency worker Assault by beating of an emergency worker Assault by beating of an emergency worker ', 0), (5871, 129, '2025-05-19 12:00:00', 'UTC', '40AD1087725', ' BARNES, Carlene CPS-TCBH First hearing Theft from a shop ', 0), (5872, 129, '2025-05-19 12:00:00', 'UTC', '40AD1266225', ' HAYWARD, Luke CPS-TCBH First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5873, 84, '2025-05-20 12:00:00', 'UTC', '60EF1512824', ' WILLIAMS, THOMAS Mold Review Magistrates' Court ', 0), (5874, 84, '2025-05-20 12:00:00', 'UTC', '60EF0498824', ' WOOLLEY, DARREN Mold Review Magistrates' Court ', 0), (5875, 84, '2025-05-20 12:00:00', 'UTC', '60CD1470324', ' BAMFORD, AIDEN Llandudno Review Magistrates' Court ', 0), (5876, 84, '2025-05-20 12:00:00', 'UTC', '60EF1629424', ' WILLIAMS, THOMAS Mold Review Magistrates' Court ', 0), (5877, 84, '2025-05-20 12:00:00', 'UTC', '60CD1402724', ' ALLARDICE, NICOLE Mold Review Magistrates' Court ', 0), (5878, 84, '2025-05-20 12:00:00', 'UTC', '60EF1402624', ' WILLIAMS, THOMAS Mold Review Magistrates' Court ', 0), (5879, 117, '2025-05-19 12:00:00', 'UTC', '21SL1119724', ' GRAY, DANIEL CPS-WM Further Case Drive motor vehicle with a proportion of a specified Management controlled drug above the specified limit Fail to answer to court / police bail as soon as practicable ', 1), (5880, 117, '2025-05-19 12:00:00', 'UTC', '21SL0166725', ' HOLDER, RIO CPS-WM Sentence Assault by beating of an emergency worker Obstruct / resist a constable in execution of duty ', 0), (5881, 117, '2025-05-19 12:00:00', 'UTC', '06A20183625', ' FROST, Ronnie CPS-NW Sentence Assault by beating Assault by beating Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence HOLDER, Rio Assault by beating of an emergency worker Assault by beating Assault by beating of an emergency worker Assault by beating Assault by beating of an emergency worker Assault a person thereby occasioning them actual bodily harm ', 0), (5882, 99, '2025-05-19 12:00:00', 'UTC', '11DD0090725', ' LISIAK, Grzegorz CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (5883, 99, '2025-05-19 12:00:00', 'UTC', '11SS0159525', ' STAFFORD, Lee CPS-NECD First hearing Take a motor vehicle without the owners consent Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (5884, 99, '2025-05-19 12:00:00', 'UTC', '11EE0214325', ' BEESTON, Lewis CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (5885, 99, '2025-05-19 12:00:00', 'UTC', '11SS0160625', ' JOHNSON, Danielle CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (5886, 99, '2025-05-19 12:00:00', 'UTC', '11EE0206825', ' LONERGAN, Michael CPS-NECD First hearing Criminal damage to property valued under £5000 ', 0), (5887, 99, '2025-05-19 12:00:00', 'UTC', '11EE0212925', ' GOLDIE, Ross CPS-NECD First hearing Criminal damage to property valued under £5000 ', 0), (5888, 99, '2025-05-19 12:00:00', 'UTC', '11WW0092625', ' BROWN, Jack CPS-NECD First hearing Possess an offensive weapon in a public place Fail to provide specimen for analysis - vehicle driver ', 1), (5889, 99, '2025-05-19 12:00:00', 'UTC', '11DD0088825', ' SIMPSON, Christopher CPS-NECD First hearing Theft from a shop ', 0), (5890, 99, '2025-05-19 12:00:00', 'UTC', '11WW0094025', ' ROBINSON, Paula CPS-NECD First hearing Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5891, 99, '2025-05-19 12:00:00', 'UTC', '11DD0087725', ' LYTHE, Sean CPS-NECD First hearing ', 0), (5892, 103, '2025-05-19 12:00:00', 'UTC', '22TP1311024', ' HODSON, Tom WMEPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5893, 103, '2025-05-19 12:00:00', 'UTC', '22RS1289224', ' LOBB, Matthew WMEPF Trial Exceed 30 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (5894, 103, '2025-05-19 12:00:00', 'UTC', '22TP1323524', ' DHILLON, Amanpreet WMEPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5895, 103, '2025-05-19 12:00:00', 'UTC', '22TP1316224', ' CONNOLLY, Jason WMEPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (5896, 103, '2025-05-19 12:00:00', 'UTC', '22RS1289324', ' LESLIE, Thomas WMEPF Trial Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5897, 103, '2025-05-19 12:00:00', 'UTC', '22RS1258624', ' TAZMIN, Mohammed WMEPF DISQ - Traffic Fail to give information relating to the identification Disqualification of the driver / rider of a vehicle when required Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5898, 103, '2025-05-19 12:00:00', 'UTC', '22RS1252624', ' WOOLLEY, Roy WMEPF Trial Speeding - exceed 30 mph on restricted road in England - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5899, 103, '2025-05-19 12:00:00', 'UTC', '22RS1292824', ' TURLEY, Thomas WMEPF Trial Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5900, 103, '2025-05-19 12:00:00', 'UTC', '22TP1328724', ' BEESTON, Megan WMEPF Trial Speeding - exceed 5 / 18 / 20 / 30 / 40 / 50 / 60 mph limit for a goods vehicle - manned equipment Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5901, 103, '2025-05-19 12:00:00', 'UTC', '22TP1323324', ' SINGH, Navpreet WMEPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5902, 103, '2025-05-19 12:00:00', 'UTC', '22TP1333024', ' BURTON, Luke WMEPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5903, 103, '2025-05-19 12:00:00', 'UTC', '22RS1300524', ' GORDON-JOHNSON, Diana WMEPF Trial Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5904, 103, '2025-05-19 12:00:00', 'UTC', '22RS1300624', ' ALI, Mohammed WMEPF Trial Exceed a temporary 50mph speed restriction on a motorway in contravention of a Local Traffic Order - ACD Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (5905, 55, '2025-05-19 12:00:00', 'UTC', '14XQ1042525', ' SCOTT, Thomas CPS-YH Sentence Common assault Criminal damage to property valued under £5000 ', 0), (5906, 55, '2025-05-19 12:00:00', 'UTC', '14XS1490424', ' MORRIS, Romello CPS-YH Sentence Assault by beating ', 0), (5907, 55, '2025-05-19 12:00:00', 'UTC', '14XC1171024', ' MORRIS, Romello CPS-YH Sentence Assault by beating of an emergency worker ', 0), (5908, 55, '2025-05-19 12:00:00', 'UTC', '14XG1055724', ' MORRIS, Romello SYPF Sentence Assault by beating Assault by beating ', 0), (5909, 55, '2025-05-19 12:00:00', 'UTC', '14XS1399224', ' MORRIS, Romello CPS-YH Sentence Assault by beating ', 0), (5910, 55, '2025-05-19 12:00:00', 'UTC', '14XW1106824', ' CEKAS, Harris CPS-YH Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle dangerously Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Fail to stop a mechanically propelled vehicle when required by constable / traffic warden ', 1), (5911, 55, '2025-05-19 12:00:00', 'UTC', '14XS1172125', ' TAYLOR, Paul CPS-YH Plea Drunk and disorderly in a public place ', 0), (5912, 55, '2025-05-19 12:00:00', 'UTC', '14XP1007325', ' BARRETT, Courtney CPS-YH Plea Criminal damage to property valued under £5000 ', 0), (5913, 124, '2025-05-20 12:00:00', 'UTC', '22TP1282424', ' MOORJANI, Prakash CPS-WM Further Case Drive whilst disqualified Management Use a motor vehicle on a road / public place without third party insurance ', 1), (5914, 124, '2025-05-20 12:00:00', 'UTC', '22DA1311424', ' SANDERS, Darcy CPS-WM First hearing Assault by beating of an emergency worker Assault by beating Assault by beating of an emergency worker Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (5915, 124, '2025-05-20 12:00:00', 'UTC', '22CA1293624', ' BENFORD, Talor CPS-WM First hearing Conspire to possess a firearm without a certificate Fail to comply with a section 49 notice to disclose the key to protected information ALI, Saood Conspire to possess a firearm without a certificate ', 0), (5916, 124, '2025-05-20 12:00:00', 'UTC', '22CA1285024', ' WITCHARD, Jason CPS-WM First hearing Criminal damage to property valued under £5000 Going equipped for theft - not motor vehicle Going equipped for theft - not motor vehicle COX, Carl Going equipped for burglary Criminal damage to property valued under £5000 Going equipped for theft - not motor vehicle Going equipped for theft - not motor vehicle Going equipped for theft - not motor vehicle Going equipped for theft - not motor vehicle MILES, Belinda Going equipped for theft - not motor vehicle Going equipped for theft - not motor vehicle ', 1), (5917, 124, '2025-05-20 12:00:00', 'UTC', '22TP1094425', ' CHRISTOPHER, Ryan CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a mechanically propelled vehicle on a road / ', 1), (5918, 124, '2025-05-20 12:00:00', 'UTC', '22TP1258924', ' KHANUM, Sammar CPS-WM Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle involved in a road accident fail to report that accident Driver of a vehicle fail to stop after a road accident ', 1), (5919, 124, '2025-05-20 12:00:00', 'UTC', '22DA1098725', ' BOYCE, Michael CPS-WM Trial Obstruct / resist a constable in execution of duty Assault by beating Intentional strangulation Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5920, 124, '2025-05-20 12:00:00', 'UTC', '22TP1287724', ' KESGIN, Haci WMEPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (5921, 124, '2025-05-20 12:00:00', 'UTC', '22CA1293024', ' HUGHES, Daniel CPS-WM Trial Possess an offensive weapon in private place ', 0), (5922, 86, '2025-05-19 12:00:00', 'UTC', '01GD1327524', ' BABUNDO, Nnamdi Nathan CPS-LN Trial Attempt theft from the person of another Attempt criminal damage to property valued under £5000 Assault by beating ', 0), (5923, 86, '2025-05-19 12:00:00', 'UTC', '01HT1364124', ' SAIH, Simohamed CPS-LN Trial Criminal damage to property valued under £5000 Theft from the person of another ', 0), (5924, 86, '2025-05-19 12:00:00', 'UTC', '01TJ1441624', ' THOMAS, Trevor METPF Plea Use a motor vehicle on a road / public place without third party insurance ', 1), (5925, 86, '2025-05-19 12:00:00', 'UTC', '01TK1296025', ' ADENUGA, Oluwaseyi METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5926, 86, '2025-05-19 12:00:00', 'UTC', '01TK1183425', ' KONTNY, Sophia METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5927, 86, '2025-05-19 12:00:00', 'UTC', '01TK1294925', ' GULEVICI, Larisa METPF Plea Exceed a 40 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (5928, 86, '2025-05-19 12:00:00', 'UTC', '01TJ1288824', ' STAUBYN, Kyle METPF Plea Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5929, 62, '2025-05-19 12:00:00', 'UTC', '22FA1384724', ' SOLOMON, Ellis CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5930, 62, '2025-05-19 12:00:00', 'UTC', '22GA1072925', ' WINGATE, Colin CPS-WM First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5931, 62, '2025-05-19 12:00:00', 'UTC', '22FA1123825', ' NANDAN, Sarah CPS-WM First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (5932, 62, '2025-05-19 12:00:00', 'UTC', '22FA1129625', ' CHAPMAN, Bryan CPS-WM First hearing Fail to attend for / remain for duration of initial assessment following test for class A drug ', 0), (5933, 62, '2025-05-19 12:00:00', 'UTC', '22FA1016925', ' CURTIS, Levi CPS-WM First hearing Criminal damage to property valued under £5000 Affray ', 0), (5934, 62, '2025-05-19 12:00:00', 'UTC', '22GA1183125', ' AMOAKA, Koby CPS-WM First hearing Theft from a shop ', 0), (5935, 62, '2025-05-19 12:00:00', 'UTC', '22GA1420824', ' EVERTON, Charlotte CPS-WM Sentence Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0); INSERT INTO `court_session` (`id`, `court_id`, `hearing_date`, `timezone`, `case_reference`, `case_details`, `motoring_related`) VALUES (5936, 62, '2025-05-19 12:00:00', 'UTC', '22GA1046625', ' EVERTON, Charlotte CPS-WM Sentence Theft from a shop Theft from a shop ', 0), (5937, 63, '2025-05-19 12:00:00', 'UTC', '50AC0145525', ' HUGHES, KIERAN CPS-SW Mention & Fix Drive whilst unfit through drink ', 0), (5938, 63, '2025-05-19 12:00:00', 'UTC', '50AC0228225', ' DIXON, LEWIS CPS-SW Mention & Fix Keep away child in care without lawful authority Press/Publication restrictions apply to this case ', 0), (5939, 63, '2025-05-19 12:00:00', 'UTC', '50AC0528224', ' MURPHY, OCTAVIA CPS-SW First hearing Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance ', 1), (5940, 63, '2025-05-19 12:00:00', 'UTC', '50AC0179323', ' AYLING, FINN CPS-SW First hearing Assault a female 13 and over by penetration with part of body / a thing - SOA 2003 Sexual assault on a female Assault a female 13 and over by penetration with part of body / a thing - SOA 2003 Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (5941, 63, '2025-05-19 12:00:00', 'UTC', '50AC7072622', ' BUTCHER, STEVEN CPS-SW First hearing Assault a boy under 13 by touching - SOA 2003 Assault a boy under 13 by touching - SOA 2003 Assault a boy under 13 by touching - SOA 2003 Offender of any age cause / incite a boy under 13 to engage in sexual activity - no penetration - SOA 2003 Rape of a boy under 13 - SOA 2003 Assault a boy under 13 by touching - SOA 2003 Assault a boy under 13 by touching - SOA 2003 Assault a boy under 13 by touching - SOA 2003 Assault a boy under 13 by touching - SOA 2003 Offender of any age cause / incite a boy under 13 to engage in sexual activity - no penetration - SOA 2003 Press/Publication restrictions apply to this case ', 0), (5942, 63, '2025-05-19 12:00:00', 'UTC', '50AC0208423', ' BRASSINGTON, CRAIG CPS-SW First hearing Rape a woman 16 years of age or over - SOA 2003 Rape a woman 16 years of age or over - SOA 2003 Press/Publication restrictions apply to this case ', 0), (5943, 92, '2025-05-19 12:00:00', 'UTC', '01TX1110425', ' GODDEN, Barry CPS-LN Mention Assault by beating Assault by beating Threaten a person with an offensive weapon / bladed article / corrosive substance in a private place ', 0), (5944, 127, '2025-05-19 12:00:00', 'UTC', '44SC0073325', ' JAMES, LINDA CPS-WX First hearing Theft from a shop Theft from a shop MCDERMOTT, JODIE Theft from a shop ', 0), (5945, 127, '2025-05-19 12:00:00', 'UTC', '44SC0014125', ' THORN, DAVID CPS-WX First hearing Theft from a shop ', 0), (5946, 127, '2025-05-19 12:00:00', 'UTC', '44SC0165725', ' LAYTON, MASON CPS-WX First hearing Theft from a shop ', 0), (5947, 93, '2025-05-19 12:00:00', 'UTC', '55DH0163324', ' RICHARDSON, SCOTT CPS-WX Trial - no Possess knife blade / sharp pointed article in a witnesses public place - Criminal Justice Act 1988 ', 0), (5948, 93, '2025-05-19 12:00:00', 'UTC', '55TH0391824', ' UGBODU, UGIAGBE CPS-WX Trial Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals - automatic equipment ', 1), (5949, 93, '2025-05-19 12:00:00', 'UTC', '55TH0271324', ' COSTA, JOSEPH CPS-WX Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required Exceed a 50 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 1), (5950, 94, '2025-05-19 12:00:00', 'UTC', '01SX1162025', ' KURTSEBA, Myroslav CPS-LN First hearing Drive motor vehicle when alcohol level above limit ', 1), (5951, 94, '2025-05-19 12:00:00', 'UTC', '01SX1106925', ' GARCIA, Lorraine CPS-LN Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (5952, 94, '2025-05-19 12:00:00', 'UTC', '01QA1084125', ' CONDRUZ, Aurelian CPS-LN First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (5953, 94, '2025-05-19 12:00:00', 'UTC', '01QK1133425', ' SASU, Nichola CPS-LN Sentence Burglary other than dwelling - theft ', 0), (5954, 94, '2025-05-19 12:00:00', 'UTC', '01SX1150725', ' KILLNER, Maliq CPS-LN Sentence Assault a person thereby occasioning them actual bodily harm Assault by beating of an emergency worker ', 0), (5955, 94, '2025-05-19 12:00:00', 'UTC', '01VK1213024', ' DEEGAN-WILLIAMS, Jack METPF Mention Possess / have custody of a fighting dog ', 0), (5956, 94, '2025-05-19 12:00:00', 'UTC', '01SX1161825', ' TURNER, Michael CPS-LN First hearing Possess a controlled drug of Class A - Cocaine ', 0), (5957, 94, '2025-05-19 12:00:00', 'UTC', '01QK1165325', ' ROBLE, Aweys CPS-LN First hearing Common assault of an emergency worker Assault with intent to resist arrest ', 0), (5958, 71, '2025-05-20 12:00:00', 'UTC', '47WC2793824', ' FRANCIS, KATIE CPS-SE Mention Possess an offensive weapon in private place Possess an offensive weapon in private place ', 0), (5959, 71, '2025-05-20 12:00:00', 'UTC', '47WW0975825', ' WATSON, KATHERINE CPS-SE First hearing Drunk in charge of a child under the age of seven years ', 0), (5960, 71, '2025-05-20 12:00:00', 'UTC', '47CC0771025', ' VLADIMIROV, VLADISLAV CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5961, 71, '2025-05-20 12:00:00', 'UTC', '47WW3362524', ' JONES, MARK CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5962, 71, '2025-05-20 12:00:00', 'UTC', '47WS0886625', ' HARMS, ROBERT CPS-SE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5963, 71, '2025-05-20 12:00:00', 'UTC', '47WW0829325', ' BUTTERWORTH, JOHN CPS-SE First hearing Criminal damage to property valued under £5000 ', 0), (5964, 71, '2025-05-20 12:00:00', 'UTC', '47WW0965125', ' HEARSEY, SHANNON CPS-SE First hearing Assault by beating ', 0), (5965, 71, '2025-05-20 12:00:00', 'UTC', '47WW0814425', ' WAUGH, LEE CPS-SE Plea Theft from a motor vehicle ', 1), (5966, 71, '2025-05-20 12:00:00', 'UTC', '47WW3012324', ' INGOLD, BRIAN CPS-SE First hearing Make indecent photograph / pseudo-photograph of ', 0), (5967, 72, '2025-05-20 12:00:00', 'UTC', '60EW1215624', ' ROBERTS, JACK CPS-CYN Sentence Aggravated vehicle taking - (initial taker) and vehicle damage under £5000 Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence ', 1), (5968, 72, '2025-05-20 12:00:00', 'UTC', '60EW1288524', ' JANES, SCOT CPS-CYN Sentence Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Use a motor vehicle on a road / public place without third party insurance Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (5969, 72, '2025-05-20 12:00:00', 'UTC', '60EW0619625', ' EDWARDS, NATHAN CPS-CYN First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (5970, 72, '2025-05-20 12:00:00', 'UTC', '60EW0562825', ' RUSSELL, SOPHIE CPS-CYSW First hearing Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (5971, 72, '2025-05-20 12:00:00', 'UTC', '60EW0617225', ' THOMAS, RICHARD CPS-CYN First hearing Criminal damage to property valued under £5000 ', 0), (5972, 72, '2025-05-20 12:00:00', 'UTC', '60EW0670225', ' WILLIAMS, PETER CPS-CYN First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 ', 0), (5973, 72, '2025-05-20 12:00:00', 'UTC', '60EW0700025', ' VASILEVA, DOBRINKA CPS-CYSW First hearing Drive motor vehicle when alcohol level above limit ', 1), (5974, 74, '2025-05-19 12:00:00', 'UTC', '12NY0587825', ' COOPER, MARC CPS-YH Bail Application Affray ', 0), (5975, 2, '2025-05-19 12:00:00', 'UTC', '42MR2167724', ' LEWIS, Engracia CPS-EEE Trial Assault by beating ', 0), (5976, 2, '2025-05-19 12:00:00', 'UTC', '42MR1515725', ' DAY, Carleah ESXPF Trial Assault by beating Intentional strangulation Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court ', 0), (5977, 2, '2025-05-19 12:00:00', 'UTC', '37CJ1018125', ' SPALDING, Kane CPS-EENS Trial Assault by beating Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (5978, 11, '2025-05-19 12:00:00', 'UTC', '52SB0061625', ' NICHOLLS, STACEY CPS-SW Sentence Fail to provide specimen for analysis - vehicle driver ', 1), (5979, 11, '2025-05-19 12:00:00', 'UTC', '52SB0410524', ' LOVELL, DALE CPS-SW Sentence Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction Harassment - breach of a restraining order on conviction ', 0), (5980, 11, '2025-05-19 12:00:00', 'UTC', '52SB0474824', ' STEPHENS, TYRON CPS-SW Sentence Aggravated vehicle taking - ( driver did not take ) and dangerous driving Use a motor vehicle on a road / public place without third party insurance Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Press/Publication restrictions apply to this case ', 1), (5981, 11, '2025-05-19 12:00:00', 'UTC', '52SB0728824', ' FRANCIS, RUSHANE CPS-SW First hearing Possess a controlled drug of Class B - Cannabis / Cannabis Resin Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 0), (5982, 11, '2025-05-19 12:00:00', 'UTC', '52SB0042525', ' NAPIERSKI, SAMANTHA CPS-SW Sentence Theft from a shop Assault by beating of an emergency worker Use threatening / abusive words / behaviour likely to cause harassment, alarm or distress ', 0), (5983, 11, '2025-05-19 12:00:00', 'UTC', '52SB0029325', ' WILLIAMS, KALI CPS-SW First hearing Drive a vehicle whilst unfit through drugs Drive motor vehicle when alcohol level above limit ', 1), (5984, 11, '2025-05-19 12:00:00', 'UTC', '52SB0041125', ' HALL, EDWARD CPS-SW First hearing Drive a motor vehicle dangerously Assault by beating Driver of a vehicle fail to stop after a road accident Driver of a vehicle involved in a road accident fail ', 1), (5985, 18, '2025-05-19 12:00:00', 'UTC', '42MR1329725', ' MOSS, Amber CPS-EEE Plea Theft from a shop ', 0), (5986, 18, '2025-05-19 12:00:00', 'UTC', '42MR3517124', ' MOSS, Amber CPS-EEE Sentence Theft from a shop Theft from a shop Theft from a shop ', 0), (5987, 18, '2025-05-19 12:00:00', 'UTC', '42MR2415324', ' MOSS, Amber CPS-EEE Sentence Theft from a shop Theft from a shop Attempt theft from shop Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (5988, 18, '2025-05-19 12:00:00', 'UTC', '42MR3193124', ' MOSS, Amber-rose CPS-EEE Sentence Theft from a shop Theft from the person of another Theft from a shop Theft from a shop Criminal damage to property - value over £5000 Theft from the person of another Arrest by a constable for breaking / likely to break bail conditions - duty to surrender into the custody of a court Theft from a shop Theft from the person of another ', 0), (5989, 18, '2025-05-19 12:00:00', 'UTC', '42TK1159825', ' BAKER, Brett CPS-EEE Sentence Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Fail to provide specimen for analysis - vehicle driver ', 1), (5990, 18, '2025-05-19 12:00:00', 'UTC', '42MR3291624', ' BAKER, Brett CPS-EEE Sentence Take a motor vehicle without the owners consent Use a motor vehicle on a road / public place without third party insurance ', 1), (5991, 18, '2025-05-19 12:00:00', 'UTC', '42MR3249624', ' BAKER, Brett CPS-EEE Sentence ', 0), (5992, 79, '2025-05-19 12:00:00', 'UTC', '42MR1096225', ' SILVER, Connor CPS-EEE Sentence Theft from a shop Assault by beating ', 0), (5993, 79, '2025-05-19 12:00:00', 'UTC', '42MR1779325', ' SILVER, Connor CPS-EEE Sentence Possess a controlled drug of Class B - Cannabis / Cannabis Resin Theft from a shop Theft from a shop Assault by beating of an emergency worker Theft from a shop Theft from a shop Theft from a shop Theft from a shop ', 0), (5994, 79, '2025-05-19 12:00:00', 'UTC', '42MR1631325', ' DAWSON, Adam CPS-EEE Sentence Common assault Assault by beating of an emergency worker ', 0), (5995, 79, '2025-05-19 12:00:00', 'UTC', '42MR1838825', ' PRITCHARD, Stefan ESXPF Mention & Fix Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (5996, 79, '2025-05-19 12:00:00', 'UTC', '42MR1933125', ' TURNER, Kian CPS-EEE Mention & Fix Assault by beating Intentional strangulation Criminal damage to property valued under £5000 ', 0), (5997, 79, '2025-05-19 12:00:00', 'UTC', '42MR1345125', ' STRAYTON, Anthony CPS-EEE Sentence Theft from a shop Theft from the person of another Theft from a shop Attempt theft from shop ', 0), (5998, 80, '2025-05-19 12:00:00', 'UTC', '30DI0984625', ' CLAXTON-BRIGGS, Shay CPS-EM First hearing Football spectator failing to comply with banning order - Football Spectators Act 1989 ', 0), (5999, 80, '2025-05-19 12:00:00', 'UTC', '30DI0222125', ' MILEGO, ALEXANDER CPS-EM First hearing Drunk and disorderly in a public place Criminal damage to property valued under £5000 Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (6000, 80, '2025-05-19 12:00:00', 'UTC', '30DI0987425', ' CHAMBERS, Shaun CPS-EM First hearing Drunk and disorderly in a public place ', 0), (6001, 80, '2025-05-19 12:00:00', 'UTC', '30DI0980125', ' YORK, Leo CPS-EM First hearing Drunk and disorderly in a public place ', 0), (6002, 80, '2025-05-19 12:00:00', 'UTC', '30DI0904425', ' STEELE, Katie CPS-EM First hearing Assault by beating Theft from a shop Attempt theft from shop ', 0), (6003, 80, '2025-05-19 12:00:00', 'UTC', '30DI0981425', ' COOKE, Tia CPS-EM First hearing Drunk and disorderly in a public place ', 0), (6004, 80, '2025-05-19 12:00:00', 'UTC', '30DI0980425', ' GOODALL, RONI-MAE CPS-EM First hearing Obstruct / resist a constable in execution of duty Assault by beating of an emergency worker ', 0), (6005, 29, '2025-05-20 12:00:00', 'UTC', '47EE1436724', ' JACKSON, KAI CPS-SE Trial Criminal damage to property valued under £5000 Assault by beating Stalking without fear / alarm / distress ', 0), (6006, 29, '2025-05-20 12:00:00', 'UTC', '47EE0291623', ' ANDERSON-BOLES, IAN CPS-SE Trial Assault by beating Assault by beating ', 0), (6007, 29, '2025-05-20 12:00:00', 'UTC', '47CC1109924', ' MURRAY, KEVIN CPS-SE Trial Theft from a shop ', 0), (6008, 29, '2025-05-20 12:00:00', 'UTC', '47EH1023324', ' BROWN, AMY CPS-SE Trial Use a motor vehicle on a road / public place without third party insurance Drive whilst disqualified ', 1), (6009, 29, '2025-05-20 12:00:00', 'UTC', '47NC0894425', ' SMITH, TED CPS-SE Trial Criminal damage to property valued under £5000 Assault with intent to resist arrest Assault by beating ', 0), (6010, 29, '2025-05-20 12:00:00', 'UTC', '47WS1996324', ' BURRELL, SAM CPS-SE Trial Drive whilst disqualified ', 0), (6011, 29, '2025-05-20 12:00:00', 'UTC', '47NC0637124', ' BUTLER, MATTHEW CPS-SE Trial Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress Assault by beating ', 0), (6012, 29, '2025-05-20 12:00:00', 'UTC', '47CC3345124', ' GRIGSON, CHRISTOPHER CPS-SE Trial Drive motor vehicle when alcohol level above limit ', 1), (6013, 50, '2025-05-19 12:00:00', 'UTC', '04ZL1777325', ' RASHAD, Mohamed CPS-NW First hearing Fail to provide specimen for analysis - vehicle driver ', 1), (6014, 50, '2025-05-19 12:00:00', 'UTC', '04ZL4274824', ' CHADWICK, Duncan CPS-NW First hearing Drive a vehicle whilst unfit through drugs Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (6015, 50, '2025-05-19 12:00:00', 'UTC', '04ZL3893724', ' BATE, Liam CPS-NW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (6016, 50, '2025-05-19 12:00:00', 'UTC', '04ZL2051625', ' TORINGA, Fidelis CPS-NW First hearing Drive motor vehicle when alcohol level above limit ', 1), (6017, 50, '2025-05-19 12:00:00', 'UTC', '04ZL1802325', ' O'NEILL, Adam CPS-NW First hearing Theft from a shop ', 0), (6018, 50, '2025-05-19 12:00:00', 'UTC', '04ZL1565325', ' MURPHY, Breige CPS-NW First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (6019, 50, '2025-05-19 12:00:00', 'UTC', '04ZL2049625', ' RAFIQ, Aszad CPS-NW First hearing Possess a controlled drug of Class A - Cocaine Possess a controlled drug of Class B - Amphetamine Fail to provide specimen for analysis - vehicle driver Possess a controlled drug of Class B - Cannabis / Cannabis Resin ', 1), (6020, 50, '2025-05-19 12:00:00', 'UTC', '04ZL2060425', ' BAILEY, Stuart CPS-NW First hearing Drive motor vehicle when alcohol level above limit Driver of a vehicle fail to stop after a road accident ', 1), (6021, 50, '2025-05-19 12:00:00', 'UTC', '04ZL2051225', ' BAIJU, Nelson CPS-NW First hearing ', 0), (6022, 52, '2025-05-19 12:00:00', 'UTC', '54ES0441624', ' SAFE, ASHLEY CPS-WX First hearing Assault by beating of an emergency worker ', 0), (6023, 52, '2025-05-19 12:00:00', 'UTC', '54ED0401424', ' SHEPPARD, JORDAN CPS-WX Sentence Assault a person thereby occasioning them actual bodily harm ', 0), (6024, 52, '2025-05-19 12:00:00', 'UTC', '54ED0200325', ' PLUMB, CHARLIE CPS-WX Sentence Drive whilst disqualified Use a motor vehicle on a road / public place without third party insurance Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 ', 1), (6025, 52, '2025-05-19 12:00:00', 'UTC', '54ED0136725', ' DOWN, JORDAN CPS-WX Sentence Theft from a shop Theft from a shop Theft of pedal cycle Theft from a shop ', 0), (6026, 52, '2025-05-19 12:00:00', 'UTC', '54ED0717824', ' DOWN, JORDAN CPS-WX Sentence Theft from a shop ', 0), (6027, 52, '2025-05-19 12:00:00', 'UTC', '54ED0383124', ' DREWETT, BRYN CPS-WX Sentence Threaten to share photograph or film of person in intimate state ', 0), (6028, 52, '2025-05-19 12:00:00', 'UTC', '54ES0079425', ' SHERRED, ASHLEY CPS-WX First hearing Assault by beating Use threatening / abusive / insulting words / behaviour to cause harassment / alarm / distress ', 0), (6029, 52, '2025-05-19 12:00:00', 'UTC', '54DD0076323', ' BOWDEN, ADRIAN CPS-WX First hearing Assault a girl under 13 by touching - SOA 2003 Assault a girl under 13 by touching - SOA 2003 Cause / incite a girl under 13 to engage in sexual activity - no penetration Cause / incite a girl under 13 to engage in sexual activity - no penetration Assault a girl under 13 by touching - SOA 2003 Assault a girl under 13 by touching - SOA 2003 ', 0), (6030, 53, '2025-05-19 12:00:00', 'UTC', '05C30104824', ' STEELE, DEAN CPS-MC Trial of Issue / Assault by beating Newton hearing Press/Publication restrictions apply to this case ', 0), (6031, 53, '2025-05-19 12:00:00', 'UTC', '05B20027325', ' DULLIGHAN, KATIE CPS-MC Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Use a motor vehicle on a road / public place without third party insurance ', 1), (6032, 53, '2025-05-19 12:00:00', 'UTC', '05B20027625', ' IQSAYBAT, ABDULBASIT CPS-MC Plea Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance Drive on a road a motor vehicle whilst not wearing a seat belt ', 1), (6033, 53, '2025-05-19 12:00:00', 'UTC', '05E10233725', ' HUGHES, Derek CPS-MC Sentence Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (6034, 53, '2025-05-19 12:00:00', 'UTC', '05E10284425', ' REYNOLDS, JACK CPS-MC Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (6035, 56, '2025-05-19 12:00:00', 'UTC', '42MR1079225', ' MOORE, Michael CPS-EEE First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (6036, 56, '2025-05-19 12:00:00', 'UTC', '42MR3358124', ' ALABO, Alax ESXPF First hearing Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (6037, 56, '2025-05-19 12:00:00', 'UTC', '42MR2627524', ' KEARTON, Darren CPS-EEE First hearing Fraud by false representation - Fraud Act 2006 PALMER, Steven Assault by beating of an emergency worker Fraud by false representation - Fraud Act 2006 ', 0), (6038, 56, '2025-05-19 12:00:00', 'UTC', '42MR2570823', ' OLAYIWOLA, Oluwatoyin CPS-EEE First hearing Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 Fraud by false representation - Fraud Act 2006 ', 0), (6039, 56, '2025-05-19 12:00:00', 'UTC', '42MR2935023', ' PITCHER, David CPS-EEE First hearing Concerned in the supply of crack cocaine Concerned in supply of heroin Possess a controlled drug of Class B - Cannabis / Cannabis Resin Produce controlled drug of Class B - cannabis LEWIS, Joshua Possess with intent to supply a controlled drug of Class A - Crack Cocaine Possess with intent to supply a controlled drug of Class A - Crack Cocaine Possess with intent to supply a controlled drug of Class A - Heroin Concerned in the supply of crack cocaine Concerned in supply of heroin Possess a controlled drug of Class A - MDMA Possess a controlled drug of Class B - Other Acquire / use / possess criminal property ', 0), (6040, 56, '2025-05-19 12:00:00', 'UTC', '42MR3094024', ' FENTON, Marcus CPS-EEE First hearing ', 0), (6041, 60, '2025-05-19 12:00:00', 'UTC', '54DD0616824', ' CHAUHAN, JAYLAN WILSPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (6042, 60, '2025-05-19 12:00:00', 'UTC', '54DD0598424', ' DI FRANCESCANTONIO, MATHEUS WILSPF Sentence Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (6043, 60, '2025-05-19 12:00:00', 'UTC', '54ED0707824', ' SOLLIS, ADAM WILSPF Sentence Speeding - exceed 70 mph motorway limit - manned equipment ', 1), (6044, 60, '2025-05-19 12:00:00', 'UTC', '54ED0073424', ' WARD, SAMYAL CPS-WX Sentence Assault by beating ', 0), (6045, 60, '2025-05-19 12:00:00', 'UTC', '54DD0539124', ' MUSTAFA, OMAR WILSPF Hearing Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (6046, 60, '2025-05-19 12:00:00', 'UTC', '54DD0534724', ' AUBREY, BENJAMIN WILSPF Plea Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (6047, 60, '2025-05-19 12:00:00', 'UTC', '54DD0061125', ' ROSE, LEIGH WILSPF Plea Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (6048, 60, '2025-05-19 12:00:00', 'UTC', '54DD0064125', ' ABDELRAHIM, ELSHEIKH WILSPF Pre-Trial Review Use a motor vehicle on a road / public place without third party insurance ', 1), (6049, 61, '2025-05-19 12:00:00', 'UTC', '17NS0586625', ' STOCKELL, TERRY CPS-NECD First hearing Theft from a shop ', 0), (6050, 61, '2025-05-19 12:00:00', 'UTC', '17NH1937724', ' MUNRO, KAI CPS-NECD First hearing Criminal damage to property valued under £5000 Criminal damage to property valued under £5000 Assault by beating Assault by beating Intentional strangulation ', 0), (6051, 61, '2025-05-19 12:00:00', 'UTC', '17NS1471524', ' MILLER, SARAH CPS-NECD First hearing Theft from a shop ', 0), (6052, 61, '2025-05-19 12:00:00', 'UTC', '17NS0133425', ' STEPIEN, PIOTR CPS-NECD First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after a road accident ', 1), (6053, 61, '2025-05-19 12:00:00', 'UTC', '17SM0090724', ' FENWICK, HAYLEY CLEVPF First hearing Owner / person in charge of dog dangerously out of control causing injury ', 0), (6054, 61, '2025-05-19 12:00:00', 'UTC', '17SR0433925', ' BRECKON, PETER CPS-NECD First hearing Theft from a shop Possess a controlled drug of Class A - Cocaine ', 0), (6055, 61, '2025-05-19 12:00:00', 'UTC', '17NS0695925', ' NOBLE, MARILYN CPS-NECD First hearing Drive motor vehicle when alcohol level above limit ', 1), (6056, 61, '2025-05-19 12:00:00', 'UTC', '17DU0043825', ' MCDONAGH, MARTIN CPS-NECD First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (6057, 61, '2025-05-19 12:00:00', 'UTC', '17NS0269325', ' SIMCOX, RALFIE CPS-NECD First hearing Drive motor vehicle with a proportion of a specified controlled drug above the specified limit ', 1), (6058, 128, '2025-05-19 12:00:00', 'UTC', '06MM0162524', ' MIAH, Deen CPS-NW Sentence Sex offenders register - fail comply with notification requirements - SOA 2003 Sex offenders register - fail comply with notification requirements - SOA 2003 Sex offenders register - fail comply with notification requirements - SOA 2003 ', 0), (6059, 128, '2025-05-19 12:00:00', 'UTC', '06FF0746924', ' SINGH, Amandeed CPS-NW Plea Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (6060, 128, '2025-05-19 12:00:00', 'UTC', '06KK0236524', ' BALSHAW, ANDREW CPS-NW Sentence Harassment without violence Common assault ', 0), (6061, 128, '2025-05-19 12:00:00', 'UTC', '06LL0312024', ' WILDING, Martin CPS-NW Sentence Assault by beating Possess knife blade / sharp pointed article in a public place - Criminal Justice Act 1988 Threaten a person with a blade / sharply pointed article in a public place ', 0), (6062, 128, '2025-05-19 12:00:00', 'UTC', '06KK0253225', ' ALI, ELIJAH CPS-NW Mention Harassment without violence ', 0), (6063, 128, '2025-05-19 12:00:00', 'UTC', '06KK0841624', ' KASHKAR, Jamal CPS-NW Mention Stalking involving serious alarm / distress ', 0), (6064, 128, '2025-05-19 12:00:00', 'UTC', '06LL0407423', ' BUCKLEY, Leanne CPS-NW Mention & Fix Assault a person thereby occasioning them actual bodily harm ', 0), (6065, 4, '2025-05-20 12:00:00', 'UTC', '52SY1486624', ' PRICE, SCOTT AVSPF Plea Exceed a 30 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6066, 4, '2025-05-20 12:00:00', 'UTC', '52SY1493624', ' CIOVICA, ADRIAN AVSPF Plea Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (6067, 4, '2025-05-20 12:00:00', 'UTC', '52SY1496924', ' REDICAN, HARRIET JADE AVSPF Plea Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (6068, 4, '2025-05-20 12:00:00', 'UTC', '52SY1493324', ' GRAY, SIMON AVSPF Plea Exceed 40 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (6069, 4, '2025-05-20 12:00:00', 'UTC', '52SY1464424', ' Szymczak, Jadwiga AVSPF Plea Speeding - exceed 30 mph on restricted road in England - automatic camera device ', 0), (6070, 4, '2025-05-20 12:00:00', 'UTC', '52SY1470924', ' WILLIAMS, DANIEL AVSPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (6071, 4, '2025-05-20 12:00:00', 'UTC', '52SY1491824', ' CORNEY, DANIEL AVSPF Plea Speeding - exceed 40 mph special road / motorway limit - ACD ', 1), (6072, 4, '2025-05-20 12:00:00', 'UTC', '52SY1491324', ' TIGHE, EDWARD AVSPF Plea Speeding - motor vehicle exceed 70 mph on a dual carriageway - manned equipment ', 1), (6073, 4, '2025-05-20 12:00:00', 'UTC', '52SY1497524', ' GAMBLIN, THOMAS AVSPF Plea Speeding - exceed 30 mph on restricted road in England - manned equipment ', 0), (6074, 4, '2025-05-20 12:00:00', 'UTC', '52SY1496124', ' BOYLE, MARIA AVSPF Plea ', 0), (6075, 6, '2025-05-20 12:00:00', 'UTC', '01TA4290524', ' MAKER, Matthew METPF Trial Exceed 50 mph speed limit in contravention of a Local Traffic Order - manned equipment ', 0), (6076, 6, '2025-05-20 12:00:00', 'UTC', '01TJ1271024', ' HUGGINS, Michael METPF Trial Drive a mechanically propelled vehicle on a road / in a public place without due care and attention ', 1), (6077, 6, '2025-05-20 12:00:00', 'UTC', '01TA4338624', ' MFURI, Anthony METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (6078, 6, '2025-05-20 12:00:00', 'UTC', '01TA3818124', ' MAXWELL-CARR, Abishai METPF Trial Use a handheld mobile phone / device while driving a motor vehicle on a road - endorsable offence ', 1), (6079, 6, '2025-05-20 12:00:00', 'UTC', '01TA1226025', ' H E GROUP LTD METPF Trial Fail to give information relating to the identification of the driver / rider of a vehicle when required ', 1), (6080, 6, '2025-05-20 12:00:00', 'UTC', '01TK5061624', ' JOHN, Iashia METPF Trial Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6081, 6, '2025-05-20 12:00:00', 'UTC', '01TA4377224', ' MANSOUR, Sabour METPF Trial Use a motor vehicle on a road / public place without third party insurance ', 1), (6082, 12, '2025-05-20 12:00:00', 'UTC', '01PL1532324', ' FORBES, Mitchell CPS-LS Plea Assault by beating ', 0), (6083, 12, '2025-05-20 12:00:00', 'UTC', '01PL1396824', ' MILES, Mason CPS-LS Further Case Use threatening / abusive words / behaviour likely Management to cause harassment, alarm or distress ', 0), (6084, 12, '2025-05-20 12:00:00', 'UTC', '01RY1078823', ' WOOD, Alan CPS-LS Review Breach sexual harm prevention order ', 0), (6085, 12, '2025-05-20 12:00:00', 'UTC', '01PL1068125', ' PINDER, Shaun CPS-LS Mention Threats to kill ', 0), (6086, 12, '2025-05-20 12:00:00', 'UTC', '01ZD1181125', ' BENNETT, Johnnie CPS-LS Hearing Racially / religiously aggravated intentional harassment / alarm / distress - words / writing ', 0), (6087, 12, '2025-05-20 12:00:00', 'UTC', '01RY1256124', ' GARTLAND, Jon CPS-LS Mention Vehicle interference - motor vehicle Vehicle interference - motor vehicle ', 1), (6088, 12, '2025-05-20 12:00:00', 'UTC', '01PL1174625', ' HASLAM, David CPS-LS Mention Exposure - SOA 2003 Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (6089, 12, '2025-05-20 12:00:00', 'UTC', '01RY1236524', ' AKINSANYA, Akinlabi CPS-LS Plea Possess with intent to supply a controlled drug of Class A - Crack Cocaine Possess a controlled drug of Class A - Crack Cocaine ', 0), (6090, 12, '2025-05-20 12:00:00', 'UTC', '01RY1305724', ' ROLAND, Duncan CPS-LS Application Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence Fail to surrender to police / court bail at the appointed time ', 0), (6091, 112, '2025-05-20 12:00:00', 'UTC', '01TK1903725', ' TAUSSIG, Nicholas METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6092, 112, '2025-05-20 12:00:00', 'UTC', '01TK4487124', ' CUEVAS, Beto METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6093, 112, '2025-05-20 12:00:00', 'UTC', '01TJ1128325', ' GASHI, Agustin METPF First hearing Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details Driver of a vehicle involved in a road accident fail to report that accident ', 1), (6094, 112, '2025-05-20 12:00:00', 'UTC', '01TK4902924', ' DETERVILLE, Francis Kentry METPF Pre-Trial Review Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6095, 112, '2025-05-20 12:00:00', 'UTC', '01TJ1119025', ' LEE, Harry METPF First hearing Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Driver of a vehicle fail to stop after road accident - give name and address of self and owner / vehicle details ', 1), (6096, 112, '2025-05-20 12:00:00', 'UTC', '01TK2341525', ' ROSS, Phillip METPF Plea Exceed a 30 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6097, 112, '2025-05-20 12:00:00', 'UTC', '01TK1835825', ' WEISMAN, Abby METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6098, 112, '2025-05-20 12:00:00', 'UTC', '01TK4894224', ' OSBORN, Samuel METPF Plea Exceed a 20 mph speed limit in contravention of a Local Traffic Order - automatic camera device ', 0), (6099, 112, '2025-05-20 12:00:00', 'UTC', '01TJ1450424', ' GHIRMAY, Natnael METPF Further Case ', 0), (6100, 133, '2025-05-21 12:00:00', 'UTC', '62CL0930324', ' GOUGH, CONNER CPS-CYSE Trial Use threatening / abusive / insulting words / behaviour with intent to cause fear of / provoke unlawful violence ', 0), (6101, 133, '2025-05-21 12:00:00', 'UTC', '62CL0207025', ' LUKER, JOSH CPS-CYSE Sentence Aggravated vehicle taking - (initial taker) and vehicle damage under £5000 Drive a motor vehicle otherwise than in accordance with a licence - endorsable offence Use a motor vehicle on a road / public place without third party insurance ', 1), (6102, 133, '2025-05-21 12:00:00', 'UTC', '62SC0296525', ' ESKINS, GABRIELLE SWPF Plea Speeding - exceed 20 mph on restricted road in Wales - automatic camera device ', 0), (6103, 69, '2025-05-20 12:00:00', 'UTC', '01VW1004625', ' OSEI-NYAME, Stephen CPS-LS Trial Possess a controlled drug of Class B - Ketamine Aggravated vehicle taking - ( being carried on ) and dangerous driving Breach criminal behaviour order ', 1), (6104, 69, '2025-05-20 12:00:00', 'UTC', '01RP1043423', ' MARTIN, Karl CPS-LS Mention Breach SHPO / interim SHPO / SOPO / interim SOPO / foreign travel order Breach SHPO / interim SHPO / SOPO / interim SOPO / foreign travel order Sexual assault on a female Press/Publication restrictions apply to this case ', 0), (6105, 69, '2025-05-20 12:00:00', 'UTC', '01TW1009225', ' STRIMTU, Gabriel CPS-LS Trial Assault by beating ', 0), (6106, 69, '2025-05-20 12:00:00', 'UTC', '01WW1010625', ' PAULO, Manuel CPS-LS Trial Fail to provide specimen for analysis - vehicle driver ', 1), (6107, 69, '2025-05-20 12:00:00', 'UTC', '01VK1057025', ' SMITH, Danny CPS-LS Application Carried in / on a motor vehicle taken without the owners consent ', 1), (6108, 69, '2025-05-20 12:00:00', 'UTC', '01TA1237925', ' SAFI, Imran METPF Application Drive a mechanically propelled vehicle on a road / in a public place without due care and attention Drive on road other than motorway, fail comply with red / green arrow / lane closure light signals ', 1), (6109, 69, '2025-05-20 12:00:00', 'UTC', '01TA1058425', ' MUYINGO, Kasim METPF Application Use a motor vehicle / trailer the number of passenger / manner carried likely to cause danger ', 1); -- -- Indexes for dumped tables -- -- -- Indexes for table `court` -- ALTER TABLE `court` ADD PRIMARY KEY (`id`); -- -- Indexes for table `court_session` -- ALTER TABLE `court_session` ADD PRIMARY KEY (`id`), ADD KEY `IDX_F723D166E3184009` (`court_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `court` -- ALTER TABLE `court` MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=137; -- -- AUTO_INCREMENT for table `court_session` -- ALTER TABLE `court_session` MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6110; -- -- Constraints for dumped tables -- -- -- Constraints for table `court_session` -- ALTER TABLE `court_session` ADD CONSTRAINT `FK_F723D166E3184009` FOREIGN KEY (`court_id`) REFERENCES `court` (`id`); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;