API analytics for Gin
made simple.

Gain real-time visibility into your APIs through intuitive dashboards. Just add a few lines of code to your project to get started.

Screenshot of traffic dashboard in Apitally
Screenshot of errors dashboard in Apitally
Screenshot of performance dashboard in Apitally
Screenshot of consumers dashboard in Apitally
Screenshot of request log in Apitally
Screenshot of custom alert in Apitally

API usage insights: Understand how your APIs are being used in detail

Get actionable usage insights about your API, each endpoint and individual API consumers, allowing you to make informed, data-driven engineering and product decisions.

Drill down to individual requests made by consumers to facilitate customer support, aid in troubleshooting or to simply satisfy your curiousity.

Requests tab in endpoint insights modal on Apitally dashboard

API error tracking: Keep track of client and server errors returned by your API

Know exactly what kind of problems your API consumers are facing and be proactive in addressing them. Not all client errors are problematic, so Apitally helps you focus on the ones that matter.

If you also use Sentry, you can go deep on server errors as Apitally automatically links them to Sentry issues.

Requests tab in endpoint insights modal on Apitally dashboard

API performance insights: Measure user satisfaction with API performance

Use the industry-standard Apdex score to measure user satisfaction with API response times. You can set latency thresholds for the whole API and individual endpoints to account for different expectations.

Drill down to individual slow requests in the request log to help identify the root causes of performance issues.

Apdex score chart on Apitally dashboard

Other benefits: Made for developers and product owners

Developer-friendly
Apitally is super easy to set up with minimal code changes. No infrastructure changes required. No impact on performance.
Mobile-friendly
Easily check on your APIs while on the go with our mobile-friendly dashboard that is optimized for both small and large screens.
Open-source SDKs
Our SDKs are open-source, have minimal dependencies and provide specific integrations for supported frameworks.
Request logging
Find and inspect any API request and response. Debug issues faster and provide better customer support.
Slack & Microsoft Teams integration
Receive notifications in your team's workspace on Slack or Microsoft Teams. Make sure you never miss an alert.
Data privacy focus
Built from the ground up with data privacy in mind, giving you peace of mind that sensitive information remains protected.

Testimonials: What our users are saying

"Happy customer of Apitally for about a year now! Very easy to setup, attractive pricing, great UX and it basically covers all my needs! Overall, very impressive, I'm a great fan of your product, and I'm excited for the future updates!"
Achraf Gharbi
Achraf Gharbi
CTO @ Vestalis
"We were hurrying to show API usage on a dashboard. The details did not matter as much as the speed, so I quickly researched my options. That's how I came upon Apitally. After a 5-minute setup, it gave me everything I needed and much more. If you want a minimal investment of both time and money and expect a comprehensive dashboard that can grow with your needs, Apitally is for you."
Emil Kirilov
Emil Kirilov
Co-Founder @ Lexis Solutions
"Thank you for making Apitally! I was looking for this exact sort of analytics/tracking for a project at my day job. We were so excited and quickly purchased a paid license! Two of our projects use Hono and the integration was seamless; really pleasant."
Chris Windsor
Chris Windsor
Senior Software Engineer @ SafeStreets
"Building a SaaS solution is great, but it's even greater when you can rely on other developers to build a piece of the puzzle for you! Apitally is such a nice tool to meter and monitor our API usage, this beats building it yourself anytime! Simon is very helpful, responsive and constantly improving the tool. I can fully recommend others to try Apitally as well."
Maarten van der Vlugt
Maarten van der Vlugt
Founder @ Digital Rebels
"We needed to quickly track usage and error codes and bring some visibility to our API metrics. Apitally was easy to install and just gets the job done. Plus, Simon has been incredibly responsive and helpful."
Ryan Buckley
Ryan Buckley
Co-founder & CEO @ Shovels
"My team looks after multiple API-based services, and Apitally gives us just the right amount of visibility, both operationally and for compliance. It has helped us identify and fix issues numerous times, and is so much more pleasant to use than other tools we've tried."
Tom Mastwyk
Tom Mastwyk
Director of Data & AI @ Lumonus

Easy setup: Get started in 3 simple steps

Create app modal on Apitally dashboard
Sign up and create your app in the Apitally dashboard.
import (
apitally "github.com/apitally/apitally-go/gin"
"github.com/gin-gonic/gin"
)
func main() {
r := gin.Default()
config := &apitally.ApitallyConfig{
ClientId: "your-client-id",
Env: "dev", // or "prod" etc.
}
r.Use(apitally.ApitallyMiddleware(r, config))
}
Add the Apitally middleware to your project by copying & pasting a couple of lines of code.
Traffic metrics on Apitally dashboard
Deploy your app and watch your Apitally dashboard come to life.

Pricing: Choose the right plan for you

Try Apitally free for 14 days, then decide which plan best suits your needs. No credit card required at sign up.

Basic
The basics for your hobby project.

$9 / month
Try for free
  • 1 app
  • 1 dashboard user
  • 5 active app instances
  • Unlimited aggregated API requests
  • 500,000 logged API requests
    (per month)
  • 100 API consumers
  • 5 custom alerts
  • Health checks
  • Slack & Teams integration
  • Data export & API access
Starter
For small teams ready to scale.

$29 / month
Try for free
  • 3 apps
  • 3 dashboard users
  • 15 active app instances
  • Unlimited aggregated API requests
  • 2 million logged API requests
    (per month)
  • 1,000 API consumers
  • 15 custom alerts
  • Health checks
  • Slack & Teams integration
  • Data export & API access
Premium
The full package for growing teams.

$119 / month
Try for free
  • 10 apps
  • Unlimited dashboard users
  • 50 active app instances
  • Unlimited aggregated API requests
  • 10 million logged API requests
    (per month)
  • Unlimited API consumers
  • Unlimited custom alerts
  • Health checks
  • Slack & Teams integration
  • Data export & API access

Prices in USD, excluding tax. Cancel anytime.


Frequently asked questions: Learn more before you dive in

Can't find the answer you're looking for? Reach out via email or on Slack and we'll get back to you as soon as we can.


Ready to try Apitally?
14-day free trial. Explore with demo data or set up your own app.