endpoint for local install of nominatim

I have installed nominatim as per the instructions here http://nominatim.org/release-docs/latest/admin/Installation/ but haven’t found guidance on what the endpoint url is . Also - are there some db queries I should run to make sure everything is installed correctly?

ok it looks like the endpoints are with .php extensions, eg

curl -i -H   GET http://localhost/nominatim/lookup.php?osm_ids=N12345

will get you the nominatim response for node 12345.
I’ll see if I can add this to the docs as its not immediately obvious