{ }Devtool
Base64 Encode / DecodeDelimiter Converter (delim.co alternative)JSON Formatter & ValidatorSQL Formatter & CheckerURL Encoder & Query ParserJWT DecoderHash Generator (SHA)UUID Generator (v1–v7)ULID Generator & DecoderTimestamp ConverterImage CompressorImage Crop & ResizeJSON Diff CheckerBackground RemoverJSON to CSV ConverterRegex TesterPassword GeneratorText Case ConverterColor ConverterMarkdown Preview & ExportXML Formatter & ValidatorQR Code GeneratorText Diff CheckerImage to Base64 / Base64 to ImageImage Downloader & ResizerVideo Downloader & EditorLorem Ipsum GeneratorYAML ↔ JSON ConverterCSV Viewer & TableCron Expression BuilderChmod CalculatorHTML Entities EncoderNumber Base ConverterFavicon GeneratorSitemap.xml GeneratorMeta Tag GeneratorLine Toolkit: Sort & DedupeCurl Converter (curl ↔ Code)SEO Checker (HTML Audit)ROT13 & Caesar CipherMorse Code TranslatorURL Slug GeneratorText to Binary / Hex ConverterCSS Formatter & MinifierTOML ↔ JSON ConverterINI ↔ JSON ConverterPhone Number FormatterCard Number Checker (Luhn)Number to Words ConverterTable Generator (Markdown/ASCII/HTML).env ↔ JSON ConverterCSV to JSON ConverterList Shuffler & Random PickerWord Counter & Text StatsDate CalculatorFake Data Generator (CSV)Unit ConverterSubnet Calculator (IPv4 CIDR)Aspect Ratio CalculatorSVG OptimizerImage Color Palette ExtractorImage Metadata ViewerTone Generator & WAV DownloadVoice Recorder (Mic → File)Metronome (30–240 BPM)Video Metadata InspectorCSS Gradient GeneratorBox-Shadow Generator.gitignore GeneratorNano ID GeneratorBase32 Encode / DecodeHexdump ViewerUnicode InspectorGzip + Base64 CompressorAuthenticator (TOTP Codes)Vigenère CipherJSON → TypeScript / SchemaJava .properties ↔ JSONMarkdown TOC GeneratorGraphQL Formatter & MinifierHTML Formatter & MinifierString Escaper (JS/JSON/Regex/Shell)Text Column AlignerFind & Replace (Regex)JSONPath EvaluatorXML ↔ JSON ConverterWorld ClockHMAC Generator (SHA)UUID Inspector & ValidatorDNS Lookup (DoH)HTTP Status Code LookupMIME Type LookupEmoji Picker (Click to Copy)Dice Roller & Coin FlipBill Splitter + TipPercentage CalculatorLoan / Mortgage CalculatorAge CalculatorImage Rotate / Flip / FilterQR Code ReaderEAN-13 Check DigitImage Splitter (Tiles)Meme GeneratorBefore / After Compare SliderImage Watermark AdderAudio Trimmer → WAVSubtitle Converter (SRT ↔ VTT)Video Thumbnail CaptureScreen Recorder → WebMAudio Joiner → WAVNoise Generator (White/Pink/Brown)README GeneratorOpen-Source License GeneratorTest Card Numbers (Sandbox)Placeholder Image GeneratorCSS Pattern GeneratorApp Icon Set Generatorrobots.txt Buildersecurity.txt Generator (RFC 9116)Conventional Commit Builder

HTTP Status Code Lookup

Searchable HTTP status reference: 26 codes with plain-English meanings and what to do about each. 2xx–5xx.

HTTP status lookup (26)

200OKRequest succeeded.
201CreatedResource created, often returns Location.
204No ContentSuccess with empty body (DELETE, PUT).
206Partial ContentRange request fulfilled (video seeks).
301Moved PermanentlyResource moved; update bookmarks/SEO.
302FoundTemporary redirect, method may change to GET.
304Not ModifiedCached copy still fresh (ETag/Last-Modified).
307Temporary RedirectRedirect that preserves method + body.
308Permanent RedirectLike 301 but preserves method + body.
400Bad RequestMalformed syntax or validation failed.
401UnauthorizedMissing/invalid credentials — log in first.
403ForbiddenAuthenticated but not allowed (or hiding 404).
404Not FoundNo resource at this URL.
405Method Not AllowedWrong HTTP verb for this endpoint.
408Request TimeoutClient too slow sending the request.
409ConflictState conflict (duplicate, version mismatch).
410GonePermanently deleted — de-index, unlike 404.
413Content Too LargePayload over the server limit.
415Unsupported Media TypeWrong Content-Type for this endpoint.
422Unprocessable ContentValid JSON, failed semantic validation.
429Too Many RequestsRate limited — back off, respect Retry-After.
451Unavailable For Legal ReasonsBlocked by law/takedown.
500Internal Server ErrorUnhandled exception server-side.
502Bad GatewayUpstream/proxy got an invalid response.
503Service UnavailableOverloaded or deploying — retry later.
504Gateway TimeoutUpstream too slow behind the proxy.

How to use

  1. Paste input or drop a file above.
  2. Adjust options (delimiter, dialect, quality, ratio).
  3. Copy result or download — no sign-up needed.

FAQ

404 vs 410?

404 = not found (maybe temporary). 410 = gone forever — search engines de-index faster.

301 vs 308?

Both permanent, but 308 preserves method+body where 301 may flip POST to GET.

Related data tools