# eNanoMapper database **Provider:** eNanoMapper database **Category:** storage **Base URL:** `https://api.ideaconsult.net/enanomapper` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://phabricator.ideaconsult.net ## Description AMBIT REST web services [eNanoMapper profile] with free text & faceted search ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/investigation` | Details of multiple studies | | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/query/compound/{term}/{representation}` | Exact chemical structure search | | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/query/similarity` | Exact similarity search | | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/query/smarts` | Substructure search | | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/query/study` | Search endpoint summary | | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/substance` | List substances | | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/substance/{uuid}` | Get a substance | | GET | `https://api.ideaconsult.net/enanomapper/enm/{db}/substance/{uuid}/composition` | Substance composition | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.ideaconsult.net/enanomapper/enm/{db}/investigation' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/enanomapper-database/) — CC BY 4.0*