MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20250524044445|75",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 85,
                "ns": 0,
                "title": "Neural Network",
                "pageid": 80,
                "logpage": 80,
                "revid": 148,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-06-05T04:22:21Z",
                "comment": "Created page with \"= Neural Network =  '''Neural Networks''' are a class of algorithms within [[Machine Learning]] and [[Deep Learning]] that are designed to recognize patterns. They are inspired by the structure and function of the biological brain and are used to approximate complex functions by learning from data.  == Overview == A neural network consists of interconnected units (called '''neurons''' or '''nodes''') organized in layers. These layers process input data through weighted c...\""
            },
            {
                "logid": 84,
                "ns": 0,
                "title": "Data Science",
                "pageid": 79,
                "logpage": 79,
                "revid": 147,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-06-05T04:21:43Z",
                "comment": "Created page with \"= Data Science =  '''Data Science''' is an interdisciplinary field that uses scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data. It integrates techniques from statistics, computer science, and domain-specific knowledge to turn raw data into actionable intelligence.  == Overview == Data Science combines aspects of data analysis, machine learning, data engineering, and software development to address complex...\""
            },
            {
                "logid": 83,
                "ns": 0,
                "title": "Deep Learning",
                "pageid": 78,
                "logpage": 78,
                "revid": 146,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-06-05T04:20:54Z",
                "comment": "Created page with \"= Deep Learning =  '''Deep Learning''' is a subfield of [[Machine Learning]] concerned with algorithms inspired by the structure and function of the brain, known as artificial neural networks. It is at the heart of many recent advances in [[Artificial Intelligence]].  == Overview == Deep learning models automatically learn representations of data through multiple layers of abstraction. These models excel at recognizing patterns in unstructured data such as images, audio,...\""
            },
            {
                "logid": 82,
                "ns": 0,
                "title": "Artificial Intelligence",
                "pageid": 77,
                "logpage": 77,
                "revid": 145,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-06-05T04:20:08Z",
                "comment": "Created page with \"= Artificial Intelligence =  '''Artificial Intelligence (AI)''' is a branch of computer science that aims to create systems or machines that exhibit behavior typically requiring human intelligence. These behaviors include learning, reasoning, problem-solving, perception, language understanding, and decision-making.  == Overview == Artificial Intelligence involves the design and development of algorithms that allow computers and software to perform tasks that would normal...\""
            },
            {
                "logid": 81,
                "ns": 0,
                "title": "What is Machine Learning",
                "pageid": 76,
                "logpage": 76,
                "revid": 144,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-06-05T04:18:56Z",
                "comment": "Created page with \"= What is Machine Learning =  '''Machine Learning (ML)''' is a subfield of artificial intelligence (AI) that focuses on the development of systems that can learn from data and improve their performance over time without being explicitly programmed.  == Overview == Machine Learning allows computers to recognize patterns, make decisions, and predict outcomes based on historical data. It contrasts with traditional programming, where rules and logic are manually coded.  == T...\""
            },
            {
                "logid": 80,
                "ns": 0,
                "title": "Problem: Find (A \u2229 B) \u00d7 (B \u2229 C)",
                "pageid": 75,
                "logpage": 75,
                "revid": 143,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-05-24T04:54:34Z",
                "comment": "Created page with \"= Problem: Find (A \u2229 B) \u00d7 (B \u2229 C) =  Given sets:   <math>A = \\{3, 5, 7\\}</math>   <math>B = \\{7, 8\\}</math>   <math>C = \\{8, 9\\}</math>    == Step 1: Find the Intersection A \u2229 B ==  Intersection means elements common to both sets.  Elements of A: 3, 5, 7   Elements of B: 7, 8  Common element is:   <math>A \\cap B = \\{7\\}</math>    == Step 2: Find the Intersection B \u2229 C ==  Elements of B: 7, 8   Elements of C: 8, 9  Common element is:   <math>B \\cap C = \\{8\\}</mat...\""
            },
            {
                "logid": 79,
                "ns": 0,
                "title": "Problem 1",
                "pageid": 0,
                "logpage": 74,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Thakshashila",
                "timestamp": "2025-05-24T04:54:19Z",
                "comment": "content was: \"= Problem: Find<math> \\((A \\cap B) \\times (B \\cap C)\\)</math> =  Given sets:   <math> A = \\{3, 5, 7\\} \\\\ B = \\{7, 8\\} \\\\ C = \\{8, 9\\} </math>  == Step 1: Find the Intersection \\(A \\cap B\\) ==  The intersection of two sets contains all elements common to both sets.  * Elements of \\(A\\) are: 3, 5, 7   * Elements of \\(B\\) are: 7, 8  Common elements:   <math>A \\cap...\", and the only contributor was \"[[Special:Contributions/Thakshashila|Thakshashila]]\" ([[User talk:Thakshashila|talk]])"
            },
            {
                "logid": 78,
                "ns": 0,
                "title": "Problem 1",
                "pageid": 0,
                "logpage": 74,
                "revid": 141,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-05-24T04:53:18Z",
                "comment": "Created page with \"= Problem: Find \\((A \\cap B) \\times (B \\cap C)\\) =  Given sets:   <math> A = \\{3, 5, 7\\} \\\\ B = \\{7, 8\\} \\\\ C = \\{8, 9\\} </math>  == Step 1: Find the Intersection \\(A \\cap B\\) ==  The intersection of two sets contains all elements common to both sets.  * Elements of \\(A\\) are: 3, 5, 7   * Elements of \\(B\\) are: 7, 8  Common elements:   <math>A \\cap B = \\{7\\}</math>  == Step 2: Find the Intersection \\(B \\cap C\\) ==  * Elements of \\(B\\) are: 7, 8   * Elements of \\(C\\) are:...\""
            },
            {
                "logid": 77,
                "ns": 0,
                "title": "Ahmed Zewail",
                "pageid": 73,
                "logpage": 73,
                "revid": 140,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-05-24T04:47:54Z",
                "comment": "Created page with \"= Ahmed Zewail - The Father of Femtochemistry =  '''Ahmed Hassan Zewail''' (1946\u20132016) was an Egyptian-American scientist known as the Father of Femtochemistry. He won the '''Nobel Prize in Chemistry''' in 1999 for his pioneering work on observing chemical reactions at extremely fast timescales.  == Early Life and Education ==  * Born in Damanhur, Egypt, in 1946   * Studied at Alexandria University in Egypt   * Completed his PhD at the University of Pennsylvania, USA...\""
            },
            {
                "logid": 76,
                "ns": 0,
                "title": "Antoine Lavoisier",
                "pageid": 72,
                "logpage": 72,
                "revid": 139,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Thakshashila",
                "timestamp": "2025-05-24T04:46:59Z",
                "comment": "Created page with \"= Antoine Lavoisier - The Father of Modern Chemistry =  '''Antoine Laurent Lavoisier''' (1743\u20131794) was a French chemist who is widely regarded as the Father of Modern Chemistry. He revolutionized chemistry by introducing a scientific and quantitative approach to studying matter and chemical reactions.  == Early Life and Education ==  * Born in Paris, France, in 1743   * Educated in science and law, but devoted his life to chemistry   * Known for using careful measurem...\""
            }
        ]
    }
}