Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module logs the success or failure of API calls, including timestamps and endpoint URLs. It provides a dashboard to review API status and uses Drupal's State API to avoid custom database tables.

Track the success and failure of API calls with timestamps. Works for internal or external APIs and any system-to-system integration. Uses State API — no custom tables needed.

Features

- Log API calls as 'success' or 'failed' with timestamps
- Store endpoint URLs for each API
- Dashboard at /admin/reports/api-status
- Uses State API - no database tables needed
- Works with any external API (Stripe, SendGrid, etc.)

Post-Installation

1. Enable module: drush en api_status
2. Set permissions at /admin/people/permissions
3. View dashboard at /admin/reports/api-status
4. Track APIs in your code:

$tracker = \Drupal::service('api_status.tracker');
$tracker->log('my_api', 'success', 'https://api.example.com');

Community Documentation

See README.md in the module for complete usage examples.

Activity

Total releases
2
First release
Dec 2025
Latest release
7 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
1.0.0 Stable Dec 4, 2025
1.0.x-dev Dev Dec 4, 2025