{
  "client": "Thunder Client",
  "collectionName": "Indic Language Word Processor API",
  "dateExported": "2025-11-10T00:00:00.000Z",
  "version": "1.1",
  "folders": [
    {
      "id": "string-ops",
      "name": "String Operations",
      "containerId": "",
      "created": "2025-11-10T00:00:00.000Z",
      "sortNum": 10000
    },
    {
      "id": "char-analysis",
      "name": "Character Analysis",
      "containerId": "",
      "created": "2025-11-10T00:00:00.000Z",
      "sortNum": 20000
    },
    {
      "id": "string-comparison",
      "name": "String Comparison",
      "containerId": "",
      "created": "2025-11-10T00:00:00.000Z",
      "sortNum": 30000
    },
    {
      "id": "string-search",
      "name": "String Search",
      "containerId": "",
      "created": "2025-11-10T00:00:00.000Z",
      "sortNum": 40000
    },
    {
      "id": "word-analysis",
      "name": "Word Analysis",
      "containerId": "",
      "created": "2025-11-10T00:00:00.000Z",
      "sortNum": 50000
    },
    {
      "id": "language-processing",
      "name": "Language Processing",
      "containerId": "",
      "created": "2025-11-10T00:00:00.000Z",
      "sortNum": 60000
    },
    {
      "id": "user-management",
      "name": "User Management",
      "containerId": "",
      "created": "2025-11-10T00:00:00.000Z",
      "sortNum": 70000
    }
  ],
  "requests": [
    {
      "id": "get-length",
      "name": "Get Length",
      "url": "https://wpapi.telugupuzzles.com/api/getLength.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 10000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-ops",
      "colId": "indic-wp-api"
    },
    {
      "id": "reverse-string",
      "name": "Reverse String",
      "url": "https://wpapi.telugupuzzles.com/api/reverse.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 20000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-ops",
      "colId": "indic-wp-api"
    },
    {
      "id": "randomize-string",
      "name": "Randomize String",
      "url": "https://wpapi.telugupuzzles.com/api/randomize.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 30000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-ops",
      "colId": "indic-wp-api"
    },
    {
      "id": "replace-substring",
      "name": "Replace Substring",
      "url": "https://wpapi.telugupuzzles.com/api/replace.php?input1=hello&input2=English&input3=ell&input4=i",
      "method": "GET",
      "sortNum": 40000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "ell",
          "isPath": false
        },
        {
          "name": "input4",
          "value": "i",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-ops",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-code-point-length",
      "name": "Get Code Point Length",
      "url": "https://wpapi.telugupuzzles.com/api/getCodePointLength.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 10000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "char-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-code-points",
      "name": "Get Code Points",
      "url": "https://wpapi.telugupuzzles.com/api/getCodePoints.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 20000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "char-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-logical-chars",
      "name": "Get Logical Characters",
      "url": "https://wpapi.telugupuzzles.com/api/getLogicalChars.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 30000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "char-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "logical-char-at",
      "name": "Logical Character At Position",
      "url": "https://wpapi.telugupuzzles.com/api/logicalCharAt.php?input1=hello&input2=English&input3=2",
      "method": "GET",
      "sortNum": 40000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "2",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "char-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "check-equality",
      "name": "Check String Equality",
      "url": "https://wpapi.telugupuzzles.com/api/equals.php?input1=hello&input2=English&input3=hello",
      "method": "GET",
      "sortNum": 10000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "hello",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-comparison",
      "colId": "indic-wp-api"
    },
    {
      "id": "is-anagram",
      "name": "Is Anagram",
      "url": "https://wpapi.telugupuzzles.com/api/isAnagram.php?input1=listen&input2=English&input3=silent",
      "method": "GET",
      "sortNum": 20000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "listen",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "silent",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-comparison",
      "colId": "indic-wp-api"
    },
    {
      "id": "is-palindrome",
      "name": "Is Palindrome",
      "url": "https://wpapi.telugupuzzles.com/api/isPalindrome.php?string=racecar&language=English",
      "method": "GET",
      "sortNum": 30000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "racecar",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-comparison",
      "colId": "indic-wp-api"
    },
    {
      "id": "compare-to",
      "name": "Compare Strings",
      "url": "https://wpapi.telugupuzzles.com/api/compareTo.php?input1=hello&input2=English&input3=world",
      "method": "GET",
      "sortNum": 40000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "world",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-comparison",
      "colId": "indic-wp-api"
    },
    {
      "id": "starts-with",
      "name": "Starts With",
      "url": "https://wpapi.telugupuzzles.com/api/startsWith.php?input1=hello&input2=English&input3=h",
      "method": "GET",
      "sortNum": 10000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "h",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-search",
      "colId": "indic-wp-api"
    },
    {
      "id": "ends-with",
      "name": "Ends With",
      "url": "https://wpapi.telugupuzzles.com/api/endsWith.php?input1=hello&input2=English&input3=o",
      "method": "GET",
      "sortNum": 20000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "o",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-search",
      "colId": "indic-wp-api"
    },
    {
      "id": "contains-string",
      "name": "Contains String",
      "url": "https://wpapi.telugupuzzles.com/api/containsString.php?input1=hello&input2=English&input3=ell",
      "method": "GET",
      "sortNum": 30000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "ell",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-search",
      "colId": "indic-wp-api"
    },
    {
      "id": "index-of",
      "name": "Index Of",
      "url": "https://wpapi.telugupuzzles.com/api/indexOf.php?input1=hello&input2=English&input3=l",
      "method": "GET",
      "sortNum": 40000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "l",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "string-search",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-word-level",
      "name": "Get Word Level",
      "url": "https://wpapi.telugupuzzles.com/api/getWordLevel.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 10000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "word-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-word-strength",
      "name": "Get Word Strength",
      "url": "https://wpapi.telugupuzzles.com/api/getWordStrength.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 20000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "word-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-word-weight",
      "name": "Get Word Weight",
      "url": "https://wpapi.telugupuzzles.com/api/getWordWeight.php?string=hello&language=English",
      "method": "GET",
      "sortNum": 30000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "string",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "language",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "word-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "split-word",
      "name": "Split Word",
      "url": "https://wpapi.telugupuzzles.com/api/splitWord.php?input1=hello&input2=English&input3=2",
      "method": "GET",
      "sortNum": 40000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        },
        {
          "name": "input3",
          "value": "2",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "word-analysis",
      "colId": "indic-wp-api"
    },
    {
      "id": "detect-language",
      "name": "Detect Language",
      "url": "https://wpapi.telugupuzzles.com/api/getLangForString.php?input1=hello",
      "method": "GET",
      "sortNum": 10000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "hello",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "language-processing",
      "colId": "indic-wp-api"
    },
    {
      "id": "is-char-vowel",
      "name": "Is Character Vowel",
      "url": "https://wpapi.telugupuzzles.com/api/isCharVowel.php?input1=a&input2=English",
      "method": "GET",
      "sortNum": 20000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "a",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "language-processing",
      "colId": "indic-wp-api"
    },
    {
      "id": "is-char-consonant",
      "name": "Is Character Consonant",
      "url": "https://wpapi.telugupuzzles.com/api/isCharConsonant.php?input1=b&input2=English",
      "method": "GET",
      "sortNum": 30000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "b",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "language-processing",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-random-logical-chars",
      "name": "Get Random Logical Characters",
      "url": "https://wpapi.telugupuzzles.com/api/getRandomLogicalChars.php?input1=5&input2=English",
      "method": "GET",
      "sortNum": 40000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "input1",
          "value": "5",
          "isPath": false
        },
        {
          "name": "input2",
          "value": "English",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "language-processing",
      "colId": "indic-wp-api"
    },
    {
      "id": "user-exists",
      "name": "Check User Exists",
      "url": "https://wpapi.telugupuzzles.com/api/userExists.php?email=user@example.com",
      "method": "GET",
      "sortNum": 10000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "email",
          "value": "user@example.com",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "user-management",
      "colId": "indic-wp-api"
    },
    {
      "id": "user-login",
      "name": "User Login",
      "url": "https://wpapi.telugupuzzles.com/api/ws_login.php?email=user@example.com&password=password123",
      "method": "GET",
      "sortNum": 20000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "email",
          "value": "user@example.com",
          "isPath": false
        },
        {
          "name": "password",
          "value": "password123",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "user-management",
      "colId": "indic-wp-api"
    },
    {
      "id": "get-user-role",
      "name": "Get User Role",
      "url": "https://wpapi.telugupuzzles.com/api/getRole.php?email=user@example.com",
      "method": "GET",
      "sortNum": 30000,
      "created": "2025-11-10T00:00:00.000Z",
      "modified": "2025-11-10T00:00:00.000Z",
      "headers": [],
      "params": [
        {
          "name": "email",
          "value": "user@example.com",
          "isPath": false
        }
      ],
      "tests": [],
      "containerId": "user-management",
      "colId": "indic-wp-api"
    }
  ]
}