Image Metadata Extractor
Upload an image to see the metadata hidden inside it. You get dimensions, camera make and model, exposure settings, IPTC captions, and GPS coordinates when the photo has them. Handy for checking what a photo gives away before you post it, or for sorting a pile of pictures by camera and date.
JPEG, PNG, GIF, WebP, or TIFF up to 10 MB. EXIF is only read from JPEG and TIFF.
Result
Code snippets
What this tool checks
- EXIF data (camera, lens, exposure, date taken)
- IPTC data (caption, keywords, copyright)
- GPS coordinates as decimal latitude and longitude
- Image dimensions, bit depth, and file size
- JPEG, PNG, GIF, WebP, and TIFF up to 10 MB
Automate this with the API
Run this tool programmatically from your code. Get a free temporary API key with 20 requests/day — or register for 75 requests/day.
curl -X POST https://apixies.io/api/v1/image-metadata \
-H "X-API-Key: YOUR_API_KEY" \
-F "image=@photo.jpg"
Frequently asked questions
Why is the EXIF section empty for my image?
Is my uploaded image stored?
How do I remove GPS data from a photo?
Related tools
Free SSL Certificate Checker
Enter a domain to inspect its SSL/TLS certificate. You'll see the issuer, validity dates, days until expiry, protocol version, and whether the certificate chain is healthy. Useful for catching expiring certificates before they cause browser warnings.
Security Headers Checker
Paste a URL to analyze its HTTP security headers. The tool checks for Content-Security-Policy, Strict-Transport-Security, X-Frame-Options, and other headers that protect against common web attacks. You'll get a grade and a list of missing protections.
Free Email Validator
Enter an email address to validate it. The tool checks format syntax, resolves MX records to verify the domain accepts mail, detects disposable email services (like Mailinator), and flags role-based addresses (like info@ or admin@). Useful for cleaning mailing lists or validating form submissions.
Email Authentication Checker (SPF, DKIM, DMARC)
Enter a domain to check its email authentication configuration. The tool validates SPF records (who can send on your behalf), DKIM records (email signatures), and DMARC policies (what to do with unauthenticated mail). Misconfigured authentication is the top reason emails land in spam.