APImcp
GuidesData Formats
ConsoleDocsMCP
Data Formats ⏱ 1 min read

INI Parser API

Parse INI config files into JSON bidirectional converter.

01

What is INI?

Classic config format with sections and key=value pairs. Still used in PHP and legacy systems.

02

How to Use

Call GET /api/v1/ini-parser with INI input. Use mode=json2ini to generate INI from JSON.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

Nested sections?
Yes. Section names like [section.subsection] work.