Secure EnRep data access

Connect EnRep to the systems your business already uses

The EnRep Client API gives your organisation a secure, read-only way to connect inspection, asset, site and report information with other business systems. It helps teams build dashboards, support compliance workflows, connect asset management platforms and keep internal records aligned without relying on manual exports.

GET /api/assets?due_from=01-06-2026&due_to=30-06-2026 ``` { "asset_description": "Chain Sling Single Leg", "serial_number": "CSL-2041", "site_name": "Main Warehouse", "examination_date": "01-06-2025", "next_examination_due_date": "01-06-2026", "result": "PASS" }
```

Secure read-only access to live EnRep data

The Client API is designed for organisations that want to use their EnRep data beyond EnRep, without duplicating records or weakening control over inspection information. Authorised systems can retrieve live data through a controlled API key while EnRep remains the source of truth.

Secure tenant-level access

Each organisation has its own API access. The API key provides controlled access to that organisation’s EnRep data only.

Read-only by design

The initial API is read-only, protecting the integrity of inspection records while still enabling useful integrations.

Live operational data

Retrieve live client, location, equipment, examination history and report outcome data from EnRep.

Built for controlled integrations

The API gives external systems access to useful EnRep information without opening up management controls. It is suitable for dashboards, compliance portals, asset systems, business intelligence platforms and planned maintenance tools.

API responses use human-readable field names and support practical filtering, pagination and real-world date handling.

Regenerable API keys

Reset access when a key needs to be rotated, replaced or withdrawn.

Readable field names

Use clear fields such as asset_description, serial_number and examination_date.

Practical date handling

Accepts normal UK-style dates, with support for US-style and ISO dates where required.

Pagination support

Retrieve large data sets in manageable pages for more reliable integrations.

What the API can retrieve

The Client API provides structured access to the core EnRep records organisations commonly need outside the platform.

/api/clients

Clients

  • Client records
  • Contact information
  • Address details
  • Client status
/api/locations

Locations

  • Site names
  • Site addresses
  • Site contacts
  • Location notes
/api/assets

Assets

  • Plant and serial numbers
  • Manufacturer and model
  • Safe working load
  • Last and next examination dates
/api/reports

Reports

  • Report number
  • Examination date
  • Report type and result
  • Structured answer data where available

Flexible filtering for real data workflows

External systems can request focused data sets instead of retrieving everything. This supports date-led searches, asset lookups, compliance reporting and scheduled imports.

Client Site Asset Report number Examination date Next due date Date ranges Result status

Date-based searches that match inspection reality

The API can support the common date-led checks used by compliance, maintenance and operational teams.

  • Find assets due for examination within a date range
  • Find assets last examined on a specific date
  • Retrieve reports completed during a period
  • Identify reports and assets with upcoming due dates
GET /api/reports?examined_from=01-05-2026&examined_to=31-05-2026 ``` GET /api/assets?next_due_before=30-06-2026 GET /api/assets?client=acme-engineering&site=main-workshop
```

Integration use cases

Use EnRep data where it adds the most value without changing how inspection records are created or controlled.

Asset dashboards

Display live asset status, upcoming due dates and recent inspection outcomes.

Compliance portals

Support compliance teams with live report metadata and examination history.

Planned maintenance

Feed due dates and asset records into maintenance planning systems.

Customer portals

Show relevant asset and report information inside existing customer-facing systems.

Business intelligence

Use EnRep data in reporting platforms for trends, compliance visibility and operational analysis.

Internal records

Keep asset registers and internal systems aligned without manual exports.

Future-ready API structure

The Client API has been built with future controlled write functionality in mind, without compromising the current read-only model. The first phase focuses on safe data retrieval, stable field naming and reliable integration access.

Make EnRep data work beyond EnRep

Connect EnRep to the systems your business already uses, with secure read-only access to live inspection, asset, site and report data.

```