Skip to content

API Reference

Nite edited this page Jan 5, 2023 · 13 revisions

data.json

data.json is you main database.

Overview

{"1":
   {"id":"1",
    "maidenname":"namy",
    "name":"TheName",
    "age":0,
    "bday":"",
    "address":"",
    "phone":"",
    "ssn":"",
    "civilstatus":"",
    "kids":"",
    "hobbies":"",
    "email":"",
    "occupation":"",
    "prevoccupation":"",
    "education":"",
    "military":"",
    "religion":"",
    "pets":"",
    "club":"",
    "legal":"",
    "political":"",
    "notes":"",
    "accounts":
        {"GitHub":
            {"service":"GitHub",
             "id":"69043370",
             "username":"9glenda",
             "url":"https://github.com/9glenda",
             "profilePicture":["really long base64 string"],
             "imgHash":[164],
             "bio":["18yo Russian linux enthusiast"],
             "firstname":"",
             "lastname":""},
        "SlideShare":
            {"service":"SlideShare",
             "id":"",
             "username":"9glenda",
             "url":"https://slideshare.net/9glenda",
             "profilePicture":["really long base64 string"],
             "imgHash":[164],
             "bio":null,
             "firstname":"",
             "lastname":""}},
    "notaccounts":null}}
Clone this wiki locally