@extends('frontend.main_master') @section('title', $title) @section('meta_description', $meta_description) @section('meta_keywords', $meta_keywords) @section('og_title', $og_title) @section('og_description', $og_description) @push('schema') @endpush @push('styles') @endpush @section('content')
{{ t('api-services-hero-badge') }}

{{ t('api-services-hero-title') }}

{{ t('api-services-hero-subtitle') }}

curl
curl -X POST {{ url('/api/v1/chart/natal') }} \
  -H "Authorization: Bearer ab_live_..." \
  -H "Content-Type: application/json" \
  -d '{"date":"1990-04-12","time":"08:35","lat":41.0082,"lon":28.9784,"tz":"Europe/Istanbul"}'
@include('frontend.api_products.partials.subnav')
{{ $totalSkuCount }}+ {{ t('api-services-stat-endpoints') }}
JSON {{ t('api-services-stat-format') }}
Hassas {{ t('api-services-stat-engine') }}
MCP {{ t('api-services-stat-mcp') }}

{{ t('api-services-products-title') }}

{{ t('api-services-products-subtitle') }}

@foreach ($groups as $group)

{{ t('api-group-' . $group['key'] . '-name') }}

{{ t('api-group-' . $group['key'] . '-desc') }}

{{ count($group['skus']) }}
@foreach ($group['skus'] as $sku)

{{ t($sku['name_key']) }}

@if ($sku['credits'] > 0) {{ $sku['credits'] }} {{ t('api-services-credit-unit') }} @else {{ t('api-services-free-label') }} @endif

{{ t($sku['description_key']) }}

{{ $sku['method'] }} {{ $sku['path'] }} @if ($sku['cacheable']) {{ t('api-services-cacheable') }} @endif
@endforeach
@endforeach

{{ t('api-services-feature-1-title') }}

{{ t('api-services-feature-1-text') }}

{{ t('api-services-feature-2-title') }}

{{ t('api-services-feature-2-text') }}

{{ t('api-services-feature-3-title') }}

{{ t('api-services-feature-3-text') }}

@endsection