Little Helper
  1. Chinese ID Card
Little Helper
  • Home
  • IP Location
    • Show Client IP
      GET
    • IP Location Detail
      GET
  • QR Code
    • Generate QR Code
      GET
  • Short URL
    • Show HTML
      GET
    • Redirect URL
      GET
    • Save Shorten URL
      POST
  • Image Host
    • Telegra
      • Show HTML
      • Get Image
      • Upload Image
  • Chinese ID Card
    • Check Card No.
      GET
    • Get Card Info.
      GET
  • Image Handling
  • Message Sending
    • Send SMS
      • Send by Aliyun
    • Send Email
      • Send by Resend
      • Send By SMTP
    • Send Wechat
  • Data Dictionary
  • Monitor
  • Web Analytics
  1. Chinese ID Card

Get Card Info.

GET
/api/chinese_id_card/info/{cardNo}
Get the card detail info.

Request

Path Params
cardNo
string 
required
The ID card No. of Chinese people
Example:
310230199104010311

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/chinese_id_card/info/310230199104010311'

Responses

🟢200Success
application/json
Body
object {0}
Example
{
    "province": "上海",
    "year": 1991,
    "month": 4,
    "day": 1,
    "gender": "男",
    "birthday": "1991-04-01T07:33:41.200Z"
}
Modified at 2024-05-25 15:14:45
Previous
Check Card No.
Next
Send by Aliyun
Built with