Are there problems with the API today?

Hi,

My code has stopped returning any data at all today, I haven’t made any changes in this area and it was working yesterday.
So I tried to use SoapUI to remove any dependency on my code. As can be seen below the call appears to be working but returns no data.

Regards,
Chris

No issues with the service. Normal load going through. No reported issues from users.
I have just called:-
GET /search/companies?q=sarasa&items_per_page=20 HTTP/1.1
Host: api.companieshouse.gov.uk
and get back :-
{
“items_per_page”: 20,
“kind”: “search#companies”,
“start_index”: 0,
“page_number”: 1,
“items”: [
{
“kind”: “searchresults#company”,
“company_status”: “active”,
“links”: {
“self”: “/company/04077975”
},
“description”: “04077975 - Incorporated on 26 September 2000”,
“snippet”: "SARASA ",
“company_type”: “ltd”,
“title”: “SOPRA STERIA LIMITED”,
“address”: {
“premises”: “Three”,
“region”: “Hertfordshire”,
“locality”: “Hemel Hempstead”,
“postal_code”: “HP2 7AH”,
“address_line_1”: “Cherry Trees Lane”
},
“description_identifier”: [
“incorporated-on”
],
“company_number”: “04077975”,
“date_of_creation”: “2000-09-26”,
:
:
snip snip
:
:

],
“total_results”: 16
}

Thanks Mark.
My mistake in the SoapUI was not calling the searchstring ‘q’. When I did that it started working.
So something wrong at my end!
Regards,
Chris